_html
FILE: html.py
AUTHOR: Cody Precord
Summary: Lexer configuration module for HTML/DHTML/SGML.
Todo
Add Netscape/Microsoft Tag Extenstions (maybe)
Todo
Styleing needs lots of tweaking
Inheritance Diagram
Inheritance diagram for module _html
Functions Summary
Classes Summary
| SyntaxData |
SyntaxData object for Html and related languages |
Functions
-
AutoIndenter(estc, pos, ichar)
Auto indent python code.
| Parameters: |
- estc – EditraStyledTextCtrl
- pos – current carat position
- ichar – Indentation character
|
-
KeywordString(option=0)
Returns the specified Keyword String
| Parameters: | option – specific subset of keywords to get |