https://github.com/skyjake/doomsdaylang
Visual Studio Code package for Doomsday Engine languages: Info, Doomsday Script, and Amethyst.
https://github.com/skyjake/doomsdaylang
Last synced: 4 months ago
JSON representation
Visual Studio Code package for Doomsday Engine languages: Info, Doomsday Script, and Amethyst.
- Host: GitHub
- URL: https://github.com/skyjake/doomsdaylang
- Owner: skyjake
- License: mit
- Created: 2018-10-17T15:46:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T08:34:39.000Z (over 6 years ago)
- Last Synced: 2025-06-10T11:16:05.154Z (about 1 year ago)
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Doomsday Engine Syntax Highlighting
[Doomsday Engine](http://dengine.net/) uses a few different definition languages for resources and other data. This package provides syntax highlighting for DED definitions, Info (Snowberry add-on metadata), [Doomsday Script](https://manual.dengine.net/script/reference), and Amethyst documentation sources.
## Change log
### 1.1.3
- Removed the obsolete "export" keyword from the Doomsday Script syntax.
### 1.1.2
- Recognize "inherits" when it is used as an Info attribute after the block name.
- Changed classification of Info block types and names.
- Improved accuracy of Info highlighting.
### 1.1.1
- Fixed an issue with recognizing DED block structures.
### 1.1.0
- Added basic syntax for DED definitions. Not all features of DED are recognized.
### 1.0.0
- Initial version with Info, Doomsday Script, and Amethyst syntax.