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
2024-10-06 10:25:50 +02:00

6 lines
202 B
VimL

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