Skip to content

Commit

Permalink
Merge pull request #5 from kcl-lang/add-full-grammar
Browse files Browse the repository at this point in the history
feat: add full grammar
  • Loading branch information
Peefy authored Jan 9, 2024
2 parents 601edbc + c20a68e commit cc43bbb
Show file tree
Hide file tree
Showing 12 changed files with 45,816 additions and 1,097 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# tree-sitter-grammar
# tree-sitter-kcl

A tree-sitter grammar for KCL

## Developing

See [here](https://tree-sitter.github.io/tree-sitter/creating-parsers) to install `tree-sitter-cli`
Loading

0 comments on commit cc43bbb

Please sign in to comment.