quintanar401 / language-kdb-q

syntax and autocomplete for KDB Q
MIT License
7 stars 4 forks source link

Underlining for matching square brackets not working in Atom 1.32.1 #3

Open joel23888 opened 5 years ago

joel23888 commented 5 years ago

I noticed underlining for matching parenthesis/brackets is no longer working after updating to Atom 1.32.1. I am on Windows 7 64-bit with language-kdb-q v0.3.1.

joel23888 commented 5 years ago

Correction: this only seems to apply to square brackets [] not () or {}

joel23888 commented 5 years ago

Further, matching square brackets are underlined if on a different line:

Does not underline:

{[v]v}

Underlines:

{[v
 ]v}
quintanar401 commented 5 years ago

Could you check further, it is ok in my editor, probably there is another package that causes this

joel23888 commented 5 years ago

Seems to be the syntax theme I have been using (Solarized Dark). After first disabling all installed packages besides language-kdb-q and connect-kdb-q the 'issue' was still there. Then I tried different theme combinations and this was the only one that failed. Will switch to another theme for the time being. In terms of getting this working again, is this something which would be added to this package or to the theme itself? I am happy to try and help, just want to know where to direct my attention.