Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Nov 23, 2023
1 parent 47415d3 commit 11526ab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ bool tree_sitter_slang_external_scanner_scan(void *payload, TSLexer *lexer,
unsigned tree_sitter_slang_external_scanner_serialize(void *payload,
char *buffer) {
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
static_assert(RAW_STRING_DELIMITER_MAX * sizeof(wchar_t) <
_Static_assert(RAW_STRING_DELIMITER_MAX * sizeof(wchar_t) <
TREE_SITTER_SERIALIZATION_BUFFER_SIZE,
"Serialized delimiter is too long!");
#else
Expand Down

0 comments on commit 11526ab

Please sign in to comment.