Skip to content

Commit cdb7cb8

Browse files
author
othree_kao
committed
Add missed attribute
1 parent 1cf9ba7 commit cdb7cb8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

autoload/syntax/angularjs.html.vim

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ syntax keyword htmlArg contained ng-class-even ng-class-odd ng-click ng-cloak n
1212
syntax keyword htmlArg contained ng-disable ng-form ng-hide ng-href ng-include ng-init ng-keydown ng-keypress
1313
syntax keyword htmlArg contained ng-key-up ng-list ng-model ng-mousedown ng-mouseenter ng-mouseleave ng-mousemove
1414
syntax keyword htmlArg contained ng-mouseover ng-mouseup ng-multiple ng-non-bindable ng-pluralize ng-readonly
15-
syntax keyword htmlArg contained ng-repeat ng-selected ng-show ng-src ng-style ng-submit ng-switch ng-transclude
16-
syntax keyword htmlArg contained expression
15+
syntax keyword htmlArg contained ng-repeat ng-selected ng-show ng-src ng-style ng-submit ng-switch ng-switch-when
16+
syntax keyword htmlArg contained ng-transclude ng-view
17+
18+
" http://docs.angularjs.org/api/ng.directive:ngInclude
19+
" http://docs.angularjs.org/api/ng.directive:ngPluralize
20+
" http://docs.angularjs.org/api/ng.directive:ngSwitch
21+
syntax keyword htmlArg contained expression autoscroll count when offset on
1722

1823

1924

0 commit comments

Comments
 (0)