Add php-ts-mode
* etc/NEWS: Mention the new mode. * lisp/progmodes/php-ts-mode.el: New file. (Bug#71380)
This commit is contained in:
parent
ac14d56a4d
commit
e37754fc59
2 changed files with 1652 additions and 0 deletions
5
etc/NEWS
5
etc/NEWS
|
@ -1995,6 +1995,11 @@ A major mode based on the tree-sitter library for editing Elixir files.
|
|||
*** New major mode 'lua-ts-mode'.
|
||||
A major mode based on the tree-sitter library for editing Lua files.
|
||||
|
||||
---
|
||||
*** New major mode 'php-ts-mode'.
|
||||
A major mode based on the tree-sitter library for editing PHP files.
|
||||
|
||||
|
||||
** Minibuffer and Completions
|
||||
|
||||
+++
|
||||
|
|
1647
lisp/progmodes/php-ts-mode.el
Normal file
1647
lisp/progmodes/php-ts-mode.el
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue