Geany syntax highlighting handles single and double quotes just fine.
But I'm using Google's language golang and the backquote is also used as a string delimiter.
Geany doesn't understand this.
What do I hack to make geany understand this?:
      whatever = `some string`

Thanks, RickyS