nit(javascript): use issue shorthand

This commit is contained in:
Jeetaditya Chatterjee 2022-04-03 18:35:09 +01:00
parent 45ed981b41
commit 0074dc415b
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -134,8 +134,7 @@
(pushnew! evil-textobj-tree-sitter-major-mode-language-alist '(typescript-tsx-mode . "tsx"))
;; HACK: the tsx grammer doesn't work with the hightlighting provided by
;; font-lock-keywords.
;; https://github.com/emacs-tree-sitter/tree-sitter-langs/issues/23
;; font-lock-keywords. See emacs-tree-sitter/tree-sitter-langs#23
(setq-hook! 'typescript-tsx-mode-hook
tree-sitter-hl-use-font-lock-keywords nil))))