[Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

Colomban Wendling notifications at xxxxx
Mon May 23 17:24:20 UTC 2016


> +#settings for folding comment blocks and preprocessor lines
> +#lexer.au3.fold.comment=1
> +#lexer.au3.fold.compact=1
> +#lexer.au3.fold.preprocessor=0
> +
> +[settings]
> +# default extension used when saving files
> +extension=au3
> +
> +# MIME type
> +
> +# which characters should be skipped when moving (or included when deleting) to word boundaries
> +# should always include space and tab (\s\t)
> +whitespace_chars=\s\t!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~
> +# the following characters are these which a "word" can contains, see documentation
> +wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789

these should generally stay commented out, unless it's very specific to the language.  at least `wordchars` seem to be the generic one, so should stay out

---
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/pull/1017/files/c449b6c9736ec666712e232c41f2595558dcd24f#r64254722
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160523/22cd63c4/attachment.html>


More information about the Github-comments mailing list