-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65c6229
commit f9ac3e5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule perl
updated
28 files
+3 −3 | .github/workflows/fuzzing.yml | |
+1 −1 | .github/workflows/release.yml | |
+2 −2 | README.md | |
+282 −114 | grammar.js | |
+3 −2 | package.json | |
+7 −0 | queries/folds.scm | |
+76 −36 | queries/highlights.scm | |
+13 −1 | queries/injections.scm | |
+57 −44 | src/scanner.c | |
+27 −13 | test/corpus/autoquote | |
+64 −30 | test/corpus/expressions | |
+158 −11 | test/corpus/functions | |
+85 −30 | test/corpus/heredocs | |
+60 −30 | test/corpus/interpolation | |
+14 −7 | test/corpus/literals | |
+68 −21 | test/corpus/map-grep | |
+287 −52 | test/corpus/operators | |
+21 −6 | test/corpus/pod | |
+153 −16 | test/corpus/regexp | |
+207 −15 | test/corpus/statements | |
+113 −18 | test/corpus/subroutines | |
+193 −39 | test/corpus/variables | |
+0 −0 | test/highlight/builtins.pm | |
+11 −0 | test/highlight/expressions.pm | |
+3 −1 | test/highlight/functions.pm | |
+11 −5 | test/highlight/regexp.pm | |
+27 −4 | test/highlight/statements.pm | |
+30 −20 | test/highlight/variables.pm |