Skip to content

Commit

Permalink
add new filetype support
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 15, 2024
1 parent 9f0252e commit 4de38be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/easycomplete/sources/ts.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ augroup easycomplete#sources#ts#InitLocalVars
let s:locs = v:null
let s:menu_flag = "[TS]"
let s:rename_text = ""
let s:file_extensions = ["js","jsx","ts","tsx","mjs","ejs"]
let s:file_extensions = ["js","jsx","ts","tsx","mjs","ejs","ets"]
" 三种提示默认支持,和coc默认配置保持一致:
" syntaxDiag/semanticDiag/suggestionDiag
" requestCompleted表示一轮events完成
Expand Down

0 comments on commit 4de38be

Please sign in to comment.