Added MC v.1.0.0 parser #3

Open
matth0930 wants to merge 12 commits from 2-add-mc-v1.0.0-parser into master
Showing only changes of commit 2b244fda8f - Show all commits

View File

@@ -15,7 +15,6 @@ jobs:
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: '>=20.0.0' node-version: '>=20.0.0'
cache: 'npm'
- name: Install tree-sitter CLI - name: Install tree-sitter CLI
run: npm install -g tree-sitter-cli run: npm install -g tree-sitter-cli