We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1df246 commit d07208cCopy full SHA for d07208c
php-mode.el
@@ -192,7 +192,10 @@ of constants when set."
192
:type 'boolean)
193
194
(defcustom php-mode-page-delimiter
195
- (eval-when-compile (rx symbol-start (or "namespace" "function" "class" "trait" "interface") symbol-end))
+ (eval-when-compile
196
+ (rx symbol-start
197
+ (or "namespace" "function" "class" "trait" "interface")
198
+ symbol-end))
199
"Regexp describing line-beginnings that PHP declaration statements."
200
:group 'php-mode
201
:tag "PHP Mode Page Delimiter"
0 commit comments