diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-06 12:56:27 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-06 12:56:27 +0100 |
commit | dce9e8dec5ef51730291c7bbff3e3997433eabbd (patch) | |
tree | 1ca7140cd4244dfdff3d8d58f936d9dc159c9d4e /syntax/html.vim | |
parent | 30c87b73deff05c7dd9590228c0615a3299f39ff (diff) | |
download | vim-polyglot-dce9e8dec5ef51730291c7bbff3e3997433eabbd.tar.gz vim-polyglot-dce9e8dec5ef51730291c7bbff3e3997433eabbd.zip |
Update
Diffstat (limited to 'syntax/html.vim')
-rw-r--r-- | syntax/html.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/html.vim b/syntax/html.vim index e494e404..19148af2 100644 --- a/syntax/html.vim +++ b/syntax/html.vim @@ -126,6 +126,8 @@ syn keyword htmlArg contained integrity crossorigin " <link> syn keyword htmlArg contained prefetch " syn keyword htmlArg contained preload +" <img> +syn keyword htmlArg contained decoding " Custom Data Attributes " http://w3c.github.io/html/single-page.html#embedding-custom-non-visible-data-with-the-data-attributes |