From 56121b4e27cb48efb17be55a969b2f0d725266f8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 26 Jul 2020 10:20:08 +0200 Subject: Update --- syntax/html.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syntax/html.vim') diff --git a/syntax/html.vim b/syntax/html.vim index 87fce2d6..53f64797 100644 --- a/syntax/html.vim +++ b/syntax/html.vim @@ -131,6 +131,8 @@ syn keyword htmlArg contained prefetch syn keyword htmlArg contained decoding " https://w3c.github.io/selection-api/#extensions-to-globaleventhandlers syn keyword htmlArg contained onselectstart onselectionchange +" https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/loading +syn keyword htmlArg contained loading " Custom Data Attributes " http://w3c.github.io/html/single-page.html#embedding-custom-non-visible-data-with-the-data-attributes -- cgit v1.2.3