make sass to be highlighted in vue files (#6526)

This commit is contained in:
Andrey Sidorov 2024-04-29 07:39:02 +03:00 committed by GitHub
parent 19f69a5b43
commit c3ab6a5903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">