summaryrefslogtreecommitdiffstats
path: root/syntax/common.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-27 12:05:29 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-27 12:05:29 +0200
commit7ec499c19f91122724d1518887ba3ffe4a8fcb43 (patch)
tree090623fa904e05eabcffafd987cc3055b9080423 /syntax/common.vim
parent33b86476b63f7fc2286336eb488a149a85cb08cb (diff)
downloadvim-polyglot-7ec499c19f91122724d1518887ba3ffe4a8fcb43.tar.gz
vim-polyglot-7ec499c19f91122724d1518887ba3ffe4a8fcb43.zip
Set indentation only locally, fixes #564v4.12.1
Diffstat (limited to 'syntax/common.vim')
-rw-r--r--syntax/common.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/common.vim b/syntax/common.vim
index 0fca4de1..b5e5c16c 100644
--- a/syntax/common.vim
+++ b/syntax/common.vim
@@ -71,6 +71,7 @@ if exists("did_typescript_hilink")
HiLink typescriptString String
HiLink typescriptSpecial Special
HiLink typescriptStringLiteralType String
+ HiLink typescriptTemplateLiteralType String
HiLink typescriptStringMember String
HiLink typescriptTemplate String
HiLink typescriptEventString String