diff options
-rw-r--r-- | lisp/progmodes/js.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 07d12cb7b4b..71aa5cbea68 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -3506,7 +3506,7 @@ Check if a node type is available, then return the right indent rules." :language 'javascript :feature 'comment - '((comment) @font-lock-comment-face) + '([(comment) (hash_bang_line)] @font-lock-comment-face) :language 'javascript :feature 'constant |