Skip to content

Commit

Permalink
updated Typescript grammar to v0.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
micksmix committed Apr 22, 2024
1 parent ca3426d commit 9422537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typescript/tsx/parser.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "tree_sitter/parser.h"
#include "parser.h"

#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
Expand Down
2 changes: 1 addition & 1 deletion typescript/tsx/scanner.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "tree_sitter/parser.h"
#include "parser.h"

#include <wctype.h>

Expand Down

0 comments on commit 9422537

Please sign in to comment.