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

Commit graph

  • 009e198c90 -whatis.ch: Remove a debug `LANG=C sleep 0.3' command #135 Sebastian Gniazdowski 2019-06-01 00:54:03 +0200
  • b42b348217 plugin.zsh: Add the missing file @zts-read-all & autoload it #135 Sebastian Gniazdowski 2019-06-01 00:50:05 +0200
  • 3e7d5eb0eb -whatis.ch: Make the whatis chroma fully asynchronous #135 Sebastian Gniazdowski 2019-06-01 00:44:38 +0200
  • daa93b3eb3 *-highlight: Resilience to improper indexing in variables in math mode Sebastian Gniazdowski 2019-05-27 21:48:05 +0200
  • 3601297ebf chroma/-printf.ch improvements (#130) plexigras 2019-04-09 15:18:55 +0200
  • 6fafe6166e Add a chroma for the nice command. (#120) F-i-f 2019-03-19 14:11:06 -0700
  • f9de0d1b6f fast-highlight: added more things to have subcommand highlighting (#118) plexigras 2019-03-19 20:57:02 +0100
  • a14b4ea8ed Fix and improve the ssh chroma. (#121) F-i-f 2019-03-16 20:13:18 -0700
  • 6668f28177 Ionice chroma. Philippe Troin 2019-03-14 11:01:32 -0700
  • 4716201cbc Chroma ends, wants current word parsed as command. When a chroma aborts (return non-zero) and modifies this_word, the current word won't be highlighted as a command, even if this_word is set to 1. That's because chroma processing happens after command processing. Move the follow-up (first argument is zero) chroma processing before the command processing. This also allows chromas to chain. Philippe Troin 2019-03-02 22:20:30 -0800
  • f33b9caff6 Udiskctl should use the subcommand chroma. Philippe Troin 2019-03-15 11:30:38 -0700
  • b44858c41d Fix secondary theme recursive subcommand offset. The secondary theme is applied two characters after the end of the $( string, it should start immediately (one character) after $(. Philippe Troin 2019-03-14 12:08:56 -0700
  • 49d27fb77c Enhance the theme style parser. Philippe Troin 2019-02-23 21:42:54 -0800
  • c6344834be Don't use emulate -o, but a separate seopt for zsh 4.x compatibility. Philippe Troin 2019-02-25 10:12:45 -0800
  • e628e08b53 Git commit -m only warns on first message line. Git commit -m <message> warns when the commit message length exceeds 50 characters. This extends to text beyond the first line (eg. multiline message enclosed in quotes). Fix it so that the warning only applies to the first line of the commit message. Philippe Troin 2019-02-24 15:00:32 -0800
  • 1e7ffcee00 Add lone dash to the precommand chroma. Philippe Troin 2019-03-02 17:19:09 -0800
  • b856fc23c9 -git.ch: Make the git-help queries last even longer in cache Sebastian Gniazdowski 2019-03-03 07:24:31 +0100
  • 39bdda7601 autoload has both - and + options. Philippe Troin 2019-03-02 17:05:58 -0800
  • 7bbfce7c5f Strip any leading path elements on chroma lookups. Philippe Troin 2019-03-02 17:13:42 -0800
  • fe75e23cf9 SVN revision numbers can be prefixed by "r". Philippe Troin 2019-02-28 15:00:15 -0800
  • fc903b8162 Fix @ handling in subversion targets. A subversion revision peg can only occur in the last element of a path. foo/bar/baz@qux is a revision peg. foo@bar/baz/qux and foo/bar@baz/qux AREN'T revision pegs. foo@bar/baz@qux is a revision peg (@qux). Philippe Troin 2019-02-28 14:24:09 -0800
  • 9a5f2027a8 Add subversion chroma. Philippe Troin 2019-02-25 09:42:10 -0800
  • d7e4be7bf8 *string-higlight: Use `emulate -LR zsh -o extendedglob ...' (issue #106) Sebastian Gniazdowski 2019-02-17 21:53:04 +0100
  • ee4f7c7636 chroma/-precommand.ch added precommand chroma plexigras 2019-01-19 15:15:44 +0100
  • 82f59a0e1e -git.ch: Correct option-in-group discovery e.g. X in -abcX Sebastian Gniazdowski 2019-02-05 01:40:53 +0100
  • 133c78f2f1 Git chroma to use clever option finding: $__wrd = -[^-]#{opt-let}[^-]#) Sebastian Gniazdowski 2019-01-17 21:03:45 +0100
  • f30a5cbbd4 Highlight commit message length for git commit -am d10n 2019-01-01 19:22:13 -0500
  • 6e73221070 chroma/-nmcli.ch fixed typo plexigras 2019-01-15 23:24:54 +0100
  • 1f983967ac main-*.ch: Allow for catch-all options with args. An idea for aliases Sebastian Gniazdowski 2019-01-13 21:02:05 +0100
  • abd06a592c main-chroma.ch: Pass some args to (3)-handler; correct argument-counting Sebastian Gniazdowski 2019-01-10 22:41:32 +0100
  • 281768fe36 chroma/-git-check-if-alias.ch (preliminary) Sebastian Gniazdowski 2019-01-10 22:40:16 +0100
  • 809514b4f7 main-chroma.ch: Support for from-function vlaid-subcommands list Sebastian Gniazdowski 2019-01-10 21:51:03 +0100
  • da26c92959 main-chroma.ch: Fix multiple trailing-whitespace lines Sebastian Gniazdowski 2019-01-10 21:46:35 +0100
  • d87f850b89 *run-command: Support for appending to the __lines_list, as in *run-git* Sebastian Gniazdowski 2019-01-10 21:02:36 +0100
  • 414310a4b7 *-run-command: Allow the leading-removal string to be a pattern Sebastian Gniazdowski 2019-01-10 12:44:25 +0100
  • 23a0f57d03 main-chroma.ch: Conditionize chroma__main* hash creation, add debug msg Sebastian Gniazdowski 2019-01-10 07:56:11 +0100
  • a71e727f94 main-chroma.ch: Clean the |-splitted option-name from spaces, etc. Sebastian Gniazdowski 2019-01-10 07:54:27 +0100
  • b164ddcae2 main-chroma.ch: Update debug logs Sebastian Gniazdowski 2019-01-10 07:53:50 +0100
  • e3bde6057a main-chroma.ch: Create a per-user-chroma hashes (in the pre-processing) Sebastian Gniazdowski 2019-01-10 06:23:52 +0100
  • bf2ddb082c 1/ Defined fetch,push,pull,commit 2/my_chroma_def is being built, TODO: Sebastian Gniazdowski 2019-01-10 04:00:22 +0100
  • a532aa773d The fast-string-highlight state of art Sebastian Gniazdowski 2019-01-10 03:51:11 +0100
  • f3a7f0ca8e chroma/main-chroma.ch Sebastian Gniazdowski 2019-01-05 23:42:59 +0100
  • 73a1260730 -lab.ch: Include the `lab'-tool link after which chroma is modeled after Sebastian Gniazdowski 2018-12-28 07:04:37 +0100
  • 8c7c604b70 themes: Update the `default.ini' to mach-up the built-in default theme Sebastian Gniazdowski 2018-12-26 23:53:46 +0100
  • 7bd6269718 _fast-theme (completion): Use FAST_WORK_DIR, not *BASE*, to list themes Sebastian Gniazdowski 2018-12-26 23:36:06 +0100
  • 67dbb4e90e -{hub,lab}.ch: New GitHub hub' and GitLab lab' chromas (using -git.ch) plexigras 2018-12-24 19:51:00 +0100
  • 2ad9702160 git ignore: add generated theme_overlay.zsh file. Yoni Weill 2018-12-22 17:29:35 +0200
  • 770330eaea -git.ch: Setting LANG=C for "git help -a" lilydjwg 2018-12-23 15:19:55 +0800
  • 065fe9ce34 -scp.ch: Allow the big-loop to handle unhandled cases Sebastian Gniazdowski 2018-12-21 07:34:10 +0100
  • ff7c1f7d34 -git.ch: Use cache time 5 minutes for command list and alias list Sebastian Gniazdowski 2018-12-11 14:41:38 +0100
  • 034d0275bf v1.28 (Performance status +91) Sebastian Gniazdowski 2018-12-11 02:13:20 +0100
  • 84e3094b11 -git.ch: Upgrade code for new Git 2.20, also general uplift, shortening v1.28 Sebastian Gniazdowski 2018-12-10 23:49:08 +0100
  • 8474cc3685 -git.ch: Mistakenly Git chroma was using `alias' command (tj/git-extras) Sebastian Gniazdowski 2018-12-09 00:12:49 +0100
  • 04eb9c6eaa -git.ch: Support for fetched-only refs highlighting with git checkout Sebastian Gniazdowski 2018-12-07 18:30:53 +0100
  • 0ea383a405 -git.ch: Use "command" pre-command modifier when invoking git Sebastian Gniazdowski 2018-12-07 18:22:22 +0100
  • 52c5d9f3ac -git.ch: Revert "-git.ch: Run `git alias ...' patch" (it's slowing down) Sebastian Gniazdowski 2018-12-07 16:59:00 +0100
  • d0eeb2b181 -git.ch: Third, main commit – git aliases support, working highlighting Sebastian Gniazdowski 2018-12-07 15:13:09 +0100
  • a7a395a62a -git.ch: Run `git alias' with expected alias argument, to speed up Sebastian Gniazdowski 2018-12-07 15:08:59 +0100
  • 85d001c14a -git.ch: Do not deliberately walk on a thin ice – use [@] for ksharrays Sebastian Gniazdowski 2018-12-07 14:57:18 +0100
  • 8cc7f489ae plugin.zsh: Correctly highlight first right-most character in a region Sebastian Gniazdowski 2018-12-07 03:09:07 +0100
  • af033613fa *-highlight: Correctly highlight command separator following assignment Sebastian Gniazdowski 2018-12-05 06:30:45 +0100
  • 55ff33b071 *-highlight,plugin.zsh: Make use of IRC ideas for the default theme Sebastian Gniazdowski 2018-11-30 21:29:21 +0100
  • 85ecb2f119 *-highlight: Add few missing styles to the built-in default theme Sebastian Gniazdowski 2018-11-30 20:59:57 +0100
  • 9d643e4174 *-highlight: Fix a bug – "test $(" having "t" highlighted in red #91 Sebastian Gniazdowski 2018-11-29 23:40:51 +0100
  • 60d96273b6 themes,fast-theme,*-highlight: Apply background style to $(), eval first Sebastian Gniazdowski 2018-11-24 21:34:20 +0100
  • a49045342a Perfomance status HOL -12 Sebastian Gniazdowski 2018-11-22 20:15:07 +0100
  • c4a791632a plugin.zsh: Check if FAST_WORK_DIR isn't a global, unwritable directory Sebastian Gniazdowski 2018-11-20 17:34:21 +0100
  • 132a85e104 fast-theme: -s/--show current dynamic-theme (per dir) and the main theme Sebastian Gniazdowski 2018-11-19 20:09:36 +0100
  • efee0e2560 plugin.zsh: Fix bug with ZERO param leakage and follow Zsh Plugin Std. Sebastian Gniazdowski 2018-11-11 20:13:27 +0100
  • 8ac992d99c fast-theme: Support for true-color themes (Zsh-5.6.2-dev-1 patch) Sebastian Gniazdowski 2018-11-08 17:02:00 +0100
  • 865cad0b31 -git.ch,-grep.ch: Small updates of styles, message length Sebastian Gniazdowski 2018-11-08 17:00:57 +0100
  • d23faf72ba *-highlight: Distinguish "string" and `number' argument of --foo=... Sebastian Gniazdowski 2018-10-27 19:01:27 +0200
  • bfdc629521 *-highlight: Support --foo=bar highlighting of the "bar" with a style Sebastian Gniazdowski 2018-10-27 18:47:09 +0200
  • a206812324 fast-theme: Add styles optarg-string, optarg-number, rely on fallbacks Sebastian Gniazdowski 2018-10-27 16:34:16 +0200
  • ef28cb6b1c -git.ch: tag-support: fill the code-stub, complete tag support provided Sebastian Gniazdowski 2018-10-27 16:31:51 +0200
  • b889476ff9 -git.ch: tag support – unfilled but solid code-stub; checks for tag-name Sebastian Gniazdowski 2018-10-27 14:19:17 +0200
  • a4d59f8c0c *run-git-command: Command has "+" prefix -> append to __lines_list Sebastian Gniazdowski 2018-10-27 14:15:05 +0200
  • 371988e8bb -git.ch: Optimize checking for an alias subcommand by using cache #89 Sebastian Gniazdowski 2018-10-27 13:05:48 +0200
  • 3eed56bbfe *-highlight: @gitlab/psprint/zsh-tag-search found bug: early proc_buf=.. Sebastian Gniazdowski 2018-10-26 22:29:42 +0200
  • 6a1f509184 -git.ch: Support redirections (used e.g. with `diff' subcommand, >patch) Sebastian Gniazdowski 2018-10-26 20:31:58 +0200
  • 0ef6becf91 -git.ch: Main Git options that take arguments are handled correctly Sebastian Gniazdowski 2018-10-26 18:13:41 +0200
  • b85fd4f41a *-highlight: Single line of code to support FPATH+=,FPATH= predicting Sebastian Gniazdowski 2018-10-26 16:31:37 +0200
  • 158a01d97c -fpath_peq.ch: A base for handling fpath+= and fpath= differently Sebastian Gniazdowski 2018-10-26 16:30:01 +0200
  • 73071efbe5 -fpath_peq.ch: Support fpath+=( /tmp/$VAR ) for any "VAR", also ~/ Sebastian Gniazdowski 2018-10-26 16:26:35 +0200
  • d28c22e3e7 -node.ch: added support for -pe and -ep and such plexigras 2018-10-20 15:31:19 +0200
  • 2a0a685922 Performance status HOL +116 Sebastian Gniazdowski 2018-10-17 21:34:21 +0200
  • ea8235451f *-highlight,-autoload.ch: abc; abc() { : }; abc – use main cache method Sebastian Gniazdowski 2018-10-16 06:17:51 +0200
  • 29e1bfbc5d *-highlight: abc; abc() { : }; abc <- second `abc' correctly highlighted Sebastian Gniazdowski 2018-10-15 17:45:59 +0200
  • 2a0ca3dc80 -autoload.ch: Wrong variable name, missing "__" prefix Sebastian Gniazdowski 2018-10-15 17:07:58 +0200
  • 9c5c113464 *-highlight,-autoload.ch: Promote autoloaded functions to existing ones Sebastian Gniazdowski 2018-10-15 12:55:31 +0200
  • 0a91362245 -fpath_peq.ch: $fpath's value is predicted, -autoload.ch to use this #71 Sebastian Gniazdowski 2018-10-15 11:59:35 +0200
  • 16cd7e9f99
    Merge pull request #86 from plexigras/more-subcommands Sebastian Gniazdowski 2018-10-15 10:18:08 +0200
  • a12c641900 added more commands to make use of subcommand chroma plexigras 2018-10-14 18:09:38 +0200
  • 2d6a4a01f6 -make.ch: Handle make vars VAR=VALUE correctly Sebastian Gniazdowski 2018-10-14 05:40:16 +0200
  • 39197899ad -whatis.ch: Perform -e check after testing if input looks like a path Sebastian Gniazdowski 2018-10-12 14:03:23 +0200
  • e8adbaa65e Revert "MAJOR: pre-redraw hook – better & faster operation. HSMW update needed" Sebastian Gniazdowski 2018-10-11 12:30:29 +0200
  • 7dc3e3d222
    Merge pull request #83 from plexigras/man-chroma-fix Sebastian Gniazdowski 2018-10-09 14:49:53 +0200
  • 2f6c0f7d19 improved whatis chroma plexigras 2018-10-09 14:31:16 +0200
  • 802dfcebc8 MAJOR: pre-redraw hook – better & faster operation. HSMW update needed Sebastian Gniazdowski 2018-10-09 12:52:27 +0200
  • d04fbe58d3 fast-theme: Commit the forgotten changes required by psprint/fsh-auto-themes Sebastian Gniazdowski 2018-10-06 14:57:05 +0200