Skip to content

Latest commit

 

History

History

README.md

lambda-script-syntax-highlighter README

Syntax highlighting for the custom functional programming language Lambda script

Installation

npm install -g @vscode/vsce@2.15.0
vsce package
code --install-extension lambda-script-syntax-highlighter-0.0.3.vsix

or right-click -> "Install Extension VSIX" in the vscode explorer

Release Notes

0.0.1

Initial version

0.0.2

Better highlighting for functions

0.0.3

import and once added to the keywords list

0.0.4

Added support for \n Added println as keyword

0.0.5

Added keyword "as"

0.0.6

Added highlighting for import aliases More appropriate scope mappings assigned to the tokens