mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)))
|
||||
(raw_text) @injection.content
|
||||
(#eq? @_lang "lang")
|
||||
(#any-of? @_scss "less" "postcss")
|
||||
(#any-of? @_scss "less" "postcss" "sass")
|
||||
(#set! injection.language "scss"))
|
||||
|
||||
; <script lang="js">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue