[Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)
Skif-off
notifications at xxxxx
Sun Oct 29 15:07:08 UTC 2017
1.31, problem with quotes, ```filetypes.Scheme.conf```:
```
[styling=Lisp]
[settings]
extension=scm
lexer_filetype=Lisp
comment_single=;
comment_open=#|
comment_close=|#
comment_use_indent=true
[build_settings]
run_cmd=gsi -f "%f"
```
and code example:
```scheme
(script-fu-register "script-fu-alien-glow-horizontal-ruler"
_"_Hrule..."
_"Create an Hrule graphic with an eerie glow for web pages"
"Adrian Likins"
"Adrian Likins"
"1997"
""
SF-ADJUSTMENT _"Bar length" '(480 5 1500 1 10 0 1)
SF-ADJUSTMENT _"Bar height" '(16 1 100 1 10 0 1)
SF-COLOR _"Glow color" '(63 252 0)
SF-COLOR _"Background color" "black"
SF-TOGGLE _"Flatten image" TRUE
)
(script-fu-menu-register "script-fu-alien-glow-horizontal-ruler"
"<Image>/File/Create/Web Page Themes/Alien Glow")
```
Some quoting strings was not highlight. I changed filetype to Lisp, but same errors.
Bug?
--
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-340268911
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171029/baa338d9/attachment.html>
More information about the Github-comments
mailing list