1
0
Fork 0
mirror of synced 2024-11-27 11:15:35 -05:00
ultimate-vim/sources_non_forked/ale/ale_linters/handlebars/embertemplatelint.vim

7 lines
202 B
VimL
Raw Permalink 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')