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": {
|
||||
"lastversion": "2.8.0"
|
||||
"lastversion": "2.8.2"
|
||||
},
|
||||
"themeVariants": {
|
||||
"Darker": "./themes/Material-Theme-Darker.json",
|
||||
|
|
|
@ -131,7 +131,6 @@
|
|||
"name": "Function, Special Method",
|
||||
"scope": [
|
||||
"entity.name.function",
|
||||
"meta.function-call",
|
||||
"variable.function",
|
||||
"support.function",
|
||||
"keyword.other.special-method"
|
||||
|
|
Loading…
Reference in a new issue