From c1f4d3f68787fa2ae964c468d28a84df37319b28 Mon Sep 17 00:00:00 2001 From: orbitalquark <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:30:49 -0400 Subject: lexers: switch to tabs for indentation --- lua/lexers/gherkin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lexers/gherkin.lua') diff --git a/lua/lexers/gherkin.lua b/lua/lexers/gherkin.lua index 73c9e7d..d3ac376 100644 --- a/lua/lexers/gherkin.lua +++ b/lua/lexers/gherkin.lua @@ -12,7 +12,7 @@ lex:add_rule('whitespace', token(lexer.WHITESPACE, lexer.space^1)) -- Keywords. lex:add_rule('keyword', token(lexer.KEYWORD, word_match( - 'And Background But Examples Feature Given Outline Scenario Scenarios Then When'))) + 'And Background But Examples Feature Given Outline Scenario Scenarios Then When'))) -- Strings. local doc_str = lexer.range('"""') -- cgit v1.2.3