nvim-treesitter/queries/vue
Pham Huy Hoang 80f66cdef1
injections(vue): inject typescript instead of js (#5577)
Interpolations (`{{valid js code}}`) and directive attributes
(`<element :directive="valid js code"`) can also be typescript code,
hence we can inject typescript instead of javascript here and still
be ok with highlights (bar some syntax differences between ts and js)
2023-11-06 11:04:13 +09:00
..
folds.scm Add support for folding Vue files 2021-02-17 14:43:32 +01:00
highlights.scm highlights(vue): improve vue highlights 2022-01-12 12:10:07 +01:00
indents.scm use indent.X syntax for captures and properties of set directives 2023-03-24 13:07:53 -04:00
injections.scm injections(vue): inject typescript instead of js (#5577) 2023-11-06 11:04:13 +09:00