mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
* tests(vue, svelte): strengthen tests * fix(html, vue, svelte): fix wrong test format * allow negative assertions in injection tests
4 lines
211 B
Vue
4 lines
211 B
Vue
<script lang="ts"> const foo: number = "1" </script>
|
|
<!-- ^ !javascript -->
|
|
<style lang="scss"> .bar { &-baz { &.page{ } } } </style>
|
|
<!-- ^ !css -->
|