Hello, I'm having problems using Geany in Clojure files with regular expression, using the #"pattern" reader macro. Sometimes the closing double quote is interpreted as an opening quote and whatever comes after, as a string. I think it happens when I need to use the parens to capture a group in the pattern. My Geany version is 1.27, my system is Linux Mint 18.2 Sonya. Any ideas? Thanks in advance! Here's a screen capture of a simple example to illustrate the problem (this code works, the output of lein run is `Hello,`):
![scrcapgeany](https://user-images.githubusercontent.com/25431680/34321245-54f29254-e80a-11...)