We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510e068 commit 6653b3eCopy full SHA for 6653b3e
docs/language-guide.rst
@@ -64,7 +64,7 @@ and most interesting parsing happens inside tags.
64
Keywords
65
--------
66
67
-In the simple case language keywords can by defined with a string, separated by space:
+In the simple case language keywords can be defined with a string, separated by space:
68
69
::
70
@@ -104,7 +104,7 @@ defined by the magic ``$pattern`` attribute:
104
}
105
106
107
-Note: The older ``mode.lexemes`` setting has been deprecated in favor of using
+Note: The older ``lexemes`` setting has been deprecated in favor of using
108
``keywords.$pattern``. They are functionally identical.
109
110
Sub-modes
0 commit comments