File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Counter, regexIndexOf } from "./utils.ts";
7
7
* It extract a function definition block like below and return
8
8
* a list of `Definition`.
9
9
*
10
- * ```
10
+ * ```text
11
11
* cursor({lnum}, {col} [, {off}]) *cursor()*
12
12
* cursor({list})
13
13
* Positions the cursor at the column ...
@@ -38,7 +38,7 @@ export function parse(content: string): Definition[] {
38
38
*
39
39
* A function definition block is constrcuted with following parts
40
40
*
41
- * ```
41
+ * ```text
42
42
* cursor({lnum}, {col} [, {off}]) <- variant
43
43
* cursor({list}) <- variant
44
44
* Positions the cursor at the column ... <- document
@@ -84,7 +84,7 @@ function parseBlock(fn: string, body: string): Definition {
84
84
*
85
85
* A variant is constructed with following parts
86
86
*
87
- * ```
87
+ * ```text
88
88
* fn args
89
89
* ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
90
90
* cursor({lnum}, {col} [, {off}])
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { regexIndexOf } from "./utils.ts";
7
7
* It extract a option definition block like below and return
8
8
* a list of `Definition`.
9
9
*
10
- * ```
10
+ * ```text
11
11
* *'aleph'* *'al'* *aleph* *Aleph*
12
12
* 'aleph' 'al' number (default 224)
13
13
* global
You can’t perform that action at this time.
0 commit comments