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