- AuthorPosts
- May 1, 2017 at 6:54 am #21741jjasmith4Participant
I work a lot with the K language (Kx/Kdb), which is pretty non-standard, so I’ve set up my own configuration for it. K has no multi-line comments, and EOL comments begin with only a slash after white space, so on the Highlight(2) page I’ve set up ” /” (space, slash) and “^/” (caet=BOL, slash) as the two Line Comment settings, and I’ve set to ON the two checkboxes that say Double Quotes and Continue to Next Line under String Enclosed by Quotation Marks. Here’s the relevant section from the ESY file:
#Highlight=on
#BeginTag=
#EndTag=
#CommentBegin=
#CommentEnd=
#LineComment1= /
#LineComment2=^^/
#SingleQuote=off
#DoubleQuote=on
#ContinueQuote=on
#Escape=\
#ScriptBegin=
#ScriptEnd=
#SpecialSyntax=off
#HighlightBraces=onWhat happens is that in a one-line comment that has a double-quoted string, that string is colored differently. This should not be the case.
May 1, 2017 at 5:49 pm #21742Yutaka EmuraKeymasterI am not sure what the problem is. Can you please show me a screenshot, and explain what the problem is?
Thank you,
- AuthorPosts
- You must be logged in to reply to this topic.