build grammar
This commit is contained in:
parent
71512283ec
commit
2c0dd3d647
4 changed files with 2386 additions and 1 deletions
0
scripts/pre-commit
Normal file → Executable file
0
scripts/pre-commit
Normal file → Executable file
2386
src/parser.c
2386
src/parser.c
File diff suppressed because it is too large
Load diff
|
@ -123,6 +123,7 @@ struct TSLanguage {
|
||||||
unsigned (*serialize)(void *, char *);
|
unsigned (*serialize)(void *, char *);
|
||||||
void (*deserialize)(void *, const char *, unsigned);
|
void (*deserialize)(void *, const char *, unsigned);
|
||||||
} external_scanner;
|
} external_scanner;
|
||||||
|
const TSStateId *primary_state_ids;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
BIN
tree-sitter-plpgsql.wasm
Executable file
BIN
tree-sitter-plpgsql.wasm
Executable file
Binary file not shown.
Loading…
Reference in a new issue