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

  • de3fa43cae -source.ch: Fix compilation test when filename has a path in it Sebastian Gniazdowski 2018-08-19 14:00:59 +0200
  • a1b4d6600f -printf.ch: Remove code left from other chroma used as template Sebastian Gniazdowski 2018-08-18 15:49:03 +0200
  • d8f16a0b6d
    Merge pull request #59 from plexigras/chroma-fallback psprint 2018-08-18 15:41:47 +0200
  • 97b82c7c6e changed chroma command fallback plexigras 2018-08-18 14:44:53 +0200
  • c599449ea4 Performance status2 X/109/191/161 Sebastian Gniazdowski 2018-08-12 13:26:07 +0200
  • 33af8b9412 test: Run the string-highlighter. New -hol test, long and holistic Sebastian Gniazdowski 2018-08-12 12:58:59 +0200
  • 53495e58b7 *-string-*: Backslash has no role inside any single apostrophe quoting Sebastian Gniazdowski 2018-08-11 17:07:47 +0200
  • 6129bdf38a -autoload.ch: Don't try to highlight absolute paths and pwd/... Sebastian Gniazdowski 2018-08-11 13:34:24 +0200
  • eff7b893a5
    Merge pull request #55 from plexigras/alias-chroma psprint 2018-08-11 13:16:33 +0200
  • 0b14bcc5b1 -autoload.ch: Give attention to this chroma; stop blinking (use cache) Sebastian Gniazdowski 2018-08-11 12:59:24 +0200
  • 04569241ae added alias chroma plexigras 2018-08-10 11:52:00 +0200
  • ff660d69e9 *-highlight: Fix math-mode highlighting of underscore-starting variables Sebastian Gniazdowski 2018-08-10 06:00:05 +0200
  • c695b7b0b0 -whatis.ch: Negate the condition check on OS X/BSD Sebastian Gniazdowski 2018-08-09 19:28:58 +0200
  • f8dbded75d chroma for whatis and man (#54) plexigras 2018-08-09 19:25:45 +0200
  • a68823633e *-highlight: More smart array assignment's end-paren detection Sebastian Gniazdowski 2018-08-09 18:13:00 +0200
  • f930869629 Updated README.md Sebastian Gniazdowski 2018-08-09 17:14:20 +0200
  • fd62cbf218 Performance status 144/20/11 Sebastian Gniazdowski 2018-08-09 17:00:28 +0200
  • d579ed578e images: ideal-string.png Sebastian Gniazdowski 2018-08-09 17:00:03 +0200
  • 0dcd732e9b *-highlight: Ideal string highlighting v1.26 Sebastian Gniazdowski 2018-08-09 15:34:56 +0200
  • 774dfe3068 Performance status -52/-15/-16 Sebastian Gniazdowski 2018-08-09 10:14:55 +0200
  • ee871b41c1 *-highlight: Optimization – no string indexing but pattern Sebastian Gniazdowski 2018-08-09 10:14:19 +0200
  • 435430dccb Updated README.md Sebastian Gniazdowski 2018-08-09 10:02:37 +0200
  • 2fe6626614 Updated README.md Sebastian Gniazdowski 2018-08-09 05:37:16 +0200
  • fdcea4113c Updated README.md Sebastian Gniazdowski 2018-08-09 05:11:49 +0200
  • 0bfcce5d9c images: for-loop-cmp.png Sebastian Gniazdowski 2018-08-09 05:10:05 +0200
  • 7894a77c55 fast-theme: Options -w/--workdir that `cd' session into $FAST_WORK_DIR Sebastian Gniazdowski 2018-08-07 23:11:48 +0200
  • e040f96def fast-theme: Compile output theme files Sebastian Gniazdowski 2018-08-07 22:35:37 +0200
  • 45a9542f2a Updated README.md #52 Sebastian Gniazdowski 2018-08-07 19:18:51 +0200
  • e06288a617 *-highlight,fast-theme: Allow fancy FAST_WORK_DIR=XDG or ="~/.fsh", etc. Sebastian Gniazdowski 2018-08-07 19:05:26 +0200
  • d75bebf56a fast-theme: For overlay don't try to reach for backup styles Sebastian Gniazdowski 2018-08-07 18:41:20 +0200
  • 0d829fd62f *-highlight,fast-theme: Support custom FAST_WORK_DIR for storing data Sebastian Gniazdowski 2018-08-07 18:36:07 +0200
  • 34096e9cc5 fast-theme: Correctly differentiate absent and empty style Sebastian Gniazdowski 2018-08-07 18:33:40 +0200
  • 0f332ba262 fast-theme: Processing overlay -> no missing-styles messages Sebastian Gniazdowski 2018-08-07 18:31:30 +0200
  • 71fd7582c0 fast-theme: Soft-feature – printing of 256 colors Sebastian Gniazdowski 2018-08-07 06:34:47 +0200
  • ac128574ea themes: zdharma.ini to use custom colors for brackets Sebastian Gniazdowski 2018-08-07 05:52:08 +0200
  • cff5855c89 fast-theme: Issue (different) message when a style is completely missing Sebastian Gniazdowski 2018-08-07 05:46:05 +0200
  • 62bb42b1be fast-theme: Fallback styles from INI, if a style in INI is missing Sebastian Gniazdowski 2018-08-06 21:26:10 +0200
  • db82df1383 themes: Uplift of safari.ini, e.g. own bracket colors Sebastian Gniazdowski 2018-08-06 19:29:14 +0200
  • 3ad996b825 themes: free.ini to have own custom bracket colors Sebastian Gniazdowski 2018-08-06 19:19:56 +0200
  • 259b704631 themes: Uplift clean.ini, e.g. custom bracket colors Sebastian Gniazdowski 2018-08-06 19:12:20 +0200
  • 86fb27c851 *-string-*: Optimization: non-quoted variable use ($var, not "$var") Sebastian Gniazdowski 2018-08-06 17:31:51 +0200
  • d2a0e83bb4 plugin.zsh: Entry function sets e.g. extendedglob, noshwordsplit Sebastian Gniazdowski 2018-08-06 17:30:26 +0200
  • 848b082501 fast-highlight: Fix red closing ) for $( cmd subst ) Sebastian Gniazdowski 2018-08-06 16:18:28 +0200
  • efcc8f6a95 *-highlight: Protect against similar hypothetical regressions at chroma Sebastian Gniazdowski 2018-08-06 16:02:34 +0200
  • d3e7a2cfb4 *-highlight: Fix regression after "$var" -> $var optimization Sebastian Gniazdowski 2018-08-06 15:57:36 +0200
  • 55f1cc996e *-highlight: Fix regression after "$var" -> $var optimization Sebastian Gniazdowski 2018-08-06 15:46:53 +0200
  • 88a5c08dba Performance status -88/-34/-40 Sebastian Gniazdowski 2018-08-06 15:04:59 +0200
  • 17eb31fc28 *-highlight: Optimization: non-quoted variable use ($var, not "$var") Sebastian Gniazdowski 2018-08-06 15:03:29 +0200
  • 7bcf68c8fa -git.ch: Fix regression – -- seems to disturb rev-parse Sebastian Gniazdowski 2018-08-06 08:49:03 +0200
  • 82827379ba Performance status Sebastian Gniazdowski 2018-08-06 07:12:41 +0200
  • 60d753e351 *-highlight: Alternate syntax - support: if cmd && [[ ... ]] { ... } Sebastian Gniazdowski 2018-08-06 07:11:42 +0200
  • 7d1d5b4af3 *-highlight: Optimize 2 commands into 1 math command #50 Sebastian Gniazdowski 2018-08-06 07:02:19 +0200
  • 2f8327705b *-highlight: Support alternate syntax #50 Sebastian Gniazdowski 2018-08-06 06:47:00 +0200
  • 3cbdcc9713
    Merge pull request #51 from plexigras/highlight-matching-bracket-under-cursor psprint 2018-08-06 04:57:06 +0200
  • aed0221a6a added highlighting for matching bracket under cursor plexigras 2018-08-05 19:14:15 +0200
  • 4a3f22b805 Updated README.md (doctoc) Sebastian Gniazdowski 2018-08-05 07:58:04 +0200
  • 8fbb7bff3d Updated README.md #49 Sebastian Gniazdowski 2018-08-05 07:28:15 +0200
  • 0e33db58b9 Updated README.md #49 Sebastian Gniazdowski 2018-08-05 07:22:08 +0200
  • 1ffe46252e Updated README.md #49 Sebastian Gniazdowski 2018-08-05 05:48:43 +0200
  • 15cb6691ac *-highlight,fast-theme: Support for overlay "theme", can have a few keys Sebastian Gniazdowski 2018-08-04 23:38:17 +0200
  • 8f4043d91d fast-theme: -s/--show to get and display the theme currently being set Sebastian Gniazdowski 2018-08-04 22:22:56 +0200
  • 7081946216 fast-theme: Option --copy-shipped-theme that copies from %plugin%/themes Sebastian Gniazdowski 2018-08-04 22:16:38 +0200
  • b0cff44110 *-highlight,fast-theme: Support for custom themes (given as file-paths) Sebastian Gniazdowski 2018-08-04 21:45:21 +0200
  • 8d5d50c7b6 Updated README.md Sebastian Gniazdowski 2018-08-04 08:36:39 +0200
  • a36b0716fd images: Updated theme.png Sebastian Gniazdowski 2018-08-04 08:34:19 +0200
  • 77c9700ab2 Updated README.md Sebastian Gniazdowski 2018-08-04 07:49:34 +0200
  • ce5155cc98 images: highlight-much.png, highlight-less.png Sebastian Gniazdowski 2018-08-04 07:45:26 +0200
  • ac38b51b50 *-string-*: Finally correct computation and folding of style index Sebastian Gniazdowski 2018-08-04 06:15:47 +0200
  • d9ae8249cd Updated README.md Sebastian Gniazdowski 2018-08-04 05:28:11 +0200
  • 192b65ad22 Updated README.md Sebastian Gniazdowski 2018-08-03 07:38:04 +0200
  • 1e854f5c34 -autoload.ch: Don't check existence for arguments that are variables Sebastian Gniazdowski 2018-08-02 21:47:09 +0200
  • 14cdc5ec9c *-string-*: Support highlighter cooperation in presence of $PREBUFFER Sebastian Gniazdowski 2018-08-02 21:37:19 +0200
  • 2d8f0e49e1 *-highlight: Correctly highlight $VAR, $~VAR, ${+VAR}, etc. in strings Sebastian Gniazdowski 2018-08-02 20:10:20 +0200
  • e3032d9f3b *-highlight: ${#PREBUFFER} -> __PBUFLEN, equal performance Sebastian Gniazdowski 2018-08-02 19:56:52 +0200
  • f0a71219d9 *-highlight: Make case conditions and brackets highlighter compatible Sebastian Gniazdowski 2018-08-02 18:44:26 +0200
  • 781f68ee55 *-highlight: Recognize more case-item-end tokens Sebastian Gniazdowski 2018-08-02 18:38:56 +0200
  • 206c122caf *-highlight: Remove unused 4th __arg_type Sebastian Gniazdowski 2018-08-02 18:34:29 +0200
  • c6da47734a *-string-*: Handle 'abc\' – no slash-quoting here. Full quoting support Sebastian Gniazdowski 2018-08-02 14:01:15 +0200
  • 52e0176d13 *-string-*: Fix bug, third level was getting wrong style Sebastian Gniazdowski 2018-08-02 14:00:17 +0200
  • 5edbfae9d5 -git.ch: Support "--message=..." syntax (commit) Sebastian Gniazdowski 2018-08-02 11:42:17 +0200
  • 669d4b7fe6 -git.ch: Handle "--" argument (stops options) Sebastian Gniazdowski 2018-08-02 11:31:37 +0200
  • 4fae1f23e1 -make.ch: Handle make's -f option Sebastian Gniazdowski 2018-08-02 09:21:44 +0200
  • 3fd32fe308 -make.ch: Handle make's -C option Sebastian Gniazdowski 2018-08-02 07:34:14 +0200
  • 31751f570e -make.ch: Recognize options that obtain argument Sebastian Gniazdowski 2018-08-02 07:26:43 +0200
  • e480f18bc8 -make.ch: Fix reply-var clash, gained consistency Sebastian Gniazdowski 2018-08-02 06:16:33 +0200
  • 0e8bc1e7b7 Updated README.md Sebastian Gniazdowski 2018-08-02 05:15:52 +0200
  • eee0034047 images: global-alias.png Sebastian Gniazdowski 2018-08-02 05:11:57 +0200
  • 00b41eff39 *-highlight,themes,fast-theme: Support for global aliases #41 Sebastian Gniazdowski 2018-08-02 05:11:08 +0200
  • 01233dd667 Updated README.md Sebastian Gniazdowski 2018-08-01 06:50:21 +0200
  • ba5dec8718 fast-theme: TODO: handle brackets in comments Sebastian Gniazdowski 2018-08-01 06:44:49 +0200
  • 9069b9de62 *-string-*: Fix off-by-one indexing bracket styles Sebastian Gniazdowski 2018-08-01 06:36:13 +0200
  • 95245ffa40 plugin.zsh: *_MAIN_CACHE was initialized at define v1.25 Sebastian Gniazdowski 2018-08-01 04:44:01 +0200
  • 0281aa0ba3 *-highlight: First place that checks paths now also respects the *BLIST* Sebastian Gniazdowski 2018-07-31 16:37:17 +0200
  • ea6157a791 Performance status Sebastian Gniazdowski 2018-07-31 14:36:05 +0200
  • c772b9bafa *-highlight: Suppress recursive highlighting for $(( ... )) Sebastian Gniazdowski 2018-07-31 14:35:30 +0200
  • 28898604c4 *-highlight: Correct place to initialize $_FAST_COMPLEX_BRACKETS Sebastian Gniazdowski 2018-07-31 14:25:11 +0200
  • 2bde2a9f71 Performance status -15/8/8 Sebastian Gniazdowski 2018-07-31 13:41:48 +0200
  • 5078261242 *-highlight,README: Brackets highlighter active by default Sebastian Gniazdowski 2018-07-31 13:02:56 +0200
  • 2ee3073711 *-highlight,*string-*: Brackets in [[..]], ((..)), etc. handled normally Sebastian Gniazdowski 2018-07-31 12:58:28 +0200
  • 776b12d8ab plugin.zsh: $_ZSH_HIGHLIGHT_MAIN_CACHE -> $_FAST_MAIN_CACHE Sebastian Gniazdowski 2018-07-31 12:41:38 +0200