mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(scss): add known at-rules to keyword list
This commit is contained in:
parent
9a257d989a
commit
51d220e0bd
1 changed files with 7 additions and 1 deletions
|
|
@ -1,8 +1,14 @@
|
||||||
; inherits: css
|
; inherits: css
|
||||||
|
|
||||||
[
|
[
|
||||||
|
"@at-root"
|
||||||
|
"@debug"
|
||||||
|
"@error"
|
||||||
|
"@extend"
|
||||||
|
"@forward"
|
||||||
"@mixin"
|
"@mixin"
|
||||||
"@media"
|
"@use"
|
||||||
|
"@warn"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
"@function" @keyword.function
|
"@function" @keyword.function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue