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": {
"lastversion": "2.8.0"
"lastversion": "2.8.2"
},
"themeVariants": {
"Darker": "./themes/Material-Theme-Darker.json",

View file

@ -131,7 +131,6 @@
"name": "Function, Special Method",
"scope": [
"entity.name.function",
"meta.function-call",
"variable.function",
"support.function",
"keyword.other.special-method"