Skip to content

Add more languages to ctags

Administrator requested to merge more-ctags into master

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

Merge request reports

Loading