Lugaru's Epsilon
Programmer's
Editor 14b7

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      perl-contin-offset
      perl-detect-expression-pattern
      perl-heredoc-syntax
      perl-indent
      perl-label-indent
      . . .
   Changing Epsilon
   . . .

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


Lugaru Epsilon Programmer's Editor 14b7 manual. Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.