Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      html-paragraph-is-container
      html-php-coloring
      html-prevent-coloring
      html-recognize-coldfusion-comments
      html-reindent-previous-line
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
html-php-coloring  Variable Reference   html-recognize-coldfusion-comments


Epsilon User's Manual and Reference > Variable Reference >

html-prevent-coloring: preference variable

Default value: 0

Bits in this variable prevent language-specific syntax highlighting of embedded scripting in HTML or XML mode, by forcing Epsilon to ignore the sequence that begins that type of scripting.

Each bit in the table below makes Epsilon ignore the corresponding scripting type (and certain equivalent constructions as well).

 Bit  Scripting Tag
 0x1  <script language=jscript>
 0x1  or <script language=javascript>
 0x1  or <script language=ecmascript>
 0x2  <script language=vbscript>
 0x4  <script language=php>
 0x4  or <?php>
 0x8  <script language=python>
 0x8  or <?python>
 0x10  <jsp:scriptlet>
 0x20  <cfscript>

More info:

HTML/XML/CSS Modes



Previous   Up    Next
html-php-coloring  Variable Reference   html-recognize-coldfusion-comments


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