maralla / completor.vim

Async completion framework made ease.
MIT License
1.31k stars 62 forks source link

Add typescript.jsx to type alias map #154

Closed kmARC closed 6 years ago

kmARC commented 6 years ago

trivial addition to support tsx files. I guess it would be wise to either expose this mapping as an extendable let g: option, or by default use b'anything.additional': b'anything' mapping (would cover javascript, typescript and django use cases)

maralla commented 6 years ago

Thanks!