#8941
scrabbles
Member

Hi,
The easiest method I’ve found for getting ctags to work for an unsupported language is to create a file in your home directory titled .ctags , then follow the instructions on the
exuburant ctags site for adding a language.
Otherwise you can add –options=xxxx to the advanced options in the symbols config in emeditor which should pick the file up;
You’ll know if it is working, if you go to the plugins dir, in DOS, and type ctags.exe –list-kinds and your language should be listed.
– Mark