aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index af59b8e1467..3a919c8cf20 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1113,7 +1113,9 @@ fontified."
1113 1113
1114 :feature 'decorator 1114 :feature 'decorator
1115 :language 'python 1115 :language 'python
1116 '((decorator) @font-lock-type-face) 1116 '((decorator "@" @font-lock-type-face)
1117 (decorator (call function: (identifier) @font-lock-type-face))
1118 (decorator (identifier) @font-lock-type-face))
1117 1119
1118 :feature 'type 1120 :feature 'type
1119 :language 'python 1121 :language 'python