You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a VS Code extension that does basic syntax highlighting for Glow programs. This will make the language somewhat more accessible for developers who use that IDE; an Emacs major-mode and VIM plugin are obvious follow-ups.
Apart from the (fairly minimal) boilerplate to create the extension (and which we can also obviously augment in the future), this task involves writing a TextMate grammar file (JSON) that defines tokens as regular expressions; see https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide for details.
The text was updated successfully, but these errors were encountered:
In GitLab by @plotnick on Aug 5, 2021, 06:03
We should have a VS Code extension that does basic syntax highlighting for Glow programs. This will make the language somewhat more accessible for developers who use that IDE; an Emacs major-mode and VIM plugin are obvious follow-ups.
Apart from the (fairly minimal) boilerplate to create the extension (and which we can also obviously augment in the future), this task involves writing a TextMate grammar file (JSON) that defines tokens as regular expressions; see https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide for details.
The text was updated successfully, but these errors were encountered: