elixir-lang / tree-sitter-elixir

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

.exs files not getting syntax highlighting #19

Closed mirtyl-wacdec closed 2 years ago

mirtyl-wacdec commented 2 years ago

.ex files work great but .exs files are getting no highlighting at all.

jonatanklosko commented 2 years ago

Hey @mirtyl-wacdec, could you elaborate on your use case? Do you mean highlighting in some particular editor?

mirtyl-wacdec commented 2 years ago

Yes, sorry. I was using neovim 0.6.0. using the https://github.com/nvim-treesitter/nvim-treesitter plugin. I arrived at this repo through there.

josevalim commented 2 years ago

No problem! You should report this in the nvim/plugin. :) There is not much we can do from here.