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/typescript.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/lexers/typescript.lua') diff --git a/lua/lexers/typescript.lua b/lua/lexers/typescript.lua index b1ee619..10b15a5 100644 --- a/lua/lexers/typescript.lua +++ b/lua/lexers/typescript.lua @@ -8,10 +8,10 @@ local lex = lexer.new(..., {inherit = lexer.load('javascript')}) -- Word lists. lex:set_word_list(lexer.KEYWORD, 'abstract as constructor declare is module namespace require type', - true) + true) lex:set_word_list(lexer.TYPE, 'boolean number bigint string unknown any void never symbol object', - true) + true) lexer.property['scintillua.comment'] = '//' -- cgit v1.2.3