Skip to content

Commit 89eeeb4

Browse files
committed
fix(langserver): correct some styles for semantic highlightning
1 parent 9b31b8f commit 89eeeb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
}
109109
},
110110
{
111-
"scope": "entity.name.function.keyword-call.keyword-call.inner.robotframework",
111+
"scope": "entity.name.function.keyword-call.inner.robotframework",
112112
"settings": {
113113
"fontStyle": "italic"
114114
}
@@ -120,7 +120,7 @@
120120
}
121121
},
122122
{
123-
"scope": "entity.name.function.keyword-call.keyword-call.robotframework",
123+
"scope": "entity.name.function.keyword-call.robotframework",
124124
"settings": {}
125125
},
126126
{
@@ -282,7 +282,7 @@
282282
"constant.character.escape.robotframework"
283283
],
284284
"namespace": [
285-
"entity.name.namespace.robotframework"
285+
"entity.other.namespace.robotframework"
286286
],
287287
"error": [
288288
"invalid.illegal.robotframework"

0 commit comments

Comments
 (0)