From 702ad43fe3af4e64fbdd2b32bfd4b0fbc7244bf8 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sat, 10 Apr 2021 11:41:51 +0200 Subject: Fix meson plugin --- plugins/language_meson.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/language_meson.lua') diff --git a/plugins/language_meson.lua b/plugins/language_meson.lua index ab6be17..0c91d05 100644 --- a/plugins/language_meson.lua +++ b/plugins/language_meson.lua @@ -5,7 +5,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" }, -- cgit v1.2.3