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
I'm wondering if it's possible to make this extension language-agnostic, and let those tree-sitter grammars be standalone extensions.
So that users can choose which language they want to highlight by installing the corresponding grammar.
I'm asking this because there's an experimental language that I want to highlight.
I already have the grammar up and running on the Atom editor, and I wanna port it to VS Code.
But I don't think it's a good idea to pollute everybody's editor. So it would be nice if I can separate the syntax highlighter from grammars.
The text was updated successfully, but these errors were encountered:
I'm wondering if it's possible to make this extension language-agnostic, and let those tree-sitter grammars be standalone extensions.
So that users can choose which language they want to highlight by installing the corresponding grammar.
I'm asking this because there's an experimental language that I want to highlight.
I already have the grammar up and running on the Atom editor, and I wanna port it to VS Code.
But I don't think it's a good idea to pollute everybody's editor. So it would be nice if I can separate the syntax highlighter from grammars.
The text was updated successfully, but these errors were encountered: