Skip to content

Commit 5949873

Browse files
authored
deps: bump scss grammar to v0.2.0 (#39)
1 parent 91ec184 commit 5949873

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
id = "scss"
22
name = "SCSS"
33
description = "SCSS and SASS support"
4-
version = "0.1.9"
4+
version = "0.2.0"
55
schema_version = 1
66
authors = ["Raunak Raj <bajrangcoders@gmail.com>"]
77
repository = "https://github.com/bajrangCoder/zed-scss"
88

99
[grammars.scss]
1010
repository = "https://github.com/simeonoff/tree-sitter-scss"
11-
rev = "2746668f6fb9288f49d7337c50d66106223f8da1"
11+
rev = "3f918284a73a54b53e4f326b0aa8c74ccbf4ee4d"
1212

1313
[grammars.sassdoc]
1414
repository = "https://github.com/simeonoff/tree-sitter-sassdoc"

languages/scss/highlights.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
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

languages/scss/outline.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@mixin" @context
4242
(name) @name
4343
(parameters)? @context.extra
44-
(block)
44+
(mixin_block)
4545
) @item
4646

4747
(function_statement
@@ -87,7 +87,7 @@
8787
(include_statement
8888
"@include" @context
8989
(mixin_name) @name
90-
(block)
90+
(mixin_block)
9191
) @item
9292

9393
(supports_statement

0 commit comments

Comments
 (0)