diff --git a/website/monarch.html b/website/monarch.html index b7b87ff8..b31c3dc5 100644 --- a/website/monarch.html +++ b/website/monarch.html @@ -384,7 +384,7 @@ tokenizer: {
Only when we find a matching end tag (outside a string), $1==$S2
, we pop the state and exit the embedded mode. Note that we need @rematch
since the editor is ignoring our token classes until we actually exit the embedded mode (and we handle the close tag again in the @root
state).
-
Monaco provides an Inspect Tokens
tool in browsers to help identify the tokens parsed from source code.
To activate: