summaryrefslogblamecommitdiffstats
path: root/syntax/yats/dom-form.vim
blob: 9a774c654964cefa0455dee42cbcbe763d5ff2f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                                                           

        
 








                                                                                                            
if polyglot#init#is_disabled(expand('<sfile>:p'), 'typescript', 'syntax/yats/dom-form.vim')
  finish
endif

syntax keyword typescriptDOMFormProp contained acceptCharset action elements encoding
syntax keyword typescriptDOMFormProp contained enctype length method name target
syntax cluster props add=typescriptDOMFormProp
if exists("did_typescript_hilink") | HiLink typescriptDOMFormProp Keyword
endif
syntax keyword typescriptDOMFormMethod contained reportValidity reset submit nextgroup=typescriptFuncCallArg
syntax cluster props add=typescriptDOMFormMethod
if exists("did_typescript_hilink") | HiLink typescriptDOMFormMethod Keyword
endif