Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Jun 19, 2024
1 parent 2a569e7 commit 3f33af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const _uppercase_word = /[A-Z0-9.()][-A-Z0-9.()_]+/;
const _li_token = /[-•][ ]+/;

module.exports = grammar({
name: 'vimdoc',
name: 'vimdoc2',

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

Expand Down Expand Up @@ -91,7 +91,7 @@ module.exports = grammar({
),

note: () => choice(
'Note:', 'NOTE:', 'Notes:',
'The', 'the', 'Notes:',
'Warning:', 'WARNING:',
'Deprecated', 'DEPRECATED:'
),
Expand Down

0 comments on commit 3f33af6

Please sign in to comment.