Home
last modified time | relevance | path

Searched defs:TSLanguage (Results 1 – 25 of 46) sorted by relevance

12

/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-protobuf/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-bash/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-toml/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-tsq/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/typescript/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-yaml/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-zig/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
97 uint32_t large_state_count;
99 uint32_t field_count;
111 const uint16_t *alias_map;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-elixir/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
97 uint32_t large_state_count;
99 uint32_t field_count;
111 const uint16_t *alias_map;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-php/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-python/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-vue/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-javascript/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ledger/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
97 uint32_t large_state_count;
99 uint32_t field_count;
111 const uint16_t *alias_map;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-lua/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
97 uint32_t large_state_count;
99 uint32_t field_count;
111 const uint16_t *alias_map;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ocaml/interface/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-cmake/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
97 uint32_t large_state_count;
99 uint32_t field_count;
111 const uint16_t *alias_map;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-css/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-cpp/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-rust/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ocaml/ocaml/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ruby/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-scala/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-json/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-nix/src/tree_sitter/
H A Dparser.h90 struct TSLanguage { struct
91 uint32_t version;
92 uint32_t symbol_count;
93 uint32_t alias_count;
94 uint32_t token_count;
96 uint32_t state_count;
99 uint32_t field_count;
105 const char **symbol_names;
106 const char **field_names;
117 struct {
[all …]

12