diff --git a/syntaxes/bazelrc.tmLanguage.json b/syntaxes/bazelrc.tmLanguage.json index fa1bcbb7..8fa70a12 100644 --- a/syntaxes/bazelrc.tmLanguage.json +++ b/syntaxes/bazelrc.tmLanguage.json @@ -27,7 +27,7 @@ "repository": { "command": { "name": "constant.language.bazelrc", - "match": "\\b(startup|build|test|query|coverage|run|sync|aquery|cquery|mobile-install|print_action|dump|analyze-profile|canonicalize-flags|clean|fetch|help|info|license|shutdown|version|import|try-import|codesearch)(?:(:)(\\w+))?\\b", + "match": "\\b(startup|common|build|test|query|coverage|run|sync|aquery|cquery|mobile-install|print_action|dump|analyze-profile|canonicalize-flags|clean|fetch|help|info|license|shutdown|version|import|try-import|codesearch)(?:(:)(\\w+))?\\b", "captures": { "1": { "name": "constant.language.bazelrc" @@ -216,4 +216,4 @@ ] } } -} \ No newline at end of file +}