diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-27 12:05:29 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-27 12:05:29 +0200 |
commit | 7ec499c19f91122724d1518887ba3ffe4a8fcb43 (patch) | |
tree | 090623fa904e05eabcffafd987cc3055b9080423 /syntax/common.vim | |
parent | 33b86476b63f7fc2286336eb488a149a85cb08cb (diff) | |
download | vim-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.vim | 1 |
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 |