mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
4 lines
215 B
Vue
4 lines
215 B
Vue
<script lang="ts"> const foo: number = "1" </script>
|
|
<!-- ^ @!javascript -->
|
|
<style lang="scss"> .bar { &-baz { &.page{ } } } </style>
|
|
<!-- ^ @!css -->
|