We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05d7474 + d532062 commit 0b1553bCopy full SHA for 0b1553b
.travis.yml
@@ -8,9 +8,9 @@ env:
8
- EMACS_VERSION=emacs-25.2-travis
9
- EMACS_VERSION=emacs-25.3-travis
10
- EMACS_VERSION=emacs-git-snapshot-travis
11
-matrix:
12
- allow_failures:
13
- - env: EMACS_VERSION=emacs-git-snapshot-travis
+# matrix:
+# allow_failures:
+# - env: EMACS_VERSION=emacs-git-snapshot-travis
14
15
before_install:
16
- export PATH="/home/travis/.evm/bin:$PATH"
php-mode.el
@@ -486,6 +486,9 @@ In that case set to `NIL'."
486
(c-lang-defconst c-opt-cpp-prefix
487
php "\\s-*<\\?")
488
489
+(c-lang-defconst c-anchored-cpp-prefix
490
+ php "\\s-*\\(<\\?(=\\|\\sw+)\\)")
491
+
492
(c-lang-defconst c-identifier-ops
493
php '(
494
(left-assoc "\\" "::" "->")
0 commit comments