We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c-lang-const t
1 parent 96adfbf commit 2d67ea1Copy full SHA for 2d67ea1
lisp/php-mode.el
@@ -588,11 +588,11 @@ might be to handle switch and goto labels differently."
588
589
(c-lang-defconst c-basic-matchers-before
590
php (cl-remove-if (lambda (elm) (and (listp elm) (equal (car elm) "\\s|")))
591
- (c-lang-const c-basic-matchers-before t)))
+ (c-lang-const c-basic-matchers-before php)))
592
593
(c-lang-defconst c-basic-matchers-after
594
php (cl-remove-if (lambda (elm) (and (listp elm) (memq 'c-annotation-face elm)))
595
- (c-lang-const c-basic-matchers-after t)))
+ (c-lang-const c-basic-matchers-after php)))
596
597
(defconst php-mode--re-return-typed-closure
598
(eval-when-compile
0 commit comments