diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index ab3bf1b4ec0..211969140ab 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1124,7 +1124,8 @@ fontified." | |||
| 1124 | name: (identifier) @font-lock-function-name-face) | 1124 | name: (identifier) @font-lock-function-name-face) |
| 1125 | (class_definition | 1125 | (class_definition |
| 1126 | name: (identifier) @font-lock-type-face) | 1126 | name: (identifier) @font-lock-type-face) |
| 1127 | (parameters (identifier) @font-lock-variable-name-face)) | 1127 | (parameters (identifier) @font-lock-variable-name-face) |
| 1128 | (parameters (default_parameter name: (identifier) @font-lock-variable-name-face))) | ||
| 1128 | 1129 | ||
| 1129 | :feature 'function | 1130 | :feature 'function |
| 1130 | :language 'python | 1131 | :language 'python |