nvim-treesitter not recognizes filetype sh
.
#272
-
For some reason, nvim-treesitter doesn't pick up filetype I also tried adding local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
parser_config.bash.filetype_to_parsername = {
"sh", --[["zsh"--]]
} but it didn't work either. Is there any other way to make filetype |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
@ayamir ys, highlight's are available for me too. But when I tried to use this treesitter releted plugin: It could be fixed by manually execute |
Beta Was this translation helpful? Give feedback.
-
Probably related to this ? |
Beta Was this translation helpful? Give feedback.
-
The author of the plugin has fix this s1n7ax/nvim-comment-frame#10. |
Beta Was this translation helpful? Give feedback.
The author of the plugin has fix this s1n7ax/nvim-comment-frame#10.