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
commit f5fbdd80f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ syntax.add {
["if"] = "keyword",
["or"] = "keyword",
["else"] = "keyword",
["match"] = "keyword",
["case"] = "keyword",
["import"] = "keyword",
["pass"] = "keyword",
["break"] = "keyword",