We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec0648 commit c06d819Copy full SHA for c06d819
autoload/syntax/angularjs.html.vim
@@ -15,6 +15,7 @@ syntax keyword htmlArg contained ng-mouseover ng-mouseup ng-multiple ng-non-bin
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-switch-default ng-transclude ng-view
17
18
+" http://docs.angularjs.org/guide/directive
19
syntax match htmlArg contained /\(ng_\|ng:\|x-ng-\)\(app\|bind\|bind-html-unsafe\|bind-template\|change\|checked\|class\)/
20
syntax match htmlArg contained /\(ng_\|ng:\|x-ng-\)\(class-even\|class-odd\|click\|cloak\|controller\|csp\|dblclick\)/
21
syntax match htmlArg contained /\(ng_\|ng:\|x-ng-\)\(disable\|form\|hide\|href\|include\|init\|keydown\|keypress\)/
0 commit comments