diff options
| -rw-r--r-- | lisp/progmodes/typescript-ts-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/typescript-ts-mode.el b/lisp/progmodes/typescript-ts-mode.el index 0fbac709c63..bcc08511337 100644 --- a/lisp/progmodes/typescript-ts-mode.el +++ b/lisp/progmodes/typescript-ts-mode.el | |||
| @@ -205,7 +205,7 @@ Argument LANGUAGE is either `typescript' or `tsx'." | |||
| 205 | (treesit-font-lock-rules | 205 | (treesit-font-lock-rules |
| 206 | :language language | 206 | :language language |
| 207 | :feature 'comment | 207 | :feature 'comment |
| 208 | `((comment) @font-lock-comment-face) | 208 | `([(comment) (hash_bang_line)] @font-lock-comment-face) |
| 209 | 209 | ||
| 210 | :language language | 210 | :language language |
| 211 | :feature 'constant | 211 | :feature 'constant |