<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFCC">
    Geany syntax highlighting handles single and double quotes just
    fine.<br>
    But I'm using Google's language golang and the backquote is also
    used as a string delimiter.<br>
    Geany doesn't understand this.<br>
    What do I hack to make geany understand this?:<br>
          whatever = `some string`<br>
    <br>
    Thanks, RickyS<br>
  </body>
</html>