File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 2121 - agda
2222 - arduino
2323 - asm
24- - astro
24+ # - astro
2525 - bash
2626 - beancount
2727 - bibtex
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments