From 89afb87ab55e88d58e9604c73bf6463c21e69d78 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 25 May 2019 16:20:50 +0200 Subject: [PATCH] fix: Fix meta.function-call highlight --- defaults.json | 2 +- src/themes/theme-template-color-theme.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults.json b/defaults.json index 8350a6b..2c23ec6 100644 --- a/defaults.json +++ b/defaults.json @@ -96,7 +96,7 @@ } }, "changelog": { - "lastversion": "2.8.0" + "lastversion": "2.8.2" }, "themeVariants": { "Darker": "./themes/Material-Theme-Darker.json", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index fe99724..c62ca0b 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -131,7 +131,6 @@ "name": "Function, Special Method", "scope": [ "entity.name.function", - "meta.function-call", "variable.function", "support.function", "keyword.other.special-method"