8000 Merge pull request #449 from github/++tree-sitter-grammars · github/semantic@e95f63f · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit e95f63f

Browse files
authored
Merge pull request #449 from github/++tree-sitter-grammars
Update tsx and typescript grammars
2 parents 1ab0a14 + 20eaec7 commit e95f63f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

semantic-tsx/semantic-tsx.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ common haskell
2929
, semantic-tags ^>= 0.0
3030
, text ^>= 1.2.3
3131
, tree-sitter ^>= 0.8
32-
, tree-sitter-tsx ^>= 0.4.1
32+
, tree-sitter-tsx ^>= 0.4.2
3333

3434
ghc-options:
3535
-Weverything

semantic-typescript/semantic-typescript.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ common haskell
2929
, semantic-tags ^>= 0.0
3030
, text ^>= 1.2.3
3131
, tree-sitter ^>= 0.8
32-
, tree-sitter-typescript ^>= 0.4.1
32+
, tree-sitter-typescript ^>= 0.4.2
3333

3434
ghc-options:
3535
-Weverything

semantic.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ library
307307
, tree-sitter-php ^>= 0.2
308308
, tree-sitter-python ^>= 0.8.1
309309
, tree-sitter-ruby ^>= 0.4.1
310-
, tree-sitter-typescript ^>= 0.4.1
311-
, tree-sitter-tsx ^>= 0.4.1
310+
, tree-sitter-typescript ^>= 0.4.2
311+
, tree-sitter-tsx ^>= 0.4.2
312312

313313
executable semantic
314314
import: haskell, dependencies, executable-flags

0 commit comments

Comments
 (0)
0