summaryrefslogtreecommitdiffstats
path: root/syntax/yats/dom-form.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/yats/dom-form.vim')
-rw-r--r--syntax/yats/dom-form.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/yats/dom-form.vim b/syntax/yats/dom-form.vim
index 5c800f4a..222b3e15 100644
--- a/syntax/yats/dom-form.vim
+++ b/syntax/yats/dom-form.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1
+
syntax keyword typescriptDOMFormProp contained acceptCharset action elements encoding
syntax keyword typescriptDOMFormProp contained enctype length method name target
syntax cluster props add=typescriptDOMFormProp
@@ -8,4 +9,5 @@ syntax keyword typescriptDOMFormMethod contained reportValidity reset submit nex
syntax cluster props add=typescriptDOMFormMethod
if exists("did_typescript_hilink") | HiLink typescriptDOMFormMethod Keyword
endif
+
endif