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

Syntax Highlighting bug using nested literal arrays #7

Open
LinqLover opened this issue Oct 8, 2020 · 1 comment
Open

Syntax Highlighting bug using nested literal arrays #7

LinqLover opened this issue Oct 8, 2020 · 1 comment

Comments

@LinqLover
Copy link

This is the repository used by GitHub for styling code, is this correct? Via https://github.com/github/linguist/tree/master/vendor/grammars.

I found out today that nested literal arrays are not styled correctly:

#(
	(foo 'string') "comment"
	(bar 'string')
).

image

Everything after the first nested literal array is not getting styled any longer.

@LinqLover
Copy link
Author

Hey @tomas-stefano, could you imagine adding a bit of documentation to this repository on how I can develop (i.e.: build and test/try out) this grammar further? I would be interested in fixing this and some other bugs in the grammar, but I don't own a Mac and did not find a simple way to develop .tmlanguage files from Linux/any command line tool. Thanks in advance!

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

No branches or pull requests

1 participant