Skip to content

Commit

Permalink
chore: Bump perl grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored and github-actions[bot] committed Sep 22, 2024
1 parent 89b52e7 commit 1123062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/perl
Submodule perl updated 56 files
+2 −0 .clang-format
+39 −0 .editorconfig
+11 −0 .gitattributes
+4 −4 .github/workflows/ci.yml
+0 −17 .github/workflows/fuzzing.yml
+6 −7 .github/workflows/release.yml
+5 −0 .gitignore
+15 −0 .perltidyrc
+110 −0 Makefile
+48 −0 Package.swift
+17 −10 README.md
+14 −22 bindings/node/binding.cc
+3 −15 bindings/node/index.js
+3 −0 bindings/rust/build.rs
+4 −0 copy-to-release
+3 −0 cpanfile
+428 −196 grammar.js
+2 −4 lib/primitives.js
+7 −0 lib/unicode_ranges.js
+31 −4 package.json
+29 −0 pyproject.toml
+8 −0 queries/folds.scm
+79 −39 queries/highlights.scm
+13 −1 queries/injections.scm
+30 −0 queries/matchup.scm
+57 −0 setup.py
+85 −0 src/bsearch.c
+8,583 −0 src/grammar.json
+535 −413 src/scanner.c
+54 −0 src/tree_sitter/alloc.h
+1,226 −0 src/tsp_unicode.h
+109 −24 test/corpus/autoquote
+123 −39 test/corpus/expressions
+180 −15 test/corpus/functions
+110 −31 test/corpus/heredocs
+184 −60 test/corpus/interpolation
+86 −40 test/corpus/literals
+90 −27 test/corpus/map-grep
+321 −52 test/corpus/operators
+21 −6 test/corpus/pod
+153 −16 test/corpus/regexp
+13 −1 test/corpus/simple
+212 −16 test/corpus/statements
+230 −20 test/corpus/subroutines
+220 −42 test/corpus/variables
+0 −0 test/highlight/builtins.pm
+11 −0 test/highlight/expressions.pm
+3 −1 test/highlight/functions.pm
+5 −0 test/highlight/interpolation.pm
+8 −6 test/highlight/operators.pm
+11 −5 test/highlight/regexp.pm
+27 −4 test/highlight/statements.pm
+5 −0 test/highlight/subroutines.pm
+30 −20 test/highlight/variables.pm
+11 −0 tree-sitter-perl.pc
+96 −0 unicode_ranges.pl

0 comments on commit 1123062

Please sign in to comment.