[Pkg-zsh-commits] [zsh-syntax-highlighting] branch debian/master updated (f09caa6 -> b200589)

Daniel Shahaf danielsh at apache.org
Mon Jul 31 20:09:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a change to branch debian/master
in repository zsh-syntax-highlighting.

     omits  f09caa6   Bump Standards-Version to 4.0.0.
     omits  3d366c7   d/changelog: Note that the next release will fix #842994.
     omits  e0c553d   Post-release version number bump.
     omits  f5197b6   Finalize changelog.
     omits  491584d   Bump Standards-Version to 3.9.8.
     omits  e5001bc   d/rules: Add _origtar target.
     omits  14302e2   Update for upstream release 0.5.0
     omits  f25bd83   Refresh patches.
     omits  6bf6f90   Merge tag '0.5.0' into debian/master
     omits  15d4587   Tag version 0.5.0.
     omits  e5a59f6   changelog: Update for post-branch changes.
     omits  b4d882d   Merge remote-tracking branch 'upstream/master' into 0.5.x
     omits  035d3eb   Follow-up to 28d7056a7a06: Fix test expectations.
     omits  2e95ffc   Merge remote-tracking branch 'upstream/master' into 0.5.x
     omits  b7e2771   README: Set alt="" attributes.
     omits  1495195   README: Add a third image.
     omits  50cbdba   README: Add another image.
     omits  242481c   README: Use a more minimal example iamge.
     omits  cd9ec14   README: Add before/after images
     omits  24096c2   changelog: Update through 28d7056a7a06.
     omits  28d7056   'main': Escape '!' within double-quoted strings.
     omits  1bdb88a   Post-branch version number bump.
     omits  5dcf0ce   driver: Revert changes that depend on not-yet-released zsh features.
     omits  31250c7   Revert "apply suffix and isearch zle_highlights on top"
     omits  39ab1b7   Revert "driver: Track rename of an unreleased upstream API."
     omits  af00994   Revert "driver: Enable highlighting during isearch under zsh≥5.3."
     omits  d464d38   changelog: Write `arg0` entry.
     omits  f5c44ed   changelog: Markup tweak.
     omits  2335986   changelog: Add the last few entries.  One remains as a TODO.
     omits  e060a0a   release.md: Record the specific command I used.
     omits  f3d0e14   changelog: Review.
     omits  3c90a67   changelog: Update through 0020f592c108.
     omits  773d60c   changelog: Update through d37c55c788cd.
     omits  2dff6e5   changelog: Copyedit.
     omits  0020f59   changelog: Update through cef49752fd0e.
     omits  56e4c38   changelog: Start 0.5.0 section.  Update through bc7f8ea433ad.
     omits  7d38d07   'main': Followup to fdaeec45146b: Update comment.
     omits  094329e   'main': Introduce style fallback for the command word.
     omits  bccc3dc   'main': Enable fallback to the 'arg0' style.
     omits  b4537a9   'main': Set fallback style for the 'arg0' style.
     omits  2b303f0   dev tools: Automagically handle newlines (\n) in $BUFFER.
     omits  7919875   tests: Also test arguments to an anonymous function.
     omits  dd51b7b   Merge remote-tracking branch 'upstream/pr/374' into HEAD
     omits  15461e7   'main': Directly count spaces to skip, don't leverage proc_buf length
     omits  44ef6e3   'main': Highlight several more special (non-alphabetic) parameters.
     omits  4afe670   'main': Highlight shell's PID ($$) inside double quotes.
     omits  c3913e0   'main': Highlight command substitutions inside double quotes.
     omits  4fc3536   'main': Permit subshells to end at command position.
     omits  2bb8f07   'main': Highlight mismatched foreach/end.
     omits  a2876fb   dev tools: Add a TODO to introduce code reuse.
     omits  b2733a6   'main': Highlight mismatched do/done.
     omits  2755438   'main': Yet another test for mismatched braces.
     omits  c6b6513   'main' / *_check_path: Precompute $#BUFFER and use it for speed gain
     omits  a053768   dev tools: Remove a superfluous empty line.
     omits  e5782e4   'main': Highlight 'always' blocks.
     omits  8bf423d   'main': Don't find command positions within multiline array literals.
     omits  5627fd2   dev tools: Stage the copyright block to make diffs smaller.
     omits  987c133   dev tools: Tolerate invalid input.
     omits  a4196ed   'main': Restore compatibility with zsh-4.3.14 and older (after e3182c18de8f).
     omits  e15a098   dev tools: Automate a recurring step: Set year correctly for new tests.
     omits  6f91850   'main': Highlight first command word in named functions defined in the sh syntax when MULTI_FUNC_DEF is set.
     omits  2fabf7c   'main': More tests for mismstached parentheses and braces.
     omits  51b9d79   'main': Highlight mismatched parentheses and braces.
     omits  0a9b347   driver: Warn just once when a highlighter is missing.
     omits  02807f1   'main': Support the IGNORE_BRACES option.
     omits  a8a6384   'main': Add tests for the IGNORE_BRACES option.
     omits  fdaeec4   'main': Followup to 51614ca2c994: Run cheaper conditions first.
     omits  4c4baed   'brackets': Don't highlight corresponding bracket on accept-line
     omits  da60234   driver: Declare global variables
     omits  51614ca   'main': Avoid triggering a zsh bug related to hashed commands.
     omits  11c9081   *: error messages: Fix quoting.
     omits  c7f7d2f   *: Change highlighters' namespace.
     omits  c793e0d   highlighters: Rename entry points.
     omits  a3d5dfc   driver: Rename highlighter entry points
     omits  f91a7b8   driver: Followup to 80148f6c840299f0980f4359ec5307ca63837dff: don't squat on the highlighters' namespace.
     omits  f3242cb   driver: Followup to d711563fe1bf8fa6810bc34ac92a2fd3150290ed: actually make the driver reentrant.
     omits  b2ba91f   noop: Rewrap.
     omits  d1e0def   README: Add a reference to upstream's documentation.
     omits  b7bb4f8   README: Rephrase a question non-negatively^W neutrally.
     omits  2c002f9   noop: Add comments.
     omits  757d047   'main': The word after 'sudo' is only a non-command word if it is an option.
     omits  179b8e7   'main': Test for redirection earlier.
     omits  6e2ef57   noop: Restructure code for clarity.
     omits  d1c773f   noop: Fix indentation.
     omits  295d62e   driver: Followup to last: make the value more unique.
     omits  d711563   driver: Make it reentrant.
     omits  e2f863c   minor: Fix typo in development usage message.
     omits  4ad311e   driver: Enable highlighting during isearch under zsh≥5.3.
     omits  171a4ee   Merge remote-tracking branch 'danielsh/m0vie-i288-v2' (revised version of upstream/pr/288)
     omits  a8fe22d   driver: Don't highlight in isearch
     omits  5bae621   driver: Always bind zle-line-finish and use it instead of accept-*
     omits  9e569bb   driver: Widget binding: Support binding incomplete/nonexistent widgets
     omits  add6825   dev tools: Extend tests/generate.zsh.
     omits  8013dc3   dev tools: Add a script that generates a test-data file.
     omits  fa57633   'main': Enable test for issue #238.
     omits  0d41933   'main': Add test for issue #343, concerning the 'command' precommand.
     omits  e6fb61c   'main': Highlight a broken symlink as a file.
     omits  6b69389   'main': New test, related to issue #328.
     omits  3409a2e   *: s/echo/print/
     omits  53083da   'main': Highlight a broken symlink as a file.
     omits  95f7206   tests: Add an XFail test for issue #342.
     omits  fffe13a   docs: Minor tweak.
     omits  80148f6   docs: State highlighters' designated namespace.
     omits  ba16cf2   docs: s/myhighlighter/acme/g
     omits  3e59ab4   driver: Change a variable name to avoid squatting the highlighters' namespace.
     omits  d13da0c   'main': Support vi linewise region (REGION_ACTIVE == 2).
     omits  ee07588   tests: Add a regression test for issue #267, concerning highlighting a vi linewise region.
     omits  b9112ae   driver: Widget binding: Use ${(k)widgets} instead of $(zle -la)
     omits  f3d3aaa   'main': Document _pathseparator styles
     omits  9a934d2   'main': Path separators: Leave styles empty by default
     omits  750aebc   driver: Stop requiring function_argzero.
     omits  d9e07b5   'main': simple parameter expansions at command word: Don't use an undefined value.
     omits  da91264   'main': Add missing arguments.
     omits  e35a0b2   'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word.
     omits  10a596f   dev docs: Document a useful tab completion setting.
     omits  4b77af7   minor: Fix typo in comment.
     omits  47144ad   'main': Fix issue #290, «Mishighlights "longloops" 'repeat'».
     omits  7fb6f99   'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word.
     omits  fccf924   minor: tests: Formatting tweak to XPASS output.
     omits  29b30e0   'main': Add XFail test for issue #330, concerning command word after array assignment.
     omits  f4036a0   'main': Highlight scalar assignments to argv
     omits  14711a5   tests: Explicitly test 'default' style inside an array assignment.
     omits  91fa057   minor: 'main': Only search for prefixes if :h is a directory
     omits  f060622   'main': Internal cleanup: drop $style_override.
     omits  6cd39e7   'main': Highlight path separators
     omits  a5b8bc0   'main': Internal cleanup: drop $style_override.
     omits  3b67e65   'main': Implement simple command type cache
     omits  12b879c   'main': Use zsh/parameter instead of type -w
     omits  61f4325   'main': Support multiple styles in _zsh_highlight_main_add_region_highlight
     omits  6362c75   tests: Extend issue #290 test with another variant.
     omits  d37c55c   minor: tests: Add comment for NONE in expected_region_highlight
     omits  364f206   docs: Give example of test that modifies its environment
     omits  19acd8e   docs: Mention `$BUFFER`
     omits  13018f3   docs: Document use of NONE in expected_region_highlight
     omits  0f43026   docs: Document writing tests
     omits  1082067   tests: Fail on stderr output
     omits  ef68f50   'main': Fix issue #290, «Mishighlights "longloops" 'repeat'».
     omits  4832f18   tests: New test for issue #290, «Mishighlights "longloops" 'repeat'».
     omits  f146651   Merge part of PR #298
     omits  2f18ba6   'main': use zsh/parameter to resolve alias
     omits  3ce0107   driver: load zsh/parameter if available
     omits  def8c0d   Bump copyright years.
     omits  4f5bb6c   Merge remote-tracking branch 'upstream/pr/308' into HEAD
     omits  0ff354b   docs: Namespace highlighters' styles.
     omits  7b82b88   'main': Don't leak the PATH_DIRS options.
     omits  ef4bfe5   'main': 2nd optimization that in my tests shows 2.2s -> 2.0s
     omits  5a98cd3   Merge remote-tracking branch 'upstream/pr/315' into HEAD
     omits  02229eb   'main': optimization that in my tests shows 2.7s -> 2.2s
     omits  162c826   docs: Honour $ZDOTDIR in code examples.
     omits  a00ed24   docs: Simplify/clarify installation instructions.
     omits  62f1c10   tests: New test to capture off-by-ones.
     omits  5fe8fd8   'brackets': Fix for one-based indexing
     omits  2176692   docs: Added style key prefix convention
     omits  a7a7f8b   Support linewise region.
     omits  15db71a   driver: Track rename of an unreleased upstream API.
     omits  fc9c892   'main': Fix issue #302, "Process substitution misparsed as redirection".
     omits  bfabffb   'main': Factor out common code.  No functional change.
     omits  6889ff6   'main': Add a regression test for issue #302, "Process substitution misparsed as redirection".
     omits  9cab566   docs: Document installation with other plugin managers
     omits  bb341f1   dev docs: Document testing quirks
     omits  b595521   tests: Add tests for 'brackets' and 'pattern'
     omits  f0bae44   tests: Followup to last: echo(1) is evil.
     omits  3176b95   minor: tests: Quote $BUFFER differently on output.
     omits  6aa57d6   tests: TAP support: Emit a 'description' for all test points
     omits  f83bca0   minor: tests: Introduce a local variable. No functional change.
     omits  70b5687   minor: tests: Tighten up local variable scope.
     omits  21207c3   tests: TAP compliance: Do not emit literal '#' in the 'description' part
     omits  56a8670   tests: Followup to fd061b5730bf: quote both expected and actual output.
     omits  f73f3d5   'brackets': Allow unset ZSH_HIGHLIGHT_STYLES
     omits  eaa4335   tests: Set ZSH_HIGHLIGHT_STYLES=() during tests
     omits  d3678ec   tests: Remove unused_highlight
     omits  fd061b5   tests: Test ZSH_HIGHLIGHT_STYLES keys directly
     omits  ccaf6f4   brackets: Fix bug introduced in 95d8256
     omits  e05b8e8   'brackets': Check if brackets match on first pass
     omits  95d8256   'brackets': Use one-based indexing
     omits  f4d3dcb   'brackets': Move highlight call outside conditional
     omits  fd84010   'brackets': Lift local declarations from inside loops
     omits  cef4975   dev docs: Create HACKING.md.
     omits  e8af14f   minor: Rewrap docs for uncompiled readability.
     omits  4da9889   tests: Use 'NONE' to denote no highlighting
     omits  c346f6e   docs: highlighters should use _zsh_highlight_add_highlight
     omits  f34714b   Bump copyright years.
     omits  341a3ae   highlighters: Use _zsh_highlight_add_highlight
     omits  0893296   highlighters: Pass around the style key instead of the style itself
     omits  a830613   tests: Specify the style key instead of the style itself
     omits  c54c076   cleanup: Avoid colon after parameter expansion to avoid risking introducing a colon modifier.
     omits  38c8fbe   root-highlighter: use EUID instead of id -u command
     omits  b52a485   brackets: Optimize a tiny bit.
     omits  d4f8edc   plugin.zsh: Convert from symlink to plain file
     omits  3679295   release.md: Add a release checklist line item.
     omits  78290e0   tests: Expect the correct style
     omits  31ac2b3   tests: Quote style in expected_region_highlight
     omits  bb8d325   tests: Fix grep syntax
     omits  79e4d3d   apply suffix and isearch zle_highlights on top
     omits  bc7f8ea   'main': Restore support for zsh-4.3.10 and older.
     omits  cb02451   widget binding: Fix crucial typo in last commit.
     omits  11d3783   widget binding: Further unbreak the build.
     omits  6a634fa   widget binding: Properly escape widget names at definition.
     omits  47a6644   noop: Remove stray statement terminators and line joiners.
     omits  261c180   widget binding: Unbreak the build.
     omits  7e7e291   widget binding: Remove an unnecessary layer of indirection.
     omits  4849ef3   Refactor the application of zle_highlight settings
     omits  4c23a2f   'main': Highlight lone '!' correctly: it's not a history expansion.
     omits  e635f76   docs: Clarify oh-my-zsh installation instructions.
     omits  18df692   widget binding: Remove some too-wide exclusions
     omits  487b122   widget binding: don't exclude widgets with identical function name
     omits  7044c19   docs: use https:// instead of git://
     omits  bdb23d1   use https instead of git for url
     omits  e500ca2   'main': Don't highlight in vared
     omits  e938825   Merge pull request #272 from psprint/master
     omits  3cb58fd   Optimization: -1 is extra computation of string length internally
     omits  683f483   changelog: Update for upcoming 0.4.1 release.
     omits  62a6be3   Version number bump.
     omits  451665c   'main': Don't highlight at the $PS3 prompt.
     omits  30d8f92   test harness: Properly quote error message interpolations.
     omits  282c713   Revert "wrapping: Don't add '--' when invoking widgets."
     omits  2893231   aliases: Highlight aliases with '=' in their LHS as error.  (Part of issue #263.)
     omits  5e4b446   aliases: Add a test for one variant of issue #263.
     omits  9b64ad7   tests: Add a 'print failures only' mode to 'make test', called 'make quiet-test'.
     omits  936e2e9   tests: Add another comment.  No functional change.
     omits  ed33d2c   widget binding: don't exclude widgets starting with '_'
     omits  268656d   tests: Add a comment.  No functional change.
     omits  38c3ac8   docs: Note that Debian package has migrated to (been added to) Debian stretch.
     omits  82f5eb1   docs: Note Debian package name.
     omits  4f3910c   Fix issue #248: Highlight 'pkexec' as a precommand.
     omits  73ee7c1   Fix part of issue #238, "fd redirections at command word".
     omits  48ecd29   tests: Add two XFail tests for issue #238, "fd redirections at command word".
     omits  430cf55   tests: Cover [default].
     omits  46cd970   tests: Improve tests by using $unused_highlight.
     omits  09c4114   command word: Do not attempt to interpret command separator tokens as anything else.
     omits  cf685a3   changelog: Start 0.4.1 section.
     omits  69b6c4e   release.md: Clarify release procedure.
     omits  7338c54   Post-release version number bump.
       new  848f1be   d/changelog: Update master to 0.6.0.
       new  cb63b55   d/rules: Add _origtar target.
       new  cdb6bdc   Bump Standards-Version to 3.9.8.
       new  98a5a9d   d/changelog: Note that the next release will fix #842994.
       new  cac249a   Bump Standards-Version to 4.0.0.
       new  e2f7b69   d/rules: _origtar: Handle release candidate version numbers.
       new  b200589   d/changelog: Forward-port the 0.5.0-1 changelog.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f09caa6)
            \
             N -- N -- N   refs/heads/debian/master (b200589)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .version                                           |   2 +-
 COPYING.md                                         |   2 +-
 HACKING.md                                         |  75 ---
 INSTALL.md                                         |  59 +--
 Makefile                                           |   3 -
 README.md                                          |  31 +-
 changelog.md                                       | 230 +--------
 debian/changelog                                   |   2 +-
 debian/patches/fix-test-failures-due-to-ps.patch   |   4 +-
 debian/rules                                       |  11 +-
 docs/highlighters.md                               |  42 +-
 docs/highlighters/main.md                          |  25 -
 highlighters/brackets/brackets-highlighter.zsh     |  71 +--
 .../cursor-matchingbracket-line-finish.zsh         |  37 --
 .../brackets/test-data/cursor-matchingbracket.zsh  |  39 --
 highlighters/brackets/test-data/empty-styles.zsh   |  34 --
 highlighters/brackets/test-data/loop-styles.zsh    |  51 --
 .../brackets/test-data/mismatch-patentheses.zsh    |  11 +-
 highlighters/brackets/test-data/near-quotes.zsh    |  38 --
 .../brackets/test-data/nested-parentheses.zsh      |  16 +-
 highlighters/brackets/test-data/nested-quote.zsh   |  36 --
 .../brackets/test-data/quoted-patentheses.zsh      |   2 +-
 .../brackets/test-data/simple-parentheses.zsh      |  11 +-
 .../brackets/test-data/unclosed-patentheses.zsh    |   9 +-
 .../brackets/test-data/unclosed-patentheses2.zsh   |   8 +-
 highlighters/cursor/cursor-highlighter.zsh         |  13 +-
 highlighters/line/line-highlighter.zsh             |   6 +-
 highlighters/main/main-highlighter.zsh             | 545 ++++-----------------
 highlighters/main/test-data/alias-assignment1.zsh  |  37 --
 highlighters/main/test-data/alias.zsh              |   5 +-
 highlighters/main/test-data/always1.zsh            |  41 --
 highlighters/main/test-data/always2.zsh            |  43 --
 highlighters/main/test-data/always3.zsh            |  43 --
 highlighters/main/test-data/anonymous-function.zsh |  17 +-
 .../main/test-data/arithmetic-evaluation.zsh       |   4 +-
 highlighters/main/test-data/assign-append.zsh      |   3 +-
 highlighters/main/test-data/assign-argv.zsh        |  35 --
 highlighters/main/test-data/assign-array.zsh       |   9 +-
 highlighters/main/test-data/assign-array2.zsh      |  36 --
 highlighters/main/test-data/assign-array3.zsh      |  36 --
 highlighters/main/test-data/assign-semicolon.zsh   |   5 +-
 highlighters/main/test-data/assign-subshell.zsh    |   7 +-
 highlighters/main/test-data/assign.zsh             |  10 +-
 .../main/test-data/back-quoted-argument.zsh        |   3 +-
 .../main/test-data/backslash-continuation.zsh      |   2 +-
 highlighters/main/test-data/braces1.zsh            |  41 --
 highlighters/main/test-data/braces2.zsh            |  41 --
 highlighters/main/test-data/brackets-mismatch1.zsh |  39 --
 highlighters/main/test-data/brackets-mismatch2.zsh |  39 --
 highlighters/main/test-data/brackets-mismatch3.zsh |  36 --
 highlighters/main/test-data/brackets-mismatch4.zsh |  36 --
 highlighters/main/test-data/brackets-mismatch5.zsh |  37 --
 highlighters/main/test-data/brackets-mismatch6.zsh |  40 --
 highlighters/main/test-data/brackets-mismatch7.zsh |  44 --
 highlighters/main/test-data/brackets-mismatch8.zsh |  38 --
 highlighters/main/test-data/commandseparator.zsh   |  10 +-
 highlighters/main/test-data/comment-leading.zsh    |   4 +-
 highlighters/main/test-data/comment-off.zsh        |   6 +-
 highlighters/main/test-data/comments.zsh           |   6 +-
 highlighters/main/test-data/commmand-parameter.zsh |   4 +-
 highlighters/main/test-data/control-flow.zsh       |  35 +-
 highlighters/main/test-data/control-flow2.zsh      |  40 --
 highlighters/main/test-data/control-flow3.zsh      |  39 --
 highlighters/main/test-data/dollar-dollar.zsh      |  39 --
 highlighters/main/test-data/dollar-noise.zsh       |  46 --
 highlighters/main/test-data/dollar-paren.zsh       |  38 --
 highlighters/main/test-data/dollar-quoted.zsh      |   5 +-
 highlighters/main/test-data/dollar-quoted2.zsh     |  15 +-
 highlighters/main/test-data/dollar-quoted3.zsh     |   5 +-
 .../main/test-data/double-hyphen-option.zsh        |   3 +-
 highlighters/main/test-data/double-quoted.zsh      |  22 +-
 highlighters/main/test-data/double-quoted2.zsh     |   4 +-
 highlighters/main/test-data/double-quoted3.zsh     |  10 +-
 highlighters/main/test-data/double-quoted4.zsh     |   6 +-
 highlighters/main/test-data/empty-command.zsh      |   4 +-
 highlighters/main/test-data/empty-command2.zsh     |  38 --
 highlighters/main/test-data/exec-redirection1.zsh  |  38 --
 highlighters/main/test-data/function-named1.zsh    |  44 --
 highlighters/main/test-data/function-named2.zsh    |  39 --
 highlighters/main/test-data/function.zsh           |   7 +-
 highlighters/main/test-data/glob.zsh               |  10 +-
 highlighters/main/test-data/hashed-command.zsh     |   3 +-
 .../test-data/history-double-quoted-escaped.zsh    |  38 --
 highlighters/main/test-data/history-expansion.zsh  |  10 +-
 highlighters/main/test-data/history-expansion2.zsh |   2 +-
 highlighters/main/test-data/inheritance.zsh        |  40 --
 .../main/test-data/multiline-array-assignment1.zsh |  39 --
 highlighters/main/test-data/multiline-string.zsh   |   4 +-
 highlighters/main/test-data/multiline-string2.zsh  |   3 +-
 .../main/test-data/multiple-redirections.zsh       |  26 +-
 highlighters/main/test-data/noglob-alias.zsh       |   2 +-
 highlighters/main/test-data/noglob1.zsh            |   2 +-
 highlighters/main/test-data/noglob2.zsh            |   4 +-
 highlighters/main/test-data/off-by-one.zsh         |  40 --
 highlighters/main/test-data/option-path_dirs.zsh   |   2 +-
 .../main/test-data/path-broken-symlink.zsh         |  36 --
 .../main/test-data/path-dollared-word2.zsh         |  36 --
 highlighters/main/test-data/path-separators.zsh    |  53 --
 highlighters/main/test-data/path-separators2.zsh   |  39 --
 highlighters/main/test-data/path-space.zsh         |   4 +-
 highlighters/main/test-data/path-tilde-home.zsh    |   4 +-
 highlighters/main/test-data/path-tilde-home2.zsh   |   4 +-
 highlighters/main/test-data/path-tilde-named.zsh   |   4 +-
 highlighters/main/test-data/path.zsh               |   4 +-
 highlighters/main/test-data/path_prefix.zsh        |   3 +-
 highlighters/main/test-data/path_prefix2.zsh       |   5 +-
 highlighters/main/test-data/precommand.zsh         |   7 +-
 highlighters/main/test-data/precommand2.zsh        |  36 --
 highlighters/main/test-data/prefix-redirection.zsh |  12 +-
 highlighters/main/test-data/redirection.zsh        |   5 +-
 highlighters/main/test-data/redirection2.zsh       |  36 --
 highlighters/main/test-data/reserved-word.zsh      |   9 +-
 highlighters/main/test-data/simple-command.zsh     |   2 +-
 highlighters/main/test-data/simple-redirection.zsh |  10 +-
 highlighters/main/test-data/subshell.zsh           |  16 +-
 highlighters/main/test-data/sudo-command.zsh       |  22 +-
 highlighters/main/test-data/sudo-comment.zsh       |   7 +-
 highlighters/main/test-data/sudo-redirection.zsh   |  26 +-
 highlighters/main/test-data/sudo-redirection2.zsh  |  12 +-
 highlighters/main/test-data/sudo-redirection3.zsh  |  39 --
 highlighters/main/test-data/tilde-command-word.zsh |   4 +-
 highlighters/main/test-data/unbackslash.zsh        |   3 +-
 highlighters/main/test-data/unknown-command.zsh    |   2 +-
 highlighters/main/test-data/vanilla-newline.zsh    |  10 +-
 highlighters/main/test-data/vi-linewise-mode.zsh   |  38 --
 highlighters/pattern/pattern-highlighter.zsh       |   4 +-
 highlighters/pattern/test-data/rm-rf.zsh           |  36 --
 highlighters/root/root-highlighter.zsh             |   6 +-
 images/after1-smaller.png                          | Bin 2517 -> 0 bytes
 images/after1.png                                  | Bin 5842 -> 0 bytes
 images/after2-smaller.png                          | Bin 4386 -> 0 bytes
 images/after2.png                                  | Bin 10228 -> 0 bytes
 images/after3-smaller.png                          | Bin 1673 -> 0 bytes
 images/after3.png                                  | Bin 3427 -> 0 bytes
 images/before1-smaller.png                         | Bin 1589 -> 0 bytes
 images/before1.png                                 | Bin 2636 -> 0 bytes
 images/before2-smaller.png                         | Bin 2605 -> 0 bytes
 images/before2.png                                 | Bin 2614 -> 0 bytes
 images/before3-smaller.png                         | Bin 763 -> 0 bytes
 images/before3.png                                 | Bin 1461 -> 0 bytes
 release.md                                         |   7 +-
 tests/README.md                                    |  36 +-
 tests/generate.zsh                                 |  99 ----
 tests/tap-filter                                   |  45 --
 tests/test-highlighting.zsh                        |  70 +--
 tests/test-perfs.zsh                               |   5 +-
 zsh-syntax-highlighting.plugin.zsh                 |   3 +-
 zsh-syntax-highlighting.zsh                        | 221 +++------
 148 files changed, 534 insertions(+), 3358 deletions(-)
 delete mode 100644 HACKING.md
 delete mode 100644 highlighters/brackets/test-data/cursor-matchingbracket-line-finish.zsh
 delete mode 100644 highlighters/brackets/test-data/cursor-matchingbracket.zsh
 delete mode 100644 highlighters/brackets/test-data/empty-styles.zsh
 delete mode 100644 highlighters/brackets/test-data/loop-styles.zsh
 delete mode 100644 highlighters/brackets/test-data/near-quotes.zsh
 delete mode 100644 highlighters/brackets/test-data/nested-quote.zsh
 delete mode 100644 highlighters/main/test-data/alias-assignment1.zsh
 delete mode 100644 highlighters/main/test-data/always1.zsh
 delete mode 100644 highlighters/main/test-data/always2.zsh
 delete mode 100644 highlighters/main/test-data/always3.zsh
 delete mode 100644 highlighters/main/test-data/assign-argv.zsh
 delete mode 100644 highlighters/main/test-data/assign-array2.zsh
 delete mode 100644 highlighters/main/test-data/assign-array3.zsh
 delete mode 100644 highlighters/main/test-data/braces1.zsh
 delete mode 100644 highlighters/main/test-data/braces2.zsh
 delete mode 100644 highlighters/main/test-data/brackets-mismatch1.zsh
 delete mode 100644 highlighters/main/test-data/brackets-mismatch2.zsh
 delete mode 100644 highlighters/main/test-data/brackets-mismatch3.zsh
 delete mode 100644 highlighters/main/test-data/brackets-mismatch4.zsh
 delete mode 100644 highlighters/main/test-data/brackets-mismatch5.zsh
 delete mode 100644 highlighters/main/test-data/brackets-mismatch6.zsh
 delete mode 100644 highlighters/main/test-data/brackets-mismatch7.zsh
 delete mode 100644 highlighters/main/test-data/brackets-mismatch8.zsh
 delete mode 100644 highlighters/main/test-data/control-flow2.zsh
 delete mode 100644 highlighters/main/test-data/control-flow3.zsh
 delete mode 100644 highlighters/main/test-data/dollar-dollar.zsh
 delete mode 100644 highlighters/main/test-data/dollar-noise.zsh
 delete mode 100644 highlighters/main/test-data/dollar-paren.zsh
 delete mode 100644 highlighters/main/test-data/empty-command2.zsh
 delete mode 100644 highlighters/main/test-data/exec-redirection1.zsh
 delete mode 100644 highlighters/main/test-data/function-named1.zsh
 delete mode 100644 highlighters/main/test-data/function-named2.zsh
 delete mode 100644 highlighters/main/test-data/history-double-quoted-escaped.zsh
 delete mode 100644 highlighters/main/test-data/inheritance.zsh
 delete mode 100644 highlighters/main/test-data/multiline-array-assignment1.zsh
 delete mode 100644 highlighters/main/test-data/off-by-one.zsh
 delete mode 100644 highlighters/main/test-data/path-broken-symlink.zsh
 delete mode 100644 highlighters/main/test-data/path-dollared-word2.zsh
 delete mode 100644 highlighters/main/test-data/path-separators.zsh
 delete mode 100644 highlighters/main/test-data/path-separators2.zsh
 delete mode 100644 highlighters/main/test-data/precommand2.zsh
 delete mode 100644 highlighters/main/test-data/redirection2.zsh
 delete mode 100644 highlighters/main/test-data/sudo-redirection3.zsh
 delete mode 100644 highlighters/main/test-data/vi-linewise-mode.zsh
 delete mode 100644 highlighters/pattern/test-data/rm-rf.zsh
 delete mode 100644 images/after1-smaller.png
 delete mode 100644 images/after1.png
 delete mode 100644 images/after2-smaller.png
 delete mode 100644 images/after2.png
 delete mode 100644 images/after3-smaller.png
 delete mode 100644 images/after3.png
 delete mode 100644 images/before1-smaller.png
 delete mode 100644 images/before1.png
 delete mode 100644 images/before2-smaller.png
 delete mode 100644 images/before2.png
 delete mode 100644 images/before3-smaller.png
 delete mode 100644 images/before3.png
 delete mode 100755 tests/generate.zsh
 delete mode 100755 tests/tap-filter
 mode change 100644 => 120000 zsh-syntax-highlighting.plugin.zsh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-zsh/zsh-syntax-highlighting.git



More information about the Pkg-zsh-commits mailing list