gleam-lang / tree-sitter-gleam

🌳 A tree-sitter grammar for the Gleam programming language
Apache License 2.0
71 stars 13 forks source link

Extract parts of a string as separate AST nodes #13

Closed J3RN closed 2 years ago

J3RN commented 2 years ago

Fixes #12

@connorlay Does this suit your needs?

connorlay commented 2 years ago

@J3RN This looks great! I'll update my nvim-treesitter PR with new highlights once this is merged and released 😄