aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/language_php.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_php.lua b/plugins/language_php.lua
index fda30cb..2820862 100644
--- a/plugins/language_php.lua
+++ b/plugins/language_php.lua
@@ -87,6 +87,7 @@ local inline_variables = {
},
{ pattern = "%$[%a_][%w_]*", type = "keyword2" },
{ pattern = "%w+", type = "string" },
+ { pattern = "[^\"]", type = "string" },
}
local function combine_patterns(t1, t2)