Skip to content

Commit e96c5ec

Browse files
authored
fix: Try remove astro to fix build (#1257)
* fix: Try remove astro to fix build * ci: Remove astro from update grammar workflow * chore: Ignore astro queries test for now
1 parent 3f24db7 commit e96c5ec

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.github/workflows/update-grammars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- agda
2222
- arduino
2323
- asm
24-
- astro
24+
#- astro
2525
- bash
2626
- beancount
2727
- bibtex

.gitmodules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -492,12 +492,6 @@
492492
branch = master
493493
update = none
494494
ignore = dirty
495-
[submodule "repos/astro"]
496-
path = repos/astro
497-
url = https://github.com/virchau13/tree-sitter-astro
498-
branch = master
499-
update = none
500-
ignore = dirty
501495
[submodule "repos/heex"]
502496
path = repos/heex
503497
url = https://github.com/phoenixframework/tree-sitter-heex

repos/astro

Lines changed: 0 additions & 1 deletion
This file was deleted.

tree-sitter-langs-tests.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
(require 'subr-x))
2222

2323
(defvar tree-sitter-langs-tests-ignore-queries
24-
'( psv tsv ecma html_tags)
24+
'( psv tsv
25+
ecma
26+
html_tags
27+
astro)
2528
"List of queries to ignore the test.")
2629

2730
(defun tree-sitter-langs-tests-check-queries (lang-symbol)

0 commit comments

Comments
 (0)