Skip to content

Commit 02fffd8

Browse files
author
othree_kao
committed
Angular in html fix
1 parent cdb7cb8 commit 02fffd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/syntax/angularjs.html.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ syntax keyword htmlArg contained ng-disable ng-form ng-hide ng-href ng-include
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
1515
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
16+
syntax keyword htmlArg contained ng-switch-default ng-transclude ng-view
1717

1818
" http://docs.angularjs.org/api/ng.directive:ngInclude
1919
" http://docs.angularjs.org/api/ng.directive:ngPluralize
2020
" http://docs.angularjs.org/api/ng.directive:ngSwitch
2121
syntax keyword htmlArg contained expression autoscroll count when offset on
2222

2323

24+
syntax keyword htmlTagName contained ng-include ng-pluralize ng-switch
2425

0 commit comments

Comments
 (0)