diff options
| -rw-r--r-- | lisp/progmodes/c-ts-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 0c66b4959e0..6f1488917a6 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el | |||
| @@ -233,7 +233,8 @@ MODE is either `c' or `cpp'." | |||
| 233 | (false) @font-lock-constant-face | 233 | (false) @font-lock-constant-face |
| 234 | (null) @font-lock-constant-face | 234 | (null) @font-lock-constant-face |
| 235 | ,@(when (eq mode 'cpp) | 235 | ,@(when (eq mode 'cpp) |
| 236 | '((this) @font-lock-constant-face))) | 236 | '((this) @font-lock-constant-face |
| 237 | (nullptr) @font-lock-constant-face))) | ||
| 237 | 238 | ||
| 238 | :language mode | 239 | :language mode |
| 239 | :feature 'keyword | 240 | :feature 'keyword |