mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
[
|
||||
"@at-root"
|
||||
"@debug"
|
||||
"@error"
|
||||
"@extend"
|
||||
"@forward"
|
||||
"@mixin"
|
||||
"@media"
|
||||
"@use"
|
||||
"@warn"
|
||||
] @keyword
|
||||
|
||||
"@function" @keyword.function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue