Lugaru's Epsilon
Programmer's
Editor

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

Previous   Up    Next
php-contin-offset  Variable Reference   php-indent


Epsilon User's Manual and Reference > Variable Reference >

php-heredoc-syntax: preference variable

Default value: 0x200

This variable controls how Epsilon syntax highlights a here document in PHP 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. (PHP uses the same color classes as Perl mode.)

More info:

PHP Mode



Previous   Up    Next
php-contin-offset  Variable Reference   php-indent


Lugaru Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.