[Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)

Skif-off notifications at xxxxx
Mon Oct 30 11:43:51 UTC 2017


@elextr, no I don't agree, because I think it's not ```_"``` syntax: it's ```_string``` syntax :)
Strings are enclosed by double quotation marks, for example Github is highlight correct, other editors too, but except Scintilla based. Why?
Ok, ```_``` is part of words (```[A-Za-z_]+```), but ```"``` - no and editor should highlight the next string.
For example C:
```c
static kindDefinition AwkKinds [] = {
	{ true, 'f', ______________"function", __________"functions" }
};
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/982#issuecomment-340420230
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171030/4dc9f501/attachment.html>


More information about the Github-comments mailing list