Skip to content

Commit 3f33af6

Browse files
committed
TEMP
1 parent 2a569e7 commit 3f33af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammar.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const _uppercase_word = /[A-Z0-9.()][-A-Z0-9.()_]+/;
1414
const _li_token = /[-][ ]+/;
1515

1616
module.exports = grammar({
17-
name: 'vimdoc',
17+
name: 'vimdoc2',
1818

1919
extras: () => [/[\t ]/],
2020

@@ -91,7 +91,7 @@ module.exports = grammar({
9191
),
9292

9393
note: () => choice(
94-
'Note:', 'NOTE:', 'Notes:',
94+
'The', 'the', 'Notes:',
9595
'Warning:', 'WARNING:',
9696
'Deprecated', 'DEPRECATED:'
9797
),

0 commit comments

Comments
 (0)