From 9d9a6e3eac5a25806301ceeb49eb2380a433005e Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 16 Jun 2024 22:16:36 +0200 Subject: [PATCH] ; Translate comment to English * lisp/progmodes/php-ts-mode.el (php-ts-mode--parent-html-heuristic): Translate comment to English. (cherry picked from commit f18a915690c48119daaecf5b8684c46129496866) --- lisp/progmodes/php-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/php-ts-mode.el b/lisp/progmodes/php-ts-mode.el index 030b97c31b0..8bb18dab3d5 100644 --- a/lisp/progmodes/php-ts-mode.el +++ b/lisp/progmodes/php-ts-mode.el @@ -497,7 +497,7 @@ characters of the current line." (if (search-forward "" 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 _) -- 2.39.2