mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
make sass to be highlighted in vue files (#6526)
This commit is contained in:
parent
19f69a5b43
commit
c3ab6a5903
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
(attribute_value) @_scss)))
|
(attribute_value) @_scss)))
|
||||||
(raw_text) @injection.content
|
(raw_text) @injection.content
|
||||||
(#eq? @_lang "lang")
|
(#eq? @_lang "lang")
|
||||||
(#any-of? @_scss "less" "postcss")
|
(#any-of? @_scss "less" "postcss" "sass")
|
||||||
(#set! injection.language "scss"))
|
(#set! injection.language "scss"))
|
||||||
|
|
||||||
; <script lang="js">
|
; <script lang="js">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue