Add jsFutureKeys for typescript keywords

This commit is contained in:
Patrick Stockwell
2019-08-07 13:56:55 +10:00
parent e3f5aed70d
commit 897bc15057

View File

@@ -133,6 +133,7 @@ call Highlight("Boolean", s:purple, s:none, s:none)
call Highlight("Character", s:purple, s:none, s:none)
call Highlight("Float", s:purple, s:none, s:none)
call Highlight("Number", s:purple, s:none, s:none)
call Highlight("jsFutureKeys", s:purple, s:none, s:none)
call Highlight("Folded", s:grey, s:charcoal, s:none)
call Highlight("Comment", s:grey, s:none, s:italic)