Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make Crystal grammar compatible with TextMate #150

Merged

Conversation

WhereIsX
Copy link
Contributor

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

WhereIsX and others added 2 commits January 13, 2022 21:14
Co-authored-by: Anthony Sottile <asottile@umich.edu>
Co-authored-by: Anthony Sottile <asottile@umich.edu>
@nobodywasishere nobodywasishere merged commit 45d0b42 into crystal-lang-tools:master Jun 17, 2023
@nobodywasishere nobodywasishere mentioned this pull request Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants