mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #1089 from brooksbecton/removeNoteAboutMonarchCSS
Removing obsolete Note in Monarch Docs
This commit is contained in:
commit
a0b747d9a4
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ delimiter .[curly,square,parenthesis,angle,array,bracket]
|
||||||
number .[hex,octal,binary,float]
|
number .[hex,octal,binary,float]
|
||||||
variable .[name,value]
|
variable .[name,value]
|
||||||
meta .[content]</pre>
|
meta .[content]</pre>
|
||||||
<p>Note: The token classes in the third column are currently only highlighted correctly if you include the <code>monarch.css</code> style file (Aug 2012).</p>
|
|
||||||
|
|
||||||
<h3>States</h3>
|
<h3>States</h3>
|
||||||
<p>A tokenizer consists of an object that defines states. The initial state of the tokenizer is the first state defined in the tokenizer. When a tokenizer is in a certain state, only the rules in that state will be applied. All rules are matched in order and when the first one matches its action is used to determine the token class. No further rules are tried. Therefore, it can
|
<p>A tokenizer consists of an object that defines states. The initial state of the tokenizer is the first state defined in the tokenizer. When a tokenizer is in a certain state, only the rules in that state will be applied. All rules are matched in order and when the first one matches its action is used to determine the token class. No further rules are tried. Therefore, it can
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue