COBOL85 grammar of tree-sitter
The syntax rules of tree-sitter-cobol are based on opensource-cobol and are tested with NIST COBOL85 test suite
# Change Nodejs Version to latest
nvm use 20
# Remove modules if already generated and package-lock.json file
rm -rf node_modules package-lock.json
npm install
npm rebuild --update-binary