Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Apr 24, 2024
1 parent 5d878f8 commit 90028bb
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 @@ -34,7 +34,7 @@ module.exports = grammar({
hide: $ => seq('Hide'),
show: $ => seq('Show'),
copy: $ => seq('Copy'),
paste: $ => seq('Paste'),
paste: $ => seq('Paste'),
output: $ => seq('Output', $.path),
set: $ => seq('Set', $.setting),
env: $ => seq('Env', $.string, $.string),
Expand Down

0 comments on commit 90028bb

Please sign in to comment.