aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/php-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix broken `FOO-mode-indent-offset` conventionStefan Monnier2026-02-221-51/+57
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Remove the cached values in tree-sitter modes (bug#79363)Yuan Fu2025-11-281-231/+215
* Use documentation mark-up face for 'tag_name' node in document block.Vincenzo Pupillo2025-11-201-1/+1
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* Fix font lock in php-ts-modeRoi Martin2025-09-221-242/+256
* ; Fix last change in php-ts-mode.elMichael Albinus2025-09-161-1/+1
* Fix tree-sitter ABI version incompatibility in php-ts-modeVincenzo Pupillo2025-09-151-1/+4
* Add support for PHP 8.5 in 'php-ts-mode.el'Vincenzo Pupillo2025-09-131-63/+105
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-1/+5
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-5/+18
* 'php-ts-mode' depends on 'mhtml-ts-mode' instead of JS,CSS and HTMLVincenzo Pupillo2025-08-101-772/+850
* Revert "`php-ts-mode' depends on `mhtml-ts-mode' instead of JS,CSS and HTML"Eli Zaretskii2025-08-091-850/+772
* `php-ts-mode' depends on `mhtml-ts-mode' instead of JS,CSS and HTMLVincenzo Pupillo2025-08-091-772/+850
* ; * lisp/progmodes/php-ts-mode.el: Docstring fixesPhil Sainty2025-07-041-2/+2
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-5/+8
* Avoid duplication in defining tree-sitter grammar sources.Juri Linkov2025-05-041-15/+6
* Avoid adding duplicate items to 'treesit-language-source-alist'.Juri Linkov2025-05-011-3/+2
* Replace some 'treesit-query-compile' with 'treesit-query-valid-p'.Juri Linkov2025-04-221-10/+5
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-17/+20
* New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov2025-04-091-1/+8
* Improve 'treesit-outline-search'.Juri Linkov2025-04-091-1/+11
* New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov2025-04-081-28/+0
* Merge from origin/emacs-30Michael Albinus2025-03-301-20/+35
|\
| * PHP should be in the PATH, either locally or remotely. (bug#76242).Vincenzo Pupillo2025-03-291-16/+31
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
| * Remove unnecessary function call from 'php-ts-mode'Vincenzo Pupillo2024-12-071-1/+0
* | Add the treesit 'list' thing to csharp/go/php/rust-ts-mode (bug#73404)Juri Linkov2025-03-151-0/+16
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-0/+14
* | Declare tree-sitter functions with a new macroYuan Fu2024-12-121-18/+1
* | Remove unnecessary function call from 'php-ts-mode'Vincenzo Pupillo2024-12-071-1/+0
* | Merge from origin/emacs-30Eli Zaretskii2024-11-301-23/+29
|\ \ | |/
| * Support PHP 8.4 and more reliable indentation (bug#74525)Vincenzo Pupillo2024-11-281-19/+29
| * Remove mention of treesit-defun-prefer-top-level (bug#74474)Yuan Fu2024-11-241-4/+0
* | Merge from origin/emacs-30Michael Albinus2024-11-141-5/+12
|\ \ | |/
| * Improve font-locking and indentation in 'php-ts-mode'Vincenzo Pupillo2024-11-141-5/+12
* | Merge from origin/emacs-30Eli Zaretskii2024-10-271-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2024-10-271-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-10-271-0/+1
|\ \ | |/
| * Highlight namespace name in "use" clause.Vincenzo Pupillo2024-10-241-0/+1
* | Mark if-let and when-let obsoleteSean Whitton2024-10-241-8/+8
* | Merge from origin/emacs-30Sean Whitton2024-10-241-57/+113
|\ \ | |/
| * Fix 'php-ts-mode': better indentation and font lockingVincenzo Pupillo2024-10-191-57/+113
* | Merge from origin/emacs-30Eli Zaretskii2024-09-281-3/+4
|\ \ | |/
| * ; Fix last changes in php-ts-mode.elEli Zaretskii2024-09-281-3/+4
* | Merge from origin/emacs-30Eli Zaretskii2024-09-281-11/+34
|\ \ | |/
| * Fix php-ts-mode font-lock for latest PHP grammar (bug#73516)Vincenzo Pupillo2024-09-281-12/+35
* | Support for custom php.ini for the built-in PHP web server.Vincenzo Pupillo2024-09-081-16/+59
|/
* Improve php-ts-mode font lock and support latest grammar (bug#72796)Vincenzo Pupillo2024-08-261-17/+24