Skip to content

Commit e0065d4

Browse files
committed
update tmLanguage to use the same scope like semantic tokens
1 parent 0ea9109 commit e0065d4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@
130130
"continuation": [
131131
"punctuation.separator.continuation.robotframework"
132132
],
133-
"separator": [
134-
"punctuation.separator.robotframework"
133+
"separator": [
135134
],
136135
"terminator": [
137136
"punctuation.terminator.robotframework"

syntaxes/robotframework.tmLanguage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"name": "keyword.control.settings.robotframework"
149149
},
150150
"2": {
151-
"name": "meta.support.function.robotframework"
151+
"name": "variable.function.keyword-call.robotframework"
152152
}
153153
},
154154
"end": "^(?!\\s*\\.\\.\\.)",
@@ -621,7 +621,7 @@
621621
"name": "keyword.control.settings.robotframework"
622622
},
623623
"4": {
624-
"name": "meta.support.function.robotframework"
624+
"name": "variable.function.keyword-call.robotframework"
625625
}
626626
},
627627
"patterns": [
@@ -673,7 +673,7 @@
673673
"name": "keyword.operator.robotframework"
674674
},
675675
"4": {
676-
"name": "meta.support.function.robotframework"
676+
"name": "variable.function.keyword-call.robotframework"
677677
},
678678
"1": {
679679
"name": "keyword.operator.robotframework"
@@ -815,7 +815,7 @@
815815
"begin": "^(?!(?: {2,}| ?\\t ?)+(?:(?=[$\\[@&%]|\\.)))(?: {2,}| ?\\t ?)+(.*?)(?= {2,}| ?\\t ?| ?$)",
816816
"beginCaptures": {
817817
"1": {
818-
"name": "meta.support.function.robotframework"
818+
"name": "variable.function.keyword-call.robotframework"
819819
}
820820
},
821821
"contentName": "string.unquoted.argument.robotframework",

0 commit comments

Comments
 (0)