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:

(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, view it on GitHub, or mute the thread.