1
0
Fork 0
mirror of synced 2024-10-18 09:49:00 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/handlebars/embertemplatelint.vim

7 lines
202 B
VimL
Raw Normal View History

" Author: Adrian Zalewski <aazalewski@hotmail.com>
" Description: Ember-template-lint for checking Handlebars files
2024-10-06 04:25:50 -04:00
scriptencoding utf-8
2024-10-06 04:25:50 -04:00
call ale#handlers#embertemplatelint#DefineLinter('handlebars')