summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <christian@hergert.me>2022-05-19 18:57:26 +0000
committerChristian Hergert <christian@hergert.me>2022-05-19 18:57:49 +0000
commit16e3854ccb0b1ebaefb19521a0ea4c0893b83265 (patch)
tree99e8277cd03308a40cb131651512f3dc67ceaa4e
parent7d7721221d941c7070f05ab6eb8df55ed123d36a (diff)
downloadgtksourceview-16e3854ccb0b1ebaefb19521a0ea4c0893b83265.tar.gz
Merge branch 'add-match-case' into 'master'
Add match and case keywords to python language file Closes #267 See merge request GNOME/gtksourceview!260 (cherry picked from commit 6eebe3b93cd368401cf4a6ded6cec00c55182ea1) 04be12a6 Add match and case keywords to python language file
-rw-r--r--data/language-specs/python3.lang2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/language-specs/python3.lang b/data/language-specs/python3.lang
index 630302c9..be45a059 100644
--- a/data/language-specs/python3.lang
+++ b/data/language-specs/python3.lang
@@ -242,6 +242,8 @@
<keyword>async</keyword>
<keyword>await</keyword>
<keyword>nonlocal</keyword>
+ <keyword>match</keyword>
+ <keyword>case</keyword>
</context>
<context ref="python:builtin-constants"/>