Class Index | File Index

Classes


Class orion.editor.HtmlGrammar

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

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

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

<static> {String} orion.editor.HtmlGrammar.type
What kind of highlight provider we are.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 27 2011 22:02:27 GMT-0400 (EDT)