File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11id = " scss"
22name = " SCSS"
33description = " SCSS and SASS support"
4- version = " 0.1.9 "
4+ version = " 0.2.0 "
55schema_version = 1
66authors = [" Raunak Raj <bajrangcoders@gmail.com>" ]
77repository = " https://github.com/bajrangCoder/zed-scss"
88
99[grammars .scss ]
1010repository = " https://github.com/simeonoff/tree-sitter-scss"
11- rev = " 2746668f6fb9288f49d7337c50d66106223f8da1 "
11+ rev = " 3f918284a73a54b53e4f326b0aa8c74ccbf4ee4d "
1212
1313[grammars .sassdoc ]
1414repository = " https://github.com/simeonoff/tree-sitter-sassdoc"
Original file line number Diff line number Diff line change 171171] @function.builtin
172172
173173(attr_type (keyword) @keyword )
174- (syntax_type "<" @punctuation.bracket ">" @punctuation.bracket ) @type
174+ (syntax_type) @type
175175(if_else_condition) @keyword.control.conditional
176176
177177(style_condition
Original file line number Diff line number Diff line change 4141 "@mixin " @context
4242 (name) @name
4343 (parameters)? @context.extra
44- (block )
44+ (mixin_block )
4545) @item
4646
4747(function_statement
8787(include_statement
8888 "@include " @context
8989 (mixin_name) @name
90- (block )
90+ (mixin_block )
9191) @item
9292
9393(supports_statement
You can’t perform that action at this time.
0 commit comments