]> git.eshelyaron.com Git - emacs.git/commitdiff
; Translate comment to English
authorStefan Kangas <stefankangas@gmail.com>
Sun, 16 Jun 2024 20:16:36 +0000 (22:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 19 Jun 2024 08:35:38 +0000 (10:35 +0200)
* 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

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 _)