crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
277 stars 58 forks source link

make Crystal grammar compatible with TextMate #150

Closed WhereIsX closed 1 year ago

WhereIsX commented 2 years ago

technically the current source works in VSCode only because JavaScript's indexing "works" by string coercion. in the TextMate structure these have to be maps with integer keys

additionally, there were two includes which did not properly resolve. we're not sure what these were supposed to point to, so we removed them

we made these changes to make it work with another editor which uses similar grammar structures: https://github.com/asottile/babi