fix: Fix meta.function-call highlight
This commit is contained in:
parent
1b6ad11e94
commit
89afb87ab5
2 changed files with 1 additions and 2 deletions
|
@ -96,7 +96,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"lastversion": "2.8.0"
|
"lastversion": "2.8.2"
|
||||||
},
|
},
|
||||||
"themeVariants": {
|
"themeVariants": {
|
||||||
"Darker": "./themes/Material-Theme-Darker.json",
|
"Darker": "./themes/Material-Theme-Darker.json",
|
||||||
|
|
|
@ -131,7 +131,6 @@
|
||||||
"name": "Function, Special Method",
|
"name": "Function, Special Method",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.function",
|
"entity.name.function",
|
||||||
"meta.function-call",
|
|
||||||
"variable.function",
|
"variable.function",
|
||||||
"support.function",
|
"support.function",
|
||||||
"keyword.other.special-method"
|
"keyword.other.special-method"
|
||||||
|
|
Loading…
Reference in a new issue