In data/filedefs/filetypes.autoit:
> +#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
Everything is very simple :) I did it the first time and I didn't want to miss anything (e.g.
# MIME type
too).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.