ui: add python syntax highlighting for "self"

This commit is contained in:
mlangkabel
2019-04-09 14:13:57 +02:00
parent 7b514173c3
commit 92192659d9
@@ -28,6 +28,7 @@
{
"type" : "keyword",
"patterns" : [
"\\bself\\b",
"\\bFalse\\b",
"\\bclass\\b",
"\\bfinally\\b",