mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 08:57:35 +00:00
Better Syntastic support for AngularJS
This commit is contained in:
parent
ee2b6d678a
commit
b84dfa7a60
@ -353,8 +353,10 @@ let g:syntastic_html_tidy_ignore_errors = [
|
|||||||
\ 'proprietary attribute "ng-show"',
|
\ 'proprietary attribute "ng-show"',
|
||||||
\ 'proprietary attribute "ng-controller"',
|
\ 'proprietary attribute "ng-controller"',
|
||||||
\ 'proprietary attribute "ng-repeat"',
|
\ 'proprietary attribute "ng-repeat"',
|
||||||
\ 'proprietary attribute "ng-app"'
|
\ 'proprietary attribute "ng-app"',
|
||||||
|
\ 'proprietary attribute "ng-click"'
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
" Command to display TODO tags in project
|
" Command to display TODO tags in project
|
||||||
command Todo Ag! TODO
|
command Todo Ag! TODO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user