summaryrefslogtreecommitdiffstats
path: root/syntax/html/aria.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/html/aria.vim')
-rw-r--r--syntax/html/aria.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/html/aria.vim b/syntax/html/aria.vim
index 8fb67394..28cf34c0 100644
--- a/syntax/html/aria.vim
+++ b/syntax/html/aria.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1
+
" Vim syntax file
" Language: WAI-ARIA
" Maintainer: othree <othree@gmail.com>
@@ -60,3 +62,5 @@ syn match htmlArg contained "\<aria-\%(\|dropeffect\|grabbed\)\>"
syn match htmlArg contained "\<aria-\%(\|activedescendant\|controls\|describedby\|flowto\)\>"
syn match htmlArg contained "\<aria-\%(\|labelledby\|owns\|posinset\|setsize\)\>"
+
+endif