We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2145b0 commit 70f5f46Copy full SHA for 70f5f46
check-grammars-crates.sh
@@ -4,7 +4,7 @@
4
set -e
5
6
# Get tree-sitter-grammar
7
-TS_CRATE=$1
+TS_CRATE=`grep $1 Cargo.toml | tr -d ' '`
8
9
# Disable/Enable CI flag
10
RUN_CI="no"
0 commit comments