Merge pull request #3029 from qhuyduong/fix-tide-not-working-in-rjsx-mode
Fix tide not working with rjsx-mode
This commit is contained in:
commit
de0b29a96f
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@
|
||||||
|
|
||||||
(add-hook! '(js2-mode-local-vars-hook
|
(add-hook! '(js2-mode-local-vars-hook
|
||||||
typescript-mode-local-vars-hook
|
typescript-mode-local-vars-hook
|
||||||
web-mode-local-vars-hook)
|
web-mode-local-vars-hook
|
||||||
|
rjsx-mode-local-vars-hook)
|
||||||
(defun +javascript-init-lsp-or-tide-maybe-h ()
|
(defun +javascript-init-lsp-or-tide-maybe-h ()
|
||||||
"Start `lsp' or `tide' in the current buffer.
|
"Start `lsp' or `tide' in the current buffer.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue