chore: update packages

This commit is contained in:
2026-03-11 14:53:19 +02:00
parent 347e99f256
commit 356820577e
43 changed files with 207 additions and 8649 deletions

View File

@@ -0,0 +1,16 @@
#ifndef TREE_SITTER_BRUNO_H_
#define TREE_SITTER_BRUNO_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_bruno(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_BRUNO_H_