Highlighting support for FreeFem++ language on visual studio code.
Adds highlighting support for FreeFem++ (.edp, idp). This is based on the syntax file from atom extension: https://github.com/FreeFem/FreeFem-parser-atom
Old version worked with syntax from: https://github.com/Skyline124/freefem-sublime-text-syntax (.tmLanguage file still available on syntaxes dir)
To use this extension in your stable VS Code installation, copy the complete output folder to a new folder under your .vscode/extensions
folder and restart VS Code.
A .vsix file can also be downloaded from the release section.
-
Initial release
Change syntax file based on atom extension