Lugaru's Epsilon Programmer's Editor
Context:
|
Epsilon User's Manual and Reference >
Commands by Topic >
Language Modes >
HTML Mode
Epsilon automatically enters HTML
mode when you read a file with an extension of .htm, .html, .shtml,
.cfml, .cfm, .htx, .asp, .asa, .xml, .cdf, .osd, .htt, .wml, .xsl,
.jsp, .xsd, .xst, .prx, .asx, .svg, .sgml, or .sgm.
In HTML mode, Epsilon does appropriate syntax highlighting (including
embedded JavaScript or VBScript) and brace-matching. The commenting
commands work too.
You can customize how Epsilon colors embedded scripting. Each
variable of the following variables may be set to 1 for
Javascript-style coloring, 2 for VBScript-style coloring, or 0 for
plain coloring. The html-asp-coloring variable controls
scripting embedded in <% %> delimiters. The
html-php-coloring variable controls scripting embedded in <?
?> delimiters. The html-vbscript-coloring variable controls
scripting that uses a <script language=vbscript> or similar tag.
The html-javascript-coloring variable controls scripting that
uses a <script language=javascript> or similar tag (including
jscript or ecmascript), and the html-other-coloring variable
controls scripting when the specified language is unrecognized.
When the cursor is on a < or > character,
Epsilon will try to locate its matching > or < and highlight them both. If the current character has no match,
Epsilon will not highlight it. Set the variable
auto-show-html-delimiters to zero to disable this feature.
Also see Internet Support for information on viewing http:// URL's
with Epsilon.
Standard bindings:
Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.
|