aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_meson.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_meson.lua')
-rw-r--r--plugins/language_meson.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/language_meson.lua b/plugins/language_meson.lua
index 4bbee68..97fde72 100644
--- a/plugins/language_meson.lua
+++ b/plugins/language_meson.lua
@@ -6,7 +6,6 @@ syntax.add {
comment = "#",
patterns = {
{ pattern = { "#", "\n" }, type = "comment" },
- { pattern = { '"', '"', '\\' }, type = "string" },
{ pattern = { "'", "'", '\\' }, type = "string" },
{ pattern = { "'''", "'''" }, type = "string" },
{ pattern = "0x[%da-fA-F]+", type = "number" },