| LOW | crates/highlight/src/c_lib.rs | 61 | attribute_strings, |
| LOW | crates/highlight/src/c_lib.rs | 161 | /// |
| LOW | crates/highlight/src/c_lib.rs | 181 | /// |
| LOW | crates/highlight/src/c_lib.rs | 201 | #[unsafe(no_mangle)] |
| LOW | crates/highlight/src/highlight.rs | 341 | /// |
| LOW | crates/language/wasm/include/inttypes.h | 1 | #ifndef TREE_SITTER_WASM_INTTYPES_H_ |
| LOW | crates/language/wasm/include/endian.h | 1 | #ifndef TREE_SITTER_WASM_ENDIAN_H_ |
| LOW | crates/language/wasm/include/assert.h | 1 | #ifndef TREE_SITTER_WASM_ASSERT_H_ |
| LOW | crates/language/wasm/include/stdint.h | 21 | |
| LOW | crates/language/wasm/src/stdlib.c | 1 | // This file implements a very simple allocator for external scanners running |
| LOW | crates/language/src/language.rs | 1 | #![no_std] |
| LOW | crates/cli/src/test.rs | 181 | #[serde(serialize_with = "serialize_as_array")] |
| LOW | crates/cli/src/test.rs | 201 | pub query_results: TestResultHierarchy, |
| LOW | crates/cli/src/main.rs | 81 | #[derive(Args)] |
| LOW | crates/cli/src/main.rs | 121 | #[arg(long, short = '0')] |
| LOW | crates/cli/src/main.rs | 161 | default_value = "node" |
| LOW | crates/cli/src/main.rs | 181 | pub output: Option<PathBuf>, |
| LOW | crates/cli/src/main.rs | 201 | pub paths_file: Option<PathBuf>, |
| LOW | crates/cli/src/main.rs | 221 | clippy::option_option, |
| LOW | crates/cli/src/main.rs | 241 | #[arg(long = "cst", short = 'c')] |
| LOW | crates/cli/src/main.rs | 261 | #[arg( |
| LOW | crates/cli/src/main.rs | 301 | #[command(alias = "t")] |
| LOW | crates/cli/src/main.rs | 321 | pub lang_name: Option<String>, |
| LOW | crates/cli/src/main.rs | 341 | #[arg(long)] |
| LOW | crates/cli/src/main.rs | 381 | #[arg(long, short = 'p')] |
| LOW | crates/cli/src/main.rs | 441 | /// Path to a file with queries |
| LOW | crates/cli/src/main.rs | 461 | #[arg(long = "paths")] |
| LOW | crates/cli/src/main.rs | 481 | #[arg(long)] |
| LOW | crates/cli/src/main.rs | 501 | #[derive(Args)] |
| LOW | crates/cli/src/main.rs | 521 | pub scope: Option<String>, |
| LOW | crates/cli/src/main.rs | 541 | #[arg(long, short = 'n')] |
| LOW | crates/cli/src/main.rs | 561 | #[arg(long, short)] |
| LOW | crates/cli/src/tests/query_test.rs | 3681 | let language = get_language("javascript"); |
| LOW | crates/cli/src/tests/query_test.rs | 4621 | ("(heredoc_end)", true), |
| LOW | crates/cli/src/tests/query_test.rs | 5441 | }); |
| LOW | crates/cli/src/templates/lib.rs | 1 | //! This crate provides TITLE_PARSER_NAME language support for the [tree-sitter] parsing library. |
| LOW | crates/tags/src/c_lib.rs | 81 | /// Add a language to a [`TSTagger`]. |
| LOW | crates/tags/src/c_lib.rs | 241 | drop(Box::from_raw(this)); |
| LOW | crates/tags/src/c_lib.rs | 261 | /// # Safety |
| LOW | crates/tags/src/c_lib.rs | 281 | #[unsafe(no_mangle)] |
| LOW | crates/tags/src/c_lib.rs | 301 | /// `this` must be non-null and a valid pointer to a [`TSTagsBuffer`] instance created by |
| LOW | crates/loader/src/loader.rs | 121 | #[error(transparent)] |
| LOW | crates/generate/src/parse_grammar.rs | 161 | /// externals, precedences). |
| LOW | crates/generate/src/render.rs | 1921 | add!(self, "0x{:02x}", c as u32); |
| LOW | crates/generate/src/node_types.rs | 141 | |
| LOW | crates/generate/src/node_types.rs | 161 | /// * `multiple` - Can `N` nodes have multiple children for this field? |
| LOW | crates/generate/src/templates/array.h | 1 | #ifndef TREE_SITTER_ARRAY_H_ |
| LOW | crates/generate/src/templates/array.h | 141 | (other)->contents = _array_swap_tmp; \ |
| LOW | crates/generate/src/templates/array.h | 161 | /// of a given struct field (specified with a leading dot) to determine the order. |
| LOW | crates/generate/src/templates/array.h | 321 | #pragma warning(pop) |
| LOW | crates/generate/src/templates/alloc.h | 21 | #define ts_malloc ts_current_malloc |
| LOW | crates/generate/src/templates/alloc.h | 41 | #ifndef ts_realloc |
| LOW | crates/generate/src/build_tables/item_set_builder.rs | 141 | // |
| LOW | crates/generate/src/build_tables/item.rs | 41 | /// hidden nodes and had fields. Ordinarily, a parse item's behavior is not |
| LOW | crates/xtask/src/main.rs | 21 | #[command(about="Run various tasks", author=crate_authors!("\n"), styles=get_styles())] |
| LOW | crates/xtask/src/main.rs | 61 | /// The example file to run the benchmarks for. |
| LOW | crates/xtask/src/main.rs | 81 | docker: bool, |
| LOW | crates/xtask/src/main.rs | 121 | #[derive(Args)] |
| LOW | crates/xtask/src/main.rs | 141 | iterations: Option<u32>, |
| LOW | crates/xtask/src/embed_sources.rs | 1 | use anyhow::Result; |
| 70 more matches not shown… |