; Translate comment to English
authorStefan Kangas <stefankangas@gmail.com>
Sun, 16 Jun 2024 20:16:36 +0000 (22:16 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 16 Jun 2024 20:38:26 +0000 (22:38 +0200)
* lisp/progmodes/php-ts-mode.el
(php-ts-mode--parent-html-heuristic): Translate comment to English.

lisp/progmodes/php-ts-mode.el

index 030b97c31b040817730722e63320c6c3dfad53c9..8bb18dab3d5d31443cb40d001d026746ac1b73d8 100644 (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 _)