Merge pull request #1066 from benwalksaway/match_case_syntax_support

language_python: add syntax support for the match-case statement
This commit is contained in:
Guldoman
2022-07-03 15:28:54 +02:00
committed by GitHub
+2
View File
@@ -41,6 +41,8 @@ syntax.add {
["if"] = "keyword",
["or"] = "keyword",
["else"] = "keyword",
["match"] = "keyword",
["case"] = "keyword",
["import"] = "keyword",
["pass"] = "keyword",
["break"] = "keyword",