Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 121b6a3

Browse files
authored
update README
1 parent 37ba128 commit 121b6a3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,20 @@
1515

1616
# codeium-parse
1717

18-
_A command line tool for parsing code syntax_
18+
## _A command line tool for parsing code syntax_
1919

20-
This repository contains a binary built with [tree-sitter](https://github.com/tree-sitter/tree-sitter) that let you:
20+
This repository contains a binary built with [tree-sitter](https://github.com/tree-sitter/tree-sitter) that lets you:
2121
* Inspect the concrete syntax tree of a source file
2222
* Use pre-written tree-sitter query files to locate important symbols in source code
2323
* Format output in JSON to use the results in your own applications
2424

25-
Contributions welcome. These queries are used by Codeium Search to index your
26-
code locally for semantic search! Adding queries for your language here will
27-
enable Codeium Search to work better on your own code!
28-
2925
In particular, this repo provides a binary prepackaged with:
3026
* A recent version of the tree-sitter library
3127
* A large number of tree-sitter grammars
3228
* An implementation of many common query predicates
3329

30+
Contributions are welcome and we encourage using this tool for any applications that involve code syntax analysis. For example, these queries are used by [Codeium Search](https://www.codeium.com/about_codeium_search) to index code locally for repo-wide semantic search. If you use Codeium Search, adding queries for your language here will enable it to work better on your own code!
31+
3432
## Example
3533

3634
```shell

0 commit comments

Comments
 (0)