elixir-lang / tree-sitter-elixir

Elixir grammar for tree-sitter
https://elixir-lang.org/tree-sitter-elixir
Apache License 2.0
245 stars 24 forks source link

Possible bug on `in` in `indices` #37

Closed josevalim closed 2 years ago

josevalim commented 2 years ago

Feel free to close if this is not a bug, but I saw this code syntax highlight on GitHub today:

Screenshot 2022-05-04 at 09 22 52

Look at in in indices. Is it a bug? Here is the PR: https://github.com/elixir-nx/scholar/pull/8/files

If not, feel free to close it. :)

josevalim commented 2 years ago

Ignore. It happens because of an invalid syntax on line 359.