techee / geany-lsp

LSP plugin for the Geany editor
GNU General Public License v2.0
19 stars 1 forks source link

Allow restricting server usage to certain files only #36

Open techee opened 3 months ago

techee commented 3 months ago

For instance, we have configure.ac files set to Bash file type but the shell language server doesn't like that. So each server should have a config option like:

supported_extensions=*.sh

to restrict the filetype settings.