Skip to content

Commit

Permalink
Wrap special chars in quotes (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Oct 8, 2024
1 parent b01275c commit a69fcdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ahk2
Submodule ahk2 updated from 4ebf94 to d7dfd3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"build:dev": "node src/build.mjs && cd ahk2 && npm run build",
"clean:all": "npm run clean:dist && npm run clean:language && npm run clean:out",
"clean:dist": "del-cli dist",
"clean:language": "del-cli language/*.tmLanguage.json",
"clean:language": "del-cli \"language/*.tmLanguage.json\"",
"clean:out": "del-cli out",
"compile:grammar": "js-yaml language/ahk.tmLanguage.yaml > language/ahk.tmLanguage.json && js-yaml language/ahk2.tmLanguage.yaml > language/ahk2.tmLanguage.json && js-yaml language/ahk2-output.tmLanguage.yaml > language/ahk2-output.tmLanguage.json",
"precompile:ts": "npm run clean:out",
Expand Down

0 comments on commit a69fcdc

Please sign in to comment.