EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
217 stars 43 forks source link

Haskell grammar #81

Closed p3rsik closed 2 months ago

p3rsik commented 1 year ago

I have added the Haskell tree-sitter grammar. All credit goes to the folks who are contributing to the haskell-tree-sitter. I just copied grammar.json from their repo and added here.

P.S. I don't know what is the actual process here and how it's done, I'm tagging first contributor from tree-sitter-haskell to correct me if I'm doing anything wrong. @rewinfrey Please correct me if I'm doing something wrong, I just want to have haskell syntax highlightning in my project.

fallenwood commented 1 year ago

Hi @p3rsik, looks like there is no active updates in this repo since Oct 2021, I have created a fork myself and adds contribute.md based on my understanding to add more languages support, and have successfully added C# support(although not perfect)

From my view I don't think your grammar.json works :(