1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+7-7
- .github/workflows/fuzz.yml+9-5
- README.md+79-5
- corpus/astro-doc-example.txt+1-1
- corpus/attribute-backtick-strings.txt+20
- corpus/basic.txt+16-9
- corpus/delimiter-index-should-resume-correctly.txt+1-1
- corpus/delimiter-stress-test-easy.txt+1-1
- corpus/delimiter-stress-test-hard.txt+1-1
- corpus/eat-last-curly-brace-of-interpolated-attribute.txt+4-4
- corpus/element-in-html-interpolation.txt+18
- corpus/empty-frontmatter.txt+1-1
- corpus/fragment-empty-tag.txt+41
- corpus/interpolated-string-doesnt-need-to-have-balanced-braces.txt+1-1
- corpus/less-than-greater-than-in-html-interpolations.txt+25
- corpus/long-test.txt+5-5
- corpus/permissible-text-marks-end-in-string-state.txt+13
- corpus/string-directly-before-frontmatter-end.txt+1-1
- corpus/three-hyphens-in-frontmatter.txt+21
- corpus/two-elements-in-html-interpolation.txt+28
- corpus/unclosed-interpolation.txt+12
- corpus/void-tag-in-interpolation.txt+13
- flake.lock+7-9
- grammar.js+63-33
- queries/injections.scm+24-12
- script/known_failures.txt+6-4
- script/parse-examples+3-3
- src/grammar.json+166-173
- src/node-types.json+63-43
- src/parser.c+2.1k-2.3k
- src/scanner.c+354-309
- src/tag.h+50-45
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+290
- src/tree_sitter/parser.h+11-5
0 commit comments