diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 11:19:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 11:19:54 +0100 |
| commit | 19dadd080226d2e7c6dc44a53eb0ee3ee2afcbae (patch) | |
| tree | 97f0b4b584b33bc11da1edac1ab9b7eea3413888 /README.md | |
| parent | 5ed59329be62c0b3a59fb47a89fd8c00a74bed5d (diff) | |
| download | crep-19dadd080226d2e7c6dc44a53eb0ee3ee2afcbae.tar.gz | |
Add Lua grammar
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,7 @@ structure of your code, allowing for more precise semantic searching. - **Semantic Search**: Uses Tree-sitter to parse code into Concrete Syntax Trees (CSTs) and execute queries against them. - **Broad Language Support**: Supports multiple languages including C, C++, Go, - Python, PHP, Rust, and JavaScript. + Python, PHP, Rust, JavaScript and Lua. - **Multi-threaded**: Utilizes a custom thread pool for efficient scanning of large codebases. - **Structural Matching**: Reports file path, line number, return type, function @@ -94,6 +94,7 @@ Search for "main" allowing for 2 typos (e.g. "mian"): | PHP | `.php` | | Rust | `.rs` | | JavaScript | `.js` | +| Lua | `.lua` | ## Additional resources @@ -104,3 +105,4 @@ Search for "main" allowing for 2 typos (e.g. "mian"): - https://github.com/tree-sitter/tree-sitter - https://tree-sitter.github.io/tree-sitter/playground - https://dreampuf.github.io/GraphvizOnline/ +- https://github.com/tree-sitter-grammars |
