Lines Matching refs:html
5 " Repository: https://notabug.org/jorgesumle/vim-html-syntax
11 " Please check :help html.vim for some comments and a description of the options
18 let main_syntax = 'html'
47 syn keyword htmlTagName contained form hr html img
54 " new html 4.0 tags
59 " new html 5 tags
105 " html 4.0 arg names
115 " html 5 arg names
213 " html events (i.e. arguments that include javascript commands)
250 if main_syntax == "html"
252 " html tags, but doing it right would mean to always start
324 let b:current_syntax = "html"
326 if main_syntax == 'html'