diff options
-rw-r--r-- | plugins/language_php.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_php.lua b/plugins/language_php.lua index bea6b85..e0dc078 100644 --- a/plugins/language_php.lua +++ b/plugins/language_php.lua @@ -340,7 +340,7 @@ syntax.add { { regex = { "<\\?php\\s+", - "(\\?>|(?=`{3}))" -- end if inside markdown code tags + "(?:\\?>|(?=`{3}))" -- end if inside markdown code tags }, syntax = ".phps", type = "keyword2" |