File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ repos :
2
+ - repo : https://github.com/pre-commit/mirrors-prettier
3
+ rev : " v2.7.1"
4
+ hooks :
5
+ - id : prettier
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ You can try out the parser here: [Tree Sitter SQL Playground](https://m-novikov.
10
10
11
11
## Development
12
12
13
+ Install [ pre-commit] ( https://pre-commit.com/#install ) and run ` pre-commit install ` in the root of this repo. This will ensure
14
+ that code follows code style of this repo.
15
+
13
16
File describing grammar is [ grammar.js] ( ./grammar.js )
14
17
15
18
Every time the grammar file changes code generation needs to be run by invoking ` npm run gen `
@@ -43,3 +46,4 @@ This parser is supposed to be used in text editors. As a result:
43
46
44
47
* https://github.com/DerekStride/tree-sitter-sql
45
48
* https://github.com/dhcmrlchtdj/tree-sitter-sqlite
49
+ *
You can’t perform that action at this time.
0 commit comments