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 695d008 commit 1864e22Copy full SHA for 1864e22
doc/manual.html
@@ -3242,7 +3242,7 @@ <h2>Writing CodeMirror Modes</h2>
3242
<dd>Get the string between the start of the current token and
3243
the current stream position.</dd>
3244
3245
- <dt><code><strong>lookahead</strong>(n: number) → ?string</code></dt>
+ <dt><code><strong>lookAhead</strong>(n: number) → ?string</code></dt>
3246
<dd>Get the line <code>n</code> (>0) lines after the current
3247
one, in order to scan ahead across line boundaries. Note that
3248
you want to do this carefully, since looking far ahead will make
0 commit comments