From f1e9c886e897a6bc6b0586e072ba0d728abaf42c Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 5 Sep 2020 12:58:48 -0700 Subject: [PATCH] Let let and const be same color as var. --- voussoir/JavaScript.tmLanguage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voussoir/JavaScript.tmLanguage b/voussoir/JavaScript.tmLanguage index 66e66e6..a16961c 100644 --- a/voussoir/JavaScript.tmLanguage +++ b/voussoir/JavaScript.tmLanguage @@ -572,13 +572,13 @@ match - \b(boolean|byte|char|class|double|enum|float|function|int|interface|long|short|var|void)\b + \b(boolean|byte|char|class|double|enum|float|function|int|interface|long|short|var|let|const|void)\b name storage.type.js match - \b(const|export|extends|final|implements|native|private|protected|public|static|synchronized|throws|transient|volatile)\b + \b(export|extends|final|implements|native|private|protected|public|static|synchronized|throws|transient|volatile)\b name storage.modifier.js