nvim-treesitter/lua
Robert Jackson da5920f2bf Ensure ft_to_lang supports multipart filetypes.
This allows a given parser to directly implement a multipart filetype
(like `glimmer` parser does for `html.handlebars`).

If an exact match for the current filetype is found in the lookup table,
it will be used; otherwise we look for just the first segment.
2021-11-11 21:11:15 -05:00
..
nvim-treesitter Ensure ft_to_lang supports multipart filetypes. 2021-11-11 21:11:15 -05:00
nvim-treesitter.lua Use stylua for autoformat code (#1480) 2021-07-04 21:12:17 +00:00