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/elm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lexers/elm.lua') diff --git a/lua/lexers/elm.lua b/lua/lexers/elm.lua index 8e8e911..f1a95b4 100644 --- a/lua/lexers/elm.lua +++ b/lua/lexers/elm.lua @@ -13,7 +13,7 @@ lex:add_rule('whitespace', token(lexer.WHITESPACE, lexer.space^1)) -- Keywords. lex:add_rule('keyword', token(lexer.KEYWORD, word_match( - 'if then else case of let in module import as exposing type alias port'))) + 'if then else case of let in module import as exposing type alias port'))) -- Types & type constructors. local word = (lexer.alnum + S("._'#"))^0 -- cgit v1.2.3