Skip to content

Commit c06d819

Browse files
author
othree_kao
committed
Add reference
1 parent 7ec0648 commit c06d819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/syntax/angularjs.html.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ syntax keyword htmlArg contained ng-mouseover ng-mouseup ng-multiple ng-non-bin
1515
syntax keyword htmlArg contained ng-repeat ng-selected ng-show ng-src ng-style ng-submit ng-switch ng-switch-when
1616
syntax keyword htmlArg contained ng-switch-default ng-transclude ng-view
1717

18+
" http://docs.angularjs.org/guide/directive
1819
syntax match htmlArg contained /\(ng_\|ng:\|x-ng-\)\(app\|bind\|bind-html-unsafe\|bind-template\|change\|checked\|class\)/
1920
syntax match htmlArg contained /\(ng_\|ng:\|x-ng-\)\(class-even\|class-odd\|click\|cloak\|controller\|csp\|dblclick\)/
2021
syntax match htmlArg contained /\(ng_\|ng:\|x-ng-\)\(disable\|form\|hide\|href\|include\|init\|keydown\|keypress\)/

0 commit comments

Comments
 (0)