I've repushed with a fix for a crash for an "unknown" filetype - I used GPtrArray in the previous patch which wasn't initialized in this case and keyword list was NULL which caused the crash. I converted the list to GSList whose NULL value is a valid empty list. Also updated documentation and settings label (for the case when single config option is used both for symbols and keywords).
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1146#issuecomment-235408405