language_python: add syntax support for match-case statement

This commit is contained in:
Ben Larisch 2022-07-03 15:15:51 +02:00
parent 79dd8779c4
commit ce0d8b313c
No known key found for this signature in database
GPG Key ID: 4998AD60E9FA334D
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",