Skip to content

Commit

Permalink
Grammar name must be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn committed Oct 5, 2024
1 parent aeccc77 commit a564ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @ts-check

module.exports = grammar({
name: 'Qunit',
name: 'qunit',

rules: {
// TODO: what top-level constructs are allowed?
Expand Down

0 comments on commit a564ec0

Please sign in to comment.