summaryrefslogtreecommitdiff
path: root/lisp/progmodes/php-ts-mode.el
AgeCommit message (Expand)Author
2026-02-22Fix broken `FOO-mode-indent-offset` conventionStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-28Remove the cached values in tree-sitter modes (bug#79363)Yuan Fu
2025-11-20Use documentation mark-up face for 'tag_name' node in document block.Vincenzo Pupillo
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-09-22Fix font lock in php-ts-modeRoi Martin
2025-09-16; Fix last change in php-ts-mode.elMichael Albinus
2025-09-15Fix tree-sitter ABI version incompatibility in php-ts-modeVincenzo Pupillo
2025-09-13Add support for PHP 8.5 in 'php-ts-mode.el'Vincenzo Pupillo
2025-08-18Silence byte-compile warnings when treesit is not availableJuri Linkov
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-08-10'php-ts-mode' depends on 'mhtml-ts-mode' instead of JS,CSS and HTMLVincenzo Pupillo
2025-08-09Revert "`php-ts-mode' depends on `mhtml-ts-mode' instead of JS,CSS and HTML"Eli Zaretskii
2025-08-09`php-ts-mode' depends on `mhtml-ts-mode' instead of JS,CSS and HTMLVincenzo Pupillo
2025-07-04; * lisp/progmodes/php-ts-mode.el: Docstring fixesPhil Sainty
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-05-04Avoid duplication in defining tree-sitter grammar sources.Juri Linkov
2025-05-01Avoid adding duplicate items to 'treesit-language-source-alist'.Juri Linkov
2025-04-22Replace some 'treesit-query-compile' with 'treesit-query-valid-p'.Juri Linkov
2025-04-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-04-09New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov
2025-04-09Improve 'treesit-outline-search'.Juri Linkov
2025-04-08New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov
2025-03-30Merge from origin/emacs-30Michael Albinus
2025-03-29PHP should be in the PATH, either locally or remotely. (bug#76242).Vincenzo Pupillo
2025-03-15Add the treesit 'list' thing to csharp/go/php/rust-ts-mode (bug#73404)Juri Linkov
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-30Add verified grammar version comment for tree-sitter modesYuan Fu
2024-12-12Declare tree-sitter functions with a new macroYuan Fu
2024-12-07Remove unnecessary function call from 'php-ts-mode'Vincenzo Pupillo
2024-12-07Remove unnecessary function call from 'php-ts-mode'Vincenzo Pupillo
2024-11-30Merge from origin/emacs-30Eli Zaretskii
2024-11-28Support PHP 8.4 and more reliable indentation (bug#74525)Vincenzo Pupillo
2024-11-24Remove mention of treesit-defun-prefer-top-level (bug#74474)Yuan Fu
2024-11-14Merge from origin/emacs-30Michael Albinus
2024-11-14Improve font-locking and indentation in 'php-ts-mode'Vincenzo Pupillo
2024-10-27Merge from origin/emacs-30Eli Zaretskii
2024-10-27Merge from origin/emacs-30Eli Zaretskii
2024-10-27; Fix typosStefan Kangas
2024-10-24Highlight namespace name in "use" clause.Vincenzo Pupillo
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-24Merge from origin/emacs-30Sean Whitton
2024-10-19Fix 'php-ts-mode': better indentation and font lockingVincenzo Pupillo
2024-09-28Merge from origin/emacs-30Eli Zaretskii
2024-09-28; Fix last changes in php-ts-mode.elEli Zaretskii
2024-09-28Merge from origin/emacs-30Eli Zaretskii
2024-09-28Fix php-ts-mode font-lock for latest PHP grammar (bug#73516)Vincenzo Pupillo
2024-09-08Support for custom php.ini for the built-in PHP web server.Vincenzo Pupillo
2024-08-26Improve php-ts-mode font lock and support latest grammar (bug#72796)Vincenzo Pupillo