Skip to content

Commit 45a5f80

Browse files
authored
fix: Syntax highlight in README (#62)
1 parent f827da0 commit 45a5f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This structure is guaranteed by the query engine. No defensive programming neede
8181

8282
Tree-sitter already has queries:
8383

84-
```scheme
84+
```clojure
8585
(function_declaration
8686
name: (identifier) @name
8787
body: (statement_block) @body)

0 commit comments

Comments
 (0)