Provides basic sytax highlighting for cowlang programming language
- Syntax highlighting
- File icons
This extension works along with cowlang
interpretor.
Install cowlang using
npm install cowlang -g
This extension contributes the following settings:
cowlang.enable
: Enable/disable this extension.
- No syntax hightlighting for string interpolations
Initial release:
-
Syntax hightlighting for:
- Keywords
- Declarators
- Identifiers
- Strings
- Numbers
- Built-in Functions
- Brackets
- Comments
- Operators
- Function Parameters
- Function Param Types
-
File Icons for
.cow
files
-
Syntax hightlighting for:
- Variable Types
- Boolean Values
-
Syntax hightlighting for:
- Function Param Types
- Null Value