Skip to content

Commit

Permalink
Update readme and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed Dec 12, 2023
1 parent 08ab566 commit e35a624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.ccls-cache
node_modules
target

src/grammar.json
src/node-types.json
src/parser.c
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# tree-sitter-koto
Tree-sitter parser for Koto

[Tree-sitter](https://tree-sitter.github.io) parser for [Koto](https://koto.dev).

0 comments on commit e35a624

Please sign in to comment.