ahmedsaheed / esolang-vscode

Syntax highlighter for esolang programming language on vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Esolang VSCode Support

Provides syntax highlighting for esolang in VSCode. Todo: Add LSP support for esolang - this will allow for better autocompletion and error checking.

Hacking on the extension

  • Run npm run compile-watch in a terminal
  • Run debug 'launch client', which opens a new VScode instance
  • Open an esolang file in the new VScode instance

About

Syntax highlighter for esolang programming language on vscode

License:Apache License 2.0


Languages

Language:TypeScript 78.2%Language:JavaScript 21.8%