Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glow syntax highlighting for VS code #213

Open
kwannoel opened this issue Sep 22, 2021 · 3 comments
Open

Glow syntax highlighting for VS code #213

kwannoel opened this issue Sep 22, 2021 · 3 comments
Labels

Comments

@kwannoel
Copy link
Contributor

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.

@plotnick
Copy link
Contributor

See https://github.com/reedjones/vsc-glow-lang for a start on this.

@reedjones
Copy link

reedjones commented Oct 11, 2021

alt text

getting better

@reedjones
Copy link

I think that !require, !publish, etc... should have different colors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants