Add more languages to ctags
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: chrismwendt
universal-ctags doesn't support some popular languages by default, such as Scala, Swift, and Haskell.
But, it turns out you can add language support by passing some regexes on the command line or via config file. Language regex sources:
This also drops the --map-JavaScript:+.ts
that was causing an inaccurate definition in https://github.com/sourcegraph/sourcegraph/issues/2136
Fixes https://github.com/sourcegraph/sourcegraph/issues/2136
Push commits to the source branch or add previously merged commits to review them.