Split .ctags file into per-language files
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: masatake
Currently, additional-languages.ctags defines multiple languages. Splitting them into multiple files as each file defines one language simplifies maintenance tasks. Universal-ctags supports loading multiple .ctags files under .ctags.d directory.
An example: the latest Universal-ctags supports typescript already. When introducing the latest one, you may want to remove locally defined regex based typescript parser to avoid confliction. With this change, you have to just remove typescript.ctags instead of remove lines from additional-languages.ctags for the purpose.
Test plan:
Push commits to the source branch or add previously merged commits to review them.