Class Index | File Index

Classes


Class orion.syntax.HtmlGrammar

orion.syntax.HtmlGrammar
Defined in: </shared/eclipse/e4/orion/I201106031245/plugins/org.eclipse.orion.client.core/web/orion/editor/htmlGrammar.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Uses a grammar to provide some very rough syntax highlighting for HTML.
Field Summary
Field Attributes Field Name and Description
<static>  
orion.syntax.HtmlGrammar.fileTypes
The file extensions that we provide rules for.
<static>  
orion.syntax.HtmlGrammar.grammar
Object containing the grammar rules.
<static>  
orion.syntax.HtmlGrammar.type
What kind of highlight provider we are.
Class Detail
orion.syntax.HtmlGrammar()
Uses a grammar to provide some very rough syntax highlighting for HTML.

Field Detail
<static> {String[]} orion.syntax.HtmlGrammar.fileTypes
The file extensions that we provide rules for.

<static> {JSONObject} orion.syntax.HtmlGrammar.grammar
Object containing the grammar rules.

<static> {"grammar"|"parser"} orion.syntax.HtmlGrammar.type
What kind of highlight provider we are.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jun 03 2011 12:56:37 GMT-0400 (EDT)