Remove unnecessary function call from 'php-ts-mode'
* lisp/progmodes/php-ts-mode.el (php-ts-mode): Remove unnecessary function call 'treesit-font-lock-recompute-features'. (Bug#74688)
This commit is contained in:
parent
e7fdf6b68c
commit
c87c5b95e1
1 changed files with 0 additions and 1 deletions
|
@ -1557,7 +1557,6 @@ Depends on `c-ts-common-comment-setup'."
|
|||
|
||||
;; should be the last one
|
||||
(setq-local treesit-primary-parser (treesit-parser-create 'php))
|
||||
(treesit-font-lock-recompute-features)
|
||||
(treesit-major-mode-setup)
|
||||
(add-hook 'flymake-diagnostic-functions #'php-ts-mode-flymake-php nil 'local)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue