Lugaru's Epsilon Programmer's Editor 14.04
Context:
|
Previous
|
Up
|
Next
|
perl-detect-expression-pattern |
Variable Reference |
perl-indent |
Epsilon User's Manual and Reference >
Variable Reference >
perl-heredoc-syntax: preference variable
Default value: 0x200
This variable controls how Epsilon syntax highlights a here document
in Perl code. If the heredoc's terminating string ends in ".html" or
".tex", Epsilon always colors it using the corresponding mode.
Otherwise, it checks this variable. The bit 0x100 makes it try to
autodetect TeX code, and the bit 0x200 makes it try to autodetect
HTML code. If neither is detected, the bit 1 makes it default to
TeX, and 2 makes it default to HTML. (Only include one of these.)
If neither bit is present, the here document is colored with the
perl-constant color class.
More info:
Perl Mode
Previous
|
Up
|
Next
|
perl-detect-expression-pattern |
Variable Reference |
perl-indent |
Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.
|