merge: pull request #6369 from elken/feature/editor-format-refactor

This commit is contained in:
Henrik Lissner
2023-09-14 01:19:01 +02:00
committed by GitHub
89 changed files with 526 additions and 728 deletions

View File

@@ -30,7 +30,6 @@
(set-docsets! 'php-mode "PHP" "PHPUnit" "Laravel" "CakePHP" "CodeIgniter" "Doctrine_ORM")
(set-repl-handler! 'php-mode #'+php/open-repl)
(set-lookup-handlers! 'php-mode :documentation #'php-search-documentation)
(set-formatter! 'php-mode #'php-cs-fixer-fix)
(set-ligatures! 'php-mode
;; Functional
:lambda "function()" :lambda "fn"