We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d3126 commit fc615e5Copy full SHA for fc615e5
2 files changed
.github/workflows/lint.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Run ESLint
26
run: npm run Eslint linter
27
- name: Run Eslint formatter
28
- run: npm run format
+ run: npm run format --fix
grammar.js
@@ -665,7 +665,7 @@ module.exports = grammar({
665
666
/// Composite Expressions
667
668
- expr_unary: $ => {
+ expr_unary: $ => {
669
const after_not = choice(
670
$.val_bool,
671
$.expr_parenthesized,
0 commit comments