You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello while playing with tree sitter i noticed that few grammars are not properly working or being recognized. There are some inconsistencies. Please check this report i made here emacs-tree-sitter/elisp-tree-sitter#198
Testing the same files with nvim with treesitter produces correct and consistent results, Below you can notice that variable usage is correctly reported.
Example from nvim with vscode theme
Example from doom with vscode theme
You can notice here that for some reason imported types such as ConsumerConfig are colored as a keywords, so are annotations.
The text was updated successfully, but these errors were encountered:
Hello while playing with tree sitter i noticed that few grammars are not properly working or being recognized. There are some inconsistencies. Please check this report i made here emacs-tree-sitter/elisp-tree-sitter#198
Testing the same files with nvim with treesitter produces correct and consistent results, Below you can notice that variable usage is correctly reported.
![image](https://user-images.githubusercontent.com/15955811/148638074-3d5c9334-1ad0-4002-9b0c-25ee1efcae59.png)
![image](https://user-images.githubusercontent.com/15955811/148638223-72bb5320-11ec-41ca-a2e8-7eacf2887039.png)
Example from nvim with vscode theme
Example from doom with vscode theme
![image](https://user-images.githubusercontent.com/15955811/148638117-daa19c57-e67d-4eb8-ae95-d45ae7ce4389.png)
![image](https://user-images.githubusercontent.com/15955811/148638214-bc55a0ab-b20e-4f40-a8b6-1edc6c27d2b0.png)
You can notice here that for some reason imported types such as ConsumerConfig are colored as a keywords, so are annotations.
The text was updated successfully, but these errors were encountered: