mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(scss): add known at-rules to keyword list
This commit is contained in:
committed by
Stephan Seitz
parent
9a257d989a
commit
51d220e0bd
@@ -1,8 +1,14 @@
|
||||
; inherits: css
|
||||
|
||||
[
|
||||
"@at-root"
|
||||
"@debug"
|
||||
"@error"
|
||||
"@extend"
|
||||
"@forward"
|
||||
"@mixin"
|
||||
"@media"
|
||||
"@use"
|
||||
"@warn"
|
||||
] @keyword
|
||||
|
||||
"@function" @keyword.function
|
||||
|
||||
Reference in New Issue
Block a user