; 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:
parent
c0eefebabf
commit
f18a915690
1 changed files with 1 additions and 1 deletions
|
@ -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 _)
|
||||
|
|
Loading…
Add table
Reference in a new issue