mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
5 lines
211 B
Vue
5 lines
211 B
Vue
|
|
<script lang="ts"> const foo: number = "1" </script>
|
||
|
|
<!-- ^ !javascript -->
|
||
|
|
<style lang="scss"> .bar { &-baz { &.page{ } } } </style>
|
||
|
|
<!-- ^ !css -->
|