We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c899c5 commit 3db96cfCopy full SHA for 3db96cf
grammar.js
@@ -58,7 +58,7 @@ module.exports = grammar({
58
choice($.comment, $.special_comment, $.command),
59
),
60
61
- // 'github.com/bbfh-dev/vintage' & 'github.com/mcbeet/mecha'
+ // Languages such as 'github.com/bbfh-dev/vintage' & 'github.com/mcbeet/mecha'
62
_indentation: (_) => /[ \t]+/,
63
64
// Allows for ":" from Python 'github.com/mcbeet/mecha'
0 commit comments