We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3775afd commit 60975dbCopy full SHA for 60975db
queries/scss.scm
@@ -17,8 +17,12 @@
17
(declaration
18
(variable_name) @name
19
) @_.domain
20
+
21
+;;!! foo($foo: 123)
22
+;;! ^^^^ ^^^
23
(parameter
24
25
+ (default_value)? @value
26
27
28
(stylesheet) @namedFunction.iteration @functionName.iteration
@@ -37,3 +41,16 @@
37
41
">="
38
42
] @disqualifyDelimiter
39
43
)
44
45
+;;!! @include rtl(float, left, right);
46
+;;! ^^^^^^^^^^^^^^^^^^^^^^^
47
+(include_statement
48
+ (identifier) @value.start
49
+ (arguments) @value.end
50
+) @_.domain
51
52
+;;!! @return 123
53
+;;! ^^^
54
+(return_statement
55
+ (_) @value
56
0 commit comments