; Translate comment to English

* lisp/progmodes/php-ts-mode.el
(php-ts-mode--parent-html-heuristic): Translate comment to English.
This commit is contained in:
Stefan Kangas 2024-06-16 22:16:36 +02:00
parent c0eefebabf
commit f18a915690

View file

@ -497,7 +497,7 @@ characters of the current line."
(if (search-forward "</html>" end-html t 1)
0
(+ (point) php-ts-mode-indent-offset))))
;; forse è meglio usare bol, leggi la documentazione!!!
;; Maybe it's better to use bol, read the documentation!!!
(treesit-node-start parent))))
(defun php-ts-mode--array-element-heuristic (_node parent _bol &rest _)