vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 1f1b9ca5b2169145eb3fefe5734403a780090687 parent ee93bd03a0d50fc01956bc208144565b4b37641b Author: Christian Hesse <mail@eworm.de> Date: Sat, 7 May 2016 22:57:07 +0200 lexer: remove commented command Diffstat:
| M | lexers/systemd.lua | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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',