An open API service indexing awesome lists of open source software.

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.

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.