1
0
Fork 0
mirror of https://github.com/zdharma-continuum/fast-syntax-highlighting.git synced 2025-02-25 01:29:29 +01:00

Commit graph

  • 28677125cd plugin.zsh: Fix array parameter created without declaring #43 Sebastian Gniazdowski 2018-07-30 18:02:44 +0200
  • cbe5fc8328 Updated README.md Sebastian Gniazdowski 2018-07-30 08:57:47 +0200
  • 2bd329170e images: brackets.gif Sebastian Gniazdowski 2018-07-30 08:52:26 +0200
  • ef23a96bcd *-string-*: Bug-fix, correctly use theme styles Sebastian Gniazdowski 2018-07-30 08:46:49 +0200
  • 9046f82434 plugin.zsh: Attach the new brackets highlighter; F_H[use_brackets]=1 Sebastian Gniazdowski 2018-07-30 08:24:48 +0200
  • b33a5fd6e9 fast-theme: Support 4 new styles (for brackets) Sebastian Gniazdowski 2018-07-30 08:22:09 +0200
  • a03f0045fd themes: Add 4 new styles (brackets) Sebastian Gniazdowski 2018-07-30 08:21:03 +0200
  • 2448cdc4fb *-string-*: Additional highlight of bracket under cursor; more styles Sebastian Gniazdowski 2018-07-30 08:12:05 +0200
  • 5e1795e289 *-string-*: Highlighter for brackets, handles all quotings; detached Sebastian Gniazdowski 2018-07-30 07:02:31 +0200
  • 09913c7754 fast-theme: -l doesn't show comment text if -q/--quiet is given Sebastian Gniazdowski 2018-07-29 11:00:11 +0200
  • 887c7f8045 Performance status Sebastian Gniazdowski 2018-07-28 14:45:48 +0200
  • 7f48e04cc3 themes: Extend all themes with new style `path-to-dir' Sebastian Gniazdowski 2018-07-28 14:03:01 +0200
  • c7c6a91d8b fast-theme: Support for new style `path-to-dir' Sebastian Gniazdowski 2018-07-28 14:02:16 +0200
  • 264676c540 *-highlight: Differentiate path and to-dir path. New style: path-to-dir Sebastian Gniazdowski 2018-07-28 14:01:03 +0200
  • edaef2bb62 Updated CHROMA_GUIDE.adoc Sebastian Gniazdowski 2018-07-27 16:52:33 +0200
  • 0905e351d1 Updated CHROMA_GUIDE.adoc Sebastian Gniazdowski 2018-07-27 16:49:34 +0200
  • 4cdb69a94e -git.ch: For `checkout' subcommand: input string can be a path v1.24 Sebastian Gniazdowski 2018-07-25 08:10:13 +0200
  • cfbd820f67 *-highlight: Investigation of return-1 from chroma problem #46 Sebastian Gniazdowski 2018-07-23 17:37:39 +0200
  • eb9b2f030a *-highlight: Use the supplied $__style, not a wrong hardcoded value Sebastian Gniazdowski 2018-07-23 17:24:54 +0200
  • 29b4a0aca6 *-highlight: Correct parentheses and conditions at final next_word-code Sebastian Gniazdowski 2018-07-23 16:02:53 +0200
  • b2ca19b569 *-highlight: Simplify command-separator effect on typeset ... command Sebastian Gniazdowski 2018-07-23 15:45:59 +0200
  • 2830b9953b *-highlight: Faster code for single-word aliases support Sebastian Gniazdowski 2018-07-22 08:52:46 +0200
  • 2d73b8d401 *-highlight: Recognize aliases that are single-word Sebastian Gniazdowski 2018-07-22 08:40:41 +0200
  • 72cf9372c9 Updated README.md Sebastian Gniazdowski 2018-07-21 18:15:13 +0200
  • 19a8a5e8c4 *-highlight: Chromas now support aliases Sebastian Gniazdowski 2018-07-21 18:12:51 +0200
  • 93e311b7c2 -git.ch: Colorize option "-m" (missing __style assignment) Sebastian Gniazdowski 2018-07-21 18:11:10 +0200
  • 4160f08263 Performance status Sebastian Gniazdowski 2018-07-21 15:10:01 +0200
  • dab65767e6 *-highlight: Merge-restore: remove old comments Sebastian Gniazdowski 2018-07-21 15:06:46 +0200
  • 637521f28d *-highlight: Merge-restore: a threshold on # of zle .redisplay calls Sebastian Gniazdowski 2018-07-21 15:03:48 +0200
  • 4163d4d4e1 *-highlight: Merge-restore: optimize four $__arg[1] = ... cases Sebastian Gniazdowski 2018-07-21 15:00:42 +0200
  • 0f0119563c *-highlight: Merge-restore: can remove one (Q) dequoting Sebastian Gniazdowski 2018-07-21 14:56:23 +0200
  • 39a4ec6887 *-highlight: Merge-restore: $v = A* is faster than $v[1] = A, tests: Sebastian Gniazdowski 2018-07-21 14:50:43 +0200
  • 99d6b33907 *-highlight: Merge-restore: optimize-out ${var:1} Bash syntax Sebastian Gniazdowski 2018-07-21 14:48:09 +0200
  • 719c092bb7 *-highlight: Merge-restore: allow $V/cmd, "$V/cmd, "$V/cmd", "${V}/cmd" Sebastian Gniazdowski 2018-07-21 14:43:03 +0200
  • 026941d9c2 *-highlight: Merge-restore: stack pop in single instruction, not two Sebastian Gniazdowski 2018-07-21 14:35:26 +0200
  • 3467e3d3ca *-highlight: Merge-restore: more reasonable redirection-detecting code Sebastian Gniazdowski 2018-07-21 14:31:59 +0200
  • 22dec035fc test: Update -git test code Sebastian Gniazdowski 2018-07-21 14:30:06 +0200
  • 00d25ee5c1 *-highlight: Merge-restore: one active_command="$__arg" not needed (?) Sebastian Gniazdowski 2018-07-21 13:56:50 +0200
  • 1daa6b3ba4 *-highlight: Merge-restore: simplify ; and \n code short-paths Sebastian Gniazdowski 2018-07-21 13:55:21 +0200
  • f7d9f70ff0 Performance status Sebastian Gniazdowski 2018-07-21 13:37:55 +0200
  • 55d65be086 *-highlight: Merge-restore: proc_buf advancement via patterns (not (i)) Sebastian Gniazdowski 2018-07-21 13:36:24 +0200
  • cc5554602c *-highlight: Merge-restore: pattern matching to replace (i) flag Sebastian Gniazdowski 2018-07-21 12:56:53 +0200
  • 37aac224f7 Performance status Sebastian Gniazdowski 2018-07-21 12:42:20 +0200
  • 492b052442 test: parse.zsh new test string "-hue"; if sourced prints -zr the string Sebastian Gniazdowski 2018-07-21 12:40:36 +0200
  • ea9104542c *-highlight: typeset' and maybe others can be also reserved' somehow Sebastian Gniazdowski 2018-07-21 12:30:19 +0200
  • c40b72c934 test: parse.zsh to use zsh-5.1.1 binary, a non-dev-0 one Sebastian Gniazdowski 2018-07-21 12:26:50 +0200
  • edf7ac5c1e -grep.ch: Restore regular string-highlighting for grep pattern #33 Sebastian Gniazdowski 2018-07-13 21:47:15 +0200
  • c499271e45 Updated README.md #30 v1.23 Sebastian Gniazdowski 2018-07-11 18:05:17 +0200
  • e12ab501f2 By default path-checking doesn't use async mode, unless F_H[use_async]=1 Sebastian Gniazdowski 2018-07-11 17:55:08 +0200
  • ffcfdac648 *-highlight: Workaround for Ctrl-C problems when async-path-checking #30 v1.22 Sebastian Gniazdowski 2018-07-11 10:46:12 +0200
  • 55cfdabd00 *-highlight: Mute running of chroma, it will create a fallback operation Sebastian Gniazdowski 2018-07-06 21:08:10 +0200
  • 4500583623 Range of no-w-in-zle-F fix is now < 5.0.6 #39 Sebastian Gniazdowski 2018-07-04 15:04:07 +0200
  • 5fdbef4762 Temporary fix for lack of -w in zle/Zsh < 5.0 #39 Sebastian Gniazdowski 2018-07-04 13:11:59 +0200
  • c2dc86035a *-highlight: Better (faster) method to avoid syntax error #38 Sebastian Gniazdowski 2018-07-02 13:20:35 +0200
  • d18543d4bc Revert "*-highlight: Handle possible syntax error when checking math vars #38" Sebastian Gniazdowski 2018-07-02 13:19:22 +0200
  • 8d64d33258 *-highlight: Handle possible syntax error when checking math vars #38 Sebastian Gniazdowski 2018-07-02 12:42:58 +0200
  • 37bf4029eb *-highlight: &&-etc. break out of assignment Sebastian Gniazdowski 2018-06-28 18:20:47 +0200
  • 3361bb62d6 *-highlight: Silence `functions -M' stderr to allow re-sourcing #32 Sebastian Gniazdowski 2018-06-21 18:35:33 +0200
  • fffda6a665 *-highlighting: Missed places that should use (q) #31 Sebastian Gniazdowski 2018-06-18 23:21:54 +0200
  • d24bfe4d71 *-highlight: Path-cache key has $__arg quoted to suppress errors #31 Sebastian Gniazdowski 2018-06-18 20:59:11 +0200
  • f2c0769227 *-highlight: switch from exit to return when exiting async function Sebastian Gniazdowski 2018-06-17 22:46:16 +0200
  • b01f2dcf02 Update PayPal button Sebastian Gniazdowski 2018-06-17 14:36:42 +0200
  • cbc35d6198 *-highlight: Disable premature which chroma #29 Sebastian Gniazdowski 2018-06-16 18:05:21 +0200
  • 523d697021 *-highlight: Skip <() process for zle -F if using *-beginning-search wid Sebastian Gniazdowski 2018-06-16 16:21:30 +0200
  • 75af13ff5b *-highlight: async investigation Sebastian Gniazdowski 2018-06-15 18:30:47 +0200
  • f881a78a21 *-higlight: Investigation of async-path checking problem Sebastian Gniazdowski 2018-06-15 17:54:54 +0200
  • f9d10f2f57 *-highlight: Explicitly end background process Sebastian Gniazdowski 2018-06-15 17:27:23 +0200
  • d3b688b370 *-highlight: Disable vim chroma Sebastian Gniazdowski 2018-06-15 08:41:17 +0200
  • e027c405c0 -which.ch: One of commands can apparently return via stderr (#27) Sebastian Gniazdowski 2018-06-12 06:20:34 +0200
  • 5b8004f385 New chroma ruby', works like chroma perl', checks syntax via -ce opts Sebastian Gniazdowski 2018-06-11 09:50:33 +0200
  • ca2e18bbc9 *-highlight: Async path checking has now 8-second cache Sebastian Gniazdowski 2018-06-10 23:22:16 +0200
  • e07146997f *-highlight: Remove path-exists queue clearing Sebastian Gniazdowski 2018-06-10 23:20:54 +0200
  • 5a6684c6b7 *-highlight: Support for asynchronous path checking Sebastian Gniazdowski 2018-06-10 22:18:57 +0200
  • 1d7d6f579a New chroma: `printf', highlights special sequences like %s, %20s, etc. Sebastian Gniazdowski 2018-06-10 18:24:30 +0200
  • 8f598687ac -which.ch: Update main comment on purpose of this chroma Sebastian Gniazdowski 2018-06-10 17:30:32 +0200
  • 5f4ece206c -which.ch: Added `whatis', it has only 1st line if output used Sebastian Gniazdowski 2018-06-10 17:22:12 +0200
  • e2d173ea13 -which.ch: Uplift: handle `which' called on a function, /usr/bin/which Sebastian Gniazdowski 2018-06-10 17:12:40 +0200
  • 5954091d7a New chroma function `which', queries other similar commands, then prints Sebastian Gniazdowski 2018-06-10 15:28:53 +0200
  • 4c6d56cf25 Updated CHROMA_GUIDE.adoc Sebastian Gniazdowski 2018-06-10 12:27:56 +0200
  • eeae87a5e0 *-highlight: Tmux has -c option just like `sh', can highlight that Sebastian Gniazdowski 2018-06-10 12:02:50 +0200
  • f0be58fb80 New chroma `-scp.ch', tracks if user passes port number to hostspec Sebastian Gniazdowski 2018-06-10 11:50:39 +0200
  • 03ec68e19f -ssh.ch: Make port number detection be resilent to IPv6 addresses Sebastian Gniazdowski 2018-06-10 11:35:18 +0200
  • c780ce3770 New chroma `-ssh.ch', tracks if user passes port to hostspec Sebastian Gniazdowski 2018-06-10 11:30:15 +0200
  • 1e06d3f928 -autoload.ch: Better language when informing about function redefiniton Sebastian Gniazdowski 2018-06-10 10:19:33 +0200
  • 85beb720f3 New chroma: -autoload.ch, warns about redefinition of function, etc. Sebastian Gniazdowski 2018-06-10 10:16:50 +0200
  • 3f72e6c214 -git.ch: revert' works almost like checkout', attach `revert' there Sebastian Gniazdowski 2018-06-09 20:58:15 +0200
  • b892743327 Updated CHROMA_GUIDE.adoc Sebastian Gniazdowski 2018-06-09 20:57:56 +0200
  • f05643dcb1 Revert "Revert "Updated CHROMA_GUIDE.md"" Sebastian Gniazdowski 2018-06-09 20:47:46 +0200
  • 729bf7f59c Revert "Revert "CHROMA_GUIDE: Remove redundant comments, uplift"" Sebastian Gniazdowski 2018-06-09 20:47:35 +0200
  • 48a4e0c16a Revert "CHROMA_GUIDE: Remove redundant comments, uplift" Sebastian Gniazdowski 2018-06-09 20:43:59 +0200
  • 55ede0a854 Revert "Updated CHROMA_GUIDE.md" Sebastian Gniazdowski 2018-06-09 20:42:22 +0200
  • 17a28baad4 New chroma -docker.ch' that verifies image ID passed to image rm' Sebastian Gniazdowski 2018-06-09 20:06:57 +0200
  • 868812a77b -make.ch,*-make-targets: Check Makefile exists, use 7 second cache, #24 Sebastian Gniazdowski 2018-06-09 18:42:27 +0200
  • 73df278dfe -sh.ch: Attach fish, has -c option, though different syntax, let's try Sebastian Gniazdowski 2018-06-09 17:34:44 +0200
  • 3a73b8ed8a Updated CHROMA_GUIDE.md Sebastian Gniazdowski 2018-06-09 15:56:57 +0200
  • 29d04c8e5a CHROMA_GUIDE: Remove redundant comments, uplift Sebastian Gniazdowski 2018-06-09 15:52:32 +0200
  • 22ce1d8c58 -sh.ch,*-highlight: Attach to 2 other shells, Zsh and Bash Sebastian Gniazdowski 2018-06-09 15:21:40 +0200
  • f54e44f325 New chroma -sh.ch', colorizes code passed to sh' with -c option Sebastian Gniazdowski 2018-06-09 14:41:20 +0200
  • f5d2375f06 CHROMA_GUIDE: Add example code block (rendered broken in mdown) Sebastian Gniazdowski 2018-06-09 12:06:15 +0200
  • 08f4b28ae3 CHROMA_GUIDE: Switch to asciidoc (rename) Sebastian Gniazdowski 2018-06-09 12:02:08 +0200