aboutsummaryrefslogtreecommitdiff
path: root/lexers
diff options
context:
space:
mode:
Diffstat (limited to 'lexers')
-rw-r--r--lexers/systemd.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lexers/systemd.lua b/lexers/systemd.lua
index dbb7fc9..5f9e618 100644
--- a/lexers/systemd.lua
+++ b/lexers/systemd.lua
@@ -16,7 +16,6 @@ local comment = token(l.COMMENT, l.starts_line(S(';#')) * l.nonnewline^0)
-- Strings.
local sq_str = l.delimited_range("'")
local dq_str = l.delimited_range('"')
---local label = l.delimited_range('[]', true, true)
local section_word = word_match{
'Automount',
'BusName',