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
Well Treesitter is a generator parser for syntaxes for languages.
Common languages support Treesitter for syntax support across a lot of IDE's
An example IDE's that you would be able to support is neovim, zed and more.
Similar to your post on LSPs, if you want this it's likely you're going to need to do it yourself. You may want to check out skript-grammar for similar regex rules for skript.
Similar to your post on LSPs, if you want this it's likely you're going to need to do it yourself. You may want to check out skript-grammar for similar regex rules for skript.
Okay well I guess I will start a skript-treesitter repo on my account.
Suggestion
Well Treesitter is a generator parser for syntaxes for languages.
Common languages support Treesitter for syntax support across a lot of IDE's
An example IDE's that you would be able to support is neovim, zed and more.
link: https://tree-sitter.github.io/tree-sitter/
Why?
It would be useful as you can support a lot of IDE Grammers for Skript as you originally wanted to Grammer for it.
Other
If you need I will be able to help you out.
Just to note you can do it in java btw.
Agreement
The text was updated successfully, but these errors were encountered: