Skip to content

Commit 6dd06f8

Browse files
committed
TEMP
1 parent 345c253 commit 6dd06f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const _uppercase_word = /[A-Z0-9.()][-A-Z0-9.()_]+/;
1616
const _li_token = /[-][ ]+/;
1717

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

2121
conflicts: $ => [
2222
[$._line_noli, $._column_heading],
@@ -98,7 +98,7 @@ module.exports = grammar({
9898
),
9999

100100
note: () => choice(
101-
'Note:', 'NOTE:', 'Notes:',
101+
'The', 'the', 'Notes:',
102102
'Warning:', 'WARNING:',
103103
'Deprecated', 'DEPRECATED:'
104104
),

0 commit comments

Comments
 (0)