From 8aa75f66b53b1f00dbb84a57f358371672ceb653 Mon Sep 17 00:00:00 2001 From: Brooks Becton Date: Sat, 6 Oct 2018 09:15:54 -0500 Subject: [PATCH] Removing obsolete Note in Monarch Docs --- website/monarch.html | 1 - 1 file changed, 1 deletion(-) diff --git a/website/monarch.html b/website/monarch.html index 74291176..d10e2181 100644 --- a/website/monarch.html +++ b/website/monarch.html @@ -152,7 +152,6 @@ delimiter .[curly,square,parenthesis,angle,array,bracket] number .[hex,octal,binary,float] variable .[name,value] meta .[content] -

Note: The token classes in the third column are currently only highlighted correctly if you include the monarch.css style file (Aug 2012).

States

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