Skip to content

Commit 3406954

Browse files
committed
Address PR comments
1 parent 3ba41c0 commit 3406954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@
20192019
"soundness": "scripts/soundness.sh",
20202020
"check-package-json": "tsx ./scripts/check_package_json.ts",
20212021
"test": "vscode-test && npm run grammar-test",
2022-
"grammar-test": "vscode-tmgrammar-test \"test/unit-tests/**/*.test.swift.gyb\" -g test/unit-tests/syntaxes/swift.tmLanguage.json -g test/unit-tests/syntaxes/MagicPython.tmLanguage.json",
2022+
"grammar-test": "vscode-tmgrammar-test test/unit-tests/**/*.test.swift.gyb -g test/unit-tests/syntaxes/swift.tmLanguage.json -g test/unit-tests/syntaxes/MagicPython.tmLanguage.json",
20232023
"integration-test": "npm test -- --label integrationTests",
20242024
"unit-test": "npm test -- --label unitTests",
20252025
"coverage": "npm test -- --coverage",

syntaxes/swift-gyb.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"gyb-start-control-statement": {
2727
"name": "meta.embedded.control.begin.gyb",
28-
"begin": "^\\s*(%)(?!\\{|\\s*end\\b).+?",
28+
"begin": "^\\s*(%)(?!\\{|\\s*end\\b)",
2929
"beginCaptures": {
3030
"1": { "name": "keyword.control.flow.gyb" }
3131
},

0 commit comments

Comments
 (0)