From 92192659d927e3e317d2be577b92ddb32522f849 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 9 Apr 2019 14:13:57 +0200 Subject: [PATCH] ui: add python syntax highlighting for "self" --- bin/app/data/syntax_highlighting_rules/python.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/app/data/syntax_highlighting_rules/python.rules b/bin/app/data/syntax_highlighting_rules/python.rules index e118d28c..e17881fe 100644 --- a/bin/app/data/syntax_highlighting_rules/python.rules +++ b/bin/app/data/syntax_highlighting_rules/python.rules @@ -28,6 +28,7 @@ { "type" : "keyword", "patterns" : [ + "\\bself\\b", "\\bFalse\\b", "\\bclass\\b", "\\bfinally\\b",