php-mode
php-mode copied to clipboard
A powerful and flexible Emacs major mode for editing PHP scripts
This is a feature request for syntax highlighting in SQL strings. It seems to be feature of other popular editors and maybe it would be good to have in php-mode...
```el ;; Use the Emacs standard indentation binding. This may upset c-mode ;; which does not follow this at the moment, but I see no better ;; choice. (define-key map...
[emacs-tree-sitter](https://github.com/ubolonton/emacs-tree-sitter) works by using tree-sitter grammar files to incrementally do syntax highlighting. It also has a support for php using [php-grammar](https://github.com/tree-sitter/tree-sitter-php). Considering that the grammar files are higher type language...
Hi could you provide a way to disable "propertize" features ? I do not want my comments to be propertized. I would like also to disable ```php-phpdoc-font-lock-keywords```. Best regards
Every keystroke results in a delay of a few seconds in large files (2000+ lines) making the plugin unusable. Here's a profile trace: ``` - command-execute 1018 97% - call-interactively...
Kosta H. on the emacs-php mailing list brought up [the PHP layer for Spacemacs](https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/php) and what we could do to improve it. Personally I have never used Spacemacs, but it's...
This change is part of an attempt to separate the c-mode and php-mode dependencies. PHP Mode still depends on [CC Mode](https://www.gnu.org/software/emacs/manual/html_mono/ccmode.html). However, PHP has nothing to do with C language,...