fix: Fix meta.function-call highlight

This commit is contained in:
Mattia Astorino 2019-05-25 16:20:50 +02:00
parent 1b6ad11e94
commit 89afb87ab5
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
2 changed files with 1 additions and 2 deletions

View file

@ -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",

View file

@ -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"