Skip to content

Commit 3db96cf

Browse files
committed
docs: Update comment (trigger CI)
1 parent 8c899c5 commit 3db96cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = grammar({
5858
choice($.comment, $.special_comment, $.command),
5959
),
6060

61-
// 'github.com/bbfh-dev/vintage' & 'github.com/mcbeet/mecha'
61+
// Languages such as 'github.com/bbfh-dev/vintage' & 'github.com/mcbeet/mecha'
6262
_indentation: (_) => /[ \t]+/,
6363

6464
// Allows for ":" from Python 'github.com/mcbeet/mecha'

0 commit comments

Comments
 (0)