edge-js / edge

Node.js template with a breath of fresh air
https://edgejs.dev
MIT License
651 stars 31 forks source link

Creating a syntax highlighter for nvim #157

Open Kenzo-Wada opened 1 month ago

Kenzo-Wada commented 1 month ago

Hi Edge Team,

I was reading docs and noticed that .edge syntax highlight is not still supported for nvim. I'd like to create a tree-sitter by using nvim-treesitter, is it OK?

thetutlage commented 1 month ago

Sure, that will be a great addition. Lemme know if you need any help understanding the Edge syntax, though this guide should cover the most of it for you. https://edgejs.dev/docs/syntax_specification

Kenzo-Wada commented 1 month ago

TY! I'll get started!