Use the langs_compatible() function when passing typenames to scintilla
commitcb307e5b92479ce984aff01b106b1bdad346c0e8
authorJiří Techet <techet@gmail.com>
Sat, 13 Feb 2016 00:52:53 +0000 (13 01:52 +0100)
committerJiří Techet <techet@gmail.com>
Fri, 26 Feb 2016 00:09:59 +0000 (26 01:09 +0100)
tree99be6c490a23573864a87be7373b0d3d82dea6f4
parent5030f7f3da945c0caeb42e090991ad362d30a743
Use the langs_compatible() function when passing typenames to scintilla

This requires making the function public and tm_tag.c seems to be a better
place for the function than tm_workspace so move there and add the prefix.
src/symbols.c
tagmanager/src/tm_tag.c
tagmanager/src/tm_tag.h
tagmanager/src/tm_workspace.c