aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/injections/vue
Commit message (Collapse)AuthorAgeFilesLines
* chore(tests): consistent capturesChristian Clason2024-01-192-22/+23
|
* injections(vue): inject typescript instead of js (#5577)Pham Huy Hoang2023-11-061-2/+2
| | | | | | | 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)
* feat(vue): add tsx/jsx injection queries (#4550)Lucario3872023-03-241-0/+4
| | | | | | | * feat(vue): add tsx/jsx injection queries - add a test - style: format vue/injections.scm
* injections(html): fix faulty css/js injectionsPham Huy Hoang2023-03-051-0/+6
| | | | | | Group queries to reduce duplicate injection tree use only regex
* allow negative assertion in injection tests (#4107)lucario3872023-01-072-62/+26
| | | | | | | * tests(vue, svelte): strengthen tests * fix(html, vue, svelte): fix wrong test format * allow negative assertions in injection tests
* Fix(vue): Invalid match queriesLucario3872022-12-251-7/+34
|
* add test fileLucario3872022-12-251-0/+41