Hi all-
In section 12.4 of the manual, under the comment root group, there are references to further specifications of the line comment. There's an interesting italicization of the "character" type, which creates ambiguity for me. Does this mean that I should specify:
comment.line.character.<language> -or- comment.line.<character>.<language> ?
I'm thinking about Forth's backslash \ comments:
comment.line.character.forth -or- comment.line..forth
Thanks!
Charles
On Aug 29, 2008, at 2:10 PM, Charles Turner wrote:
I'm thinking about Forth's backslash \ comments:
comment.line.character.forth -or- comment.line..forth
Scopes should generally use basic characters, so we spell it out. ie:
comment.line.backslash.forth
You can see this by putting the caret inside a comment and hitting ⌃⇧P
On Fri, 29 Aug 2008 16:21:04 -0500, Michael Sheets wrote:
Scopes should generally use basic characters, so we spell it out. ie:
comment.line.backslash.forth
Yeah, "dopey-dope" here finally figured that out, but thanks for the confirmation. I see also that the various syntax colors display their scope names in the preferences window, so that goes a long way toward helping me out.
Best, Charles