aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/typescript.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers/typescript.lua')
-rw-r--r--lua/lexers/typescript.lua4
1 files changed, 2 insertions, 2 deletions
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'] = '//'