You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Kotlin](https://kotlinlang.org) language grammar for [Tree-Sitter](http://tree-sitter.github.io/tree-sitter/). You can try it out directly [on the web](https://fwcd.github.io/tree-sitter-kotlin).
7
+
[Kotlin](https://kotlinlang.org) language grammar for [Tree-sitter](http://tree-sitter.github.io/tree-sitter/). You can try it out directly [on the web](https://fwcd.github.io/tree-sitter-kotlin).
8
8
9
9

10
10
@@ -14,8 +14,8 @@ The grammar is based on the [official language grammar](https://kotlinlang.org/d
14
14
15
15
| File | Description |
16
16
| ---- | ----------- |
17
-
| grammar.js | The Tree-Sitter grammar |
18
-
| grammar-reference.js | A direct translation of the Kotlin language grammar that is, however, ambiguous to Tree-Sitter|
17
+
| grammar.js | The Tree-sitter grammar |
18
+
| grammar-reference.js | A direct translation of the Kotlin language grammar that is, however, ambiguous to Tree-sitter|
19
19
| src | The generated parser |
20
20
21
21
## Setup
@@ -58,7 +58,7 @@ to launch an interactive editing environment that displays the parsed syntax tre
58
58
59
59
## Documentation
60
60
61
-
More documentation on how to create Tree-Sitter grammars [can be found here](https://tree-sitter.github.io/tree-sitter/creating-parsers).
61
+
More documentation on how to create Tree-sitter grammars [can be found here](https://tree-sitter.github.io/tree-sitter/creating-parsers).
Copy file name to clipboardExpand all lines: bindings/rust/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Kotlin Grammar for Tree-Sitter
1
+
# Kotlin Grammar for Tree-sitter
2
2
3
3
This crate provides a Kotlin grammar for the [tree-sitter](https://tree-sitter.github.io/tree-sitter/) parsing library. To use this crate, add it to the `[dependencies]` section of your `Cargo.toml` file:
0 commit comments