Commit Graph

  • 56801a6b42 * added a workaround to start highlighting immediately after the creation of a new command line. Guido 2011-06-16 04:26:51 -07:00
  • ef4f5ed638 Fix READMEs Julien Nicoulaud 2011-06-12 23:16:41 +02:00
  • bb7fcb79fa Fix #56: tolerance to WARN_GLOBAL option Julien Nicoulaud 2011-06-12 23:09:59 +02:00
  • 55e6a85fbb Merge branch 'master' of github.com:nicoulaj/zsh-syntax-highlighting Julien Nicoulaud 2011-06-12 23:04:33 +02:00
  • 0772ddd346 Big refactoring. Julien Nicoulaud 2011-06-12 22:57:14 +02:00
  • eb47af2985 Merged 41e84a0d9f05ceb2409214a6fb00db7494e5c606 into 0999ab05bafe034fdcbca507f369b669a0b41d35 GitHub Merge Button 2011-04-25 09:07:43 -07:00
  • 41e84a0d9f Removed unnecessary 'zsh-' prefix. Sorin Ionescu 2011-04-23 14:16:32 -04:00
  • 0999ab05ba do nothing if PENDING inputs are exist NAKAMURA Yoshitaka 2011-03-12 16:10:04 +09:00
  • 19f16752bb Issue 49: Don't use readlink, options differ between systems Julien Nicoulaud 2011-03-02 00:34:12 +01:00
  • bc788f3f19 Start splitting highlighters to separate files. The script still works on its own, highlighters in highlighters/ are loaded as addons if present. Julien Nicoulaud 2011-02-17 23:39:04 +01:00
  • 2f0fb81af4 More efficient way to look for elements in arrays Julien Nicoulaud 2011-02-17 22:27:31 +01:00
  • 3abf463753 More code style fixes Julien Nicoulaud 2011-02-17 21:02:23 +01:00
  • 2670c93e05 Make sure functions names match _zsh_highlight_* Julien Nicoulaud 2011-02-17 20:58:22 +01:00
  • dd84bff854 Code style Julien Nicoulaud 2011-02-17 19:51:07 +01:00
  • 6879d3c29f Issue 47: Removing styling of 'isearch' and 'special', as it has no effect Julien Nicoulaud 2011-02-17 19:31:07 +01:00
  • e1479022a0 Merge branch 'hchbaw-for-nicoulaj' Julien Nicoulaud 2011-02-17 19:20:32 +01:00
  • 69e7442e4d Add nakamuray to the list of contributors Julien Nicoulaud 2011-02-16 22:42:18 +01:00
  • fdc113996e Merge branch 'highlight-assignment' of https://github.com/nakamuray/zsh-syntax-highlighting into nakamuray-highlight-assignment Julien Nicoulaud 2011-02-16 22:39:45 +01:00
  • 390ab0fc32 Highlight variable assignment NAKAMURA Yoshitaka 2011-02-14 19:23:23 +09:00
  • d66b15aeb0 Fix contributor URL Julien Nicoulaud 2011-02-13 09:57:36 +01:00
  • 93c9e6a753 Split off contributors list to a separate file Markdown for everyone Julien Nicoulaud 2011-02-01 21:07:00 +01:00
  • ca79a5f65a Fix fish shell URL Julien Nicoulaud 2011-02-01 21:02:45 +01:00
  • 78ff61eddc Fix typo Julien Nicoulaud 2011-02-01 21:01:37 +01:00
  • bb5f41ef6d Add contrib/keyword.zsh Takeshi Banse 2011-01-16 20:33:24 +09:00
  • 0948c3d676 Introduce _zsh_add-highlighter. Takeshi Banse 2011-01-16 13:54:59 +09:00
  • 6663c5647d Make bracket match a function. Takeshi Banse 2011-01-16 14:12:33 +09:00
  • 07588d2165 Make core syntax highlighting a function. Takeshi Banse 2011-01-16 13:58:31 +09:00
  • ea792cbf87 Add a mechanism for testing the correctness of the highlighting. Feel free to add more test data ! Julien Nicoulaud 2011-01-10 23:46:27 +01:00
  • e162de6f51 Add BSD license (http://www.zsh.org/mla/users//2011/msg00030.html) Julien Nicoulaud 2011-01-10 10:11:35 +01:00
  • 0392fdc46a Issue 34: Do not highlight non commands as commands. Julien Nicoulaud 2011-01-08 18:03:52 +01:00
  • 50b612cec4 Merge branch 'celtic-master' Julien Nicoulaud 2011-01-08 13:09:56 +01:00
  • 678245bd63 Add stillmaintained badge Julien Nicoulaud 2011-01-08 13:08:02 +01:00
  • a40d777860 Use ${(Q)arg} to expand a level of quotes, such that files/directories with spaces in their name (escaped with backslash) are noticed correctly. Arlen Cuss 2011-01-08 15:51:26 +11:00
  • d2f641ca50 Carefully rebind the $clean_event. Takeshi Banse 2011-01-07 21:49:19 +09:00
  • 2fd0845b77 Recreate the completion widget with its own function. Takeshi Banse 2011-01-07 21:43:09 +09:00
  • 802583ea94 Make this clause function and call it afterward. Takeshi Banse 2011-01-07 21:35:43 +09:00
  • f962bdf1e7 Fix regression Julien Nicoulaud 2011-01-06 23:28:41 +01:00
  • 0b0b09de64 Fix absolute path in symlink Julien Nicoulaud 2011-01-06 23:26:24 +01:00
  • 9d63573e4e Issue 30: Add a test script to watch performance Julien Nicoulaud 2011-01-06 23:23:29 +01:00
  • 83372a5cee Issue 38: Conflict with command-not-found Julien Nicoulaud 2011-01-06 22:25:16 +01:00
  • 4d0e833079 Merge branch 'master' of github.com:nicoulaj/zsh-syntax-highlighting Julien Nicoulaud 2011-01-06 14:59:59 +01:00
  • fc5caa4e2d Fix error when sourcing twice the script Julien Nicoulaud 2011-01-06 14:57:51 +01:00
  • 43e31cdc58 Fix error when source twice the script Julien Nicoulaud 2011-01-06 14:57:51 +01:00
  • 7e963c6c7e Fix issue 31 Mounier Florian 2011-01-06 09:16:15 +01:00
  • 262755f1e7 Fix link in README Julien Nicoulaud 2011-01-05 23:46:08 -08:00
  • 0a50e2a830 Issue 32: 'xargs' and 'zargs' are followed by commands (thanks to claytron) Julien Nicoulaud 2011-01-06 08:41:52 +01:00
  • ca4d7fbd06 Emphasize installations instructions ;) Julien Nicoulaud 2011-01-05 23:11:24 +01:00
  • a9da4e6c76 Harmonize exported variables names Julien Nicoulaud 2011-01-05 23:07:56 +01:00
  • 8188920d00 Update README Julien Nicoulaud 2011-01-05 23:07:22 +01:00
  • 60842aa75b Define a style for hashed commands Julien Nicoulaud 2011-01-05 22:51:00 +01:00
  • a7746077bf Added hashed commands highlighting to zsh-syntax-highlighting oh-my-zsh plugin. Sorin Ionescu 2011-01-06 03:07:43 +08:00
  • 06d67990d9 Added oh-my-zsh zsh-syntax-highlighting plugin. Sorin Ionescu 2011-01-06 03:06:25 +08:00
  • b45891cdf4 Fix variable scope and make variable names even more obvious Julien Nicoulaud 2011-01-05 22:16:17 +01:00
  • 0e55450a0b Issue 26: The script unplugs user defined events Julien Nicoulaud 2011-01-05 22:11:00 +01:00
  • 5b20238ae5 Added hashed commands highlighting to zsh-syntax-highlighting oh-my-zsh plugin. Sorin Ionescu 2011-01-05 14:07:43 -05:00
  • c419c14121 Added oh-my-zsh zsh-syntax-highlighting plugin. Sorin Ionescu 2011-01-05 14:06:25 -05:00
  • 701cc303fe Highlighting bracket pair, when one is under the cursor (Issue 24) Mounier Florian 2011-01-05 17:08:34 +01:00
  • f78e444451 Fix highlighting on new line with same buffer Mounier Florian 2011-01-05 14:27:22 +01:00
  • a765f76656 Remove the huge zle functions array and replace it with zle -la output Mounier Florian 2011-01-05 14:10:57 +01:00
  • 2ca730ed17 Merge branch 'master' of gh:nicoulaj/zsh-syntax-highlighting Mounier Florian 2011-01-05 13:50:19 +01:00
  • 1da1aeb6f8 Simple rainbow style bracket matching Mounier Florian 2011-01-05 13:48:23 +01:00
  • a640bb8b96 Fix for aliases (from zsh-users) http://www.zsh.org/mla/users/2011/msg00005.html Julien Nicoulaud 2011-01-05 11:28:24 +01:00
  • 77ff47dc27 Add zsh version requirement Mounier Florian 2011-01-05 10:56:12 +01:00
  • 5afa8fcb32 Add all zle hookable functions Mounier Florian 2011-01-05 10:54:25 +01:00
  • 0c138706a7 'where' and 'whereis' are both followed by commands Julien Nicoulaud 2011-01-02 18:19:56 +01:00
  • f4a5493d12 'whence' and 'which' are both followed by commands Julien Nicoulaud 2011-01-02 18:19:25 +01:00
  • 94ecf1b111 'nocorrect' is followed by a command Julien Nicoulaud 2011-01-02 00:09:05 +01:00
  • 3befdc552f The script should not be executable, it is meant to be sourced Julien Nicoulaud 2011-01-01 23:42:24 +01:00
  • 6db0692d5e Make sure the ZSH_HIGHLIGHT_STYLES array is exported Julien Nicoulaud 2011-01-01 22:17:56 +01:00
  • f713934f6c Fix issue with substrings extraction Julien Nicoulaud 2011-01-01 19:17:02 +01:00
  • f575527564 Fix code blocks indentation Julien Nicoulaud 2011-01-01 17:49:12 +01:00
  • 90e661bd69 Issue 17: Update README with "How to override the default styles" Harmonize variable names Julien Nicoulaud 2011-01-01 17:34:35 +01:00
  • e50d47ae1b Rename variable with obsolete/confusing name Julien Nicoulaud 2011-01-01 16:32:37 +01:00
  • d4a9baa4ae Issue 15: History expansion is highlighted as unknown token (partial fix, only covers common cases) Julien Nicoulaud 2011-01-01 16:30:35 +01:00
  • 9f9e6c24c6 Issue 19: No duplicates in ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS Julien Nicoulaud 2011-01-01 16:11:13 +01:00
  • 5958662772 Issue 14: Do not highlight globbing if noglob is present Julien Nicoulaud 2011-01-01 16:01:30 +01:00
  • a4e7eddae7 Avoid processing the same buffer multiple times. Wayne Davison 2010-12-31 15:16:34 -08:00
  • 13c29c227d Explode files to support overrides Mounier Florian 2010-12-31 15:39:31 +01:00
  • ce15291cfb Make default styles identic to Fish Julien Nicoulaud 2010-12-31 14:45:03 +01:00
  • c19bef7714 Issue 12: Highlight isearch like fish Bind highlighting to more history navigation ZLE events Julien Nicoulaud 2010-12-31 14:35:38 +01:00
  • a56a085ca7 Fix tokens followed by commands and aliases bug (thanks to hchbaw) Julien Nicoulaud 2010-12-31 02:07:24 +01:00
  • a2f022c70f Fix vim header Julien Nicoulaud 2010-12-30 23:06:24 +01:00
  • 887f06131e Replace tabs with spaces... Julien Nicoulaud 2010-12-30 20:06:46 +01:00
  • 0e73dee10f Also need to affect delete-char-or-list. Wayne Davison 2010-12-30 10:48:52 -08:00
  • c6dcd93691 Remove fg=white from path style, confusing for white background terminals Julien Nicoulaud 2010-12-30 19:49:04 +01:00
  • 19de6c9e92 Fix renamed function reference. Wayne Davison 2010-12-30 10:36:51 -08:00
  • 6a3bbe72da Fix some _hl_string issues: Wayne Davison 2010-12-30 09:58:20 -08:00
  • 030cabee59 Avoid some variables bleeding into the user's env. Wayne Davison 2010-12-30 08:50:19 -08:00
  • fe3ac1a25b Also affect the accept-line* and more zle *complete* functions. Wayne Davison 2010-12-30 08:48:06 -08:00
  • 75eba65836 A bit more code formatting. Wayne Davison 2010-12-30 08:47:55 -08:00
  • 204e8f1b93 Issue 9: take into account aliases for tokens followed by commands Julien Nicoulaud 2010-12-30 19:18:17 +01:00
  • 97d944743a Some refactoring to avoid names collisions Code cleaning Julien Nicoulaud 2010-12-30 18:53:42 +01:00
  • 91760946f3 Declare styles in an associative array to make it easily overridable Julien Nicoulaud 2010-12-30 18:35:28 +01:00
  • 00427081d1 Format code Julien Nicoulaud 2010-12-30 17:05:00 +01:00
  • 2cf6e4844b Merge branch 'master' of git://github.com/x-way/zsh-syntax-highlighting Julien Nicoulaud 2010-12-30 16:53:40 +01:00
  • 7c1690f5b0 Issue 7: Add instructions for using with oh-my-zsh Julien Nicoulaud 2010-12-30 16:35:55 +01:00
  • e1c078c628 Issue 8: Trigger highlighting on magic-space (thanks to sunaku) Julien Nicoulaud 2010-12-30 16:20:43 +01:00
  • 9971f900a7 Issue 4: Force option bareglobqual Julien Nicoulaud 2010-12-30 16:13:48 +01:00
  • 0100adc7b5 Recolor the ZLE buffer when spacebar is pressed. Suraj N. Kurapati 2010-12-30 05:44:32 -08:00
  • c3454b48a7 Make this script usable as an oh-my-zsh plugin. Suraj N. Kurapati 2010-12-27 21:39:33 -08:00