index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
highlight.cpp
Commit message (
Expand
)
Author
Age
*
Beginnings of work for search field feature of new pager
ridiculousfish
2014-01-26
*
Various tweaks and improvements to new pager, including disclosure
ridiculousfish
2014-01-22
*
Merge branch 'master' into pager
ridiculousfish
2014-01-15
|
\
|
*
Fix for recent issue where random text might appear underlined.
ridiculousfish
2014-01-15
*
|
Merge branch 'master' into pager
ridiculousfish
2014-01-15
|
\
|
|
*
Update style and formatting to conform to fish style guide.
ridiculousfish
2014-01-15
*
|
Update pager colors to use new non-bitmask architecture.
ridiculousfish
2014-01-15
|
/
*
Change highlight colors from a bitmask into a combination enum / bitmask
ridiculousfish
2014-01-15
*
Rename highlight_shell_magic to highlight_shell_new_parser
ridiculousfish
2014-01-13
*
Eliminate class parse_t
ridiculousfish
2014-01-12
*
Very early work in adopting new parser for actual execution of commands.
ridiculousfish
2013-12-23
*
Initial work towards rewriting detect_errors to use new parser.
ridiculousfish
2013-12-11
*
Merge branch 'master' into ast
ridiculousfish
2013-11-24
|
\
|
*
Large cleanup and refactoring of unescape() function.
ridiculousfish
2013-11-24
*
|
Syntax highlighting for file redirections
ridiculousfish
2013-10-13
*
|
Adopt new parser in tab completions
ridiculousfish
2013-10-12
*
|
Make the new parser LL(2). Support for correct handling of e.g. 'command
ridiculousfish
2013-10-09
*
|
Adoption of new parser in abbreviations
ridiculousfish
2013-10-09
*
|
Syntax highlighting for command substitutions
ridiculousfish
2013-10-08
*
|
Autosuggestion adoption of new parser
ridiculousfish
2013-10-08
*
|
Syntax highlighting now correctly handles cd
ridiculousfish
2013-10-07
*
|
Command highlighting works
ridiculousfish
2013-10-07
*
|
Command highlighting now works
ridiculousfish
2013-10-06
*
|
Merge branch 'master' into ast_no_templates
ridiculousfish
2013-10-06
|
\
|
*
|
More work on new parser
ridiculousfish
2013-08-11
*
|
More work on new parser
ridiculousfish
2013-08-08
|
*
Highlight incorrect use of command or exec
Konrad Borowski
2013-07-27
|
/
*
Next stab at abbreviations. Highlighting should work.
ridiculousfish
2013-07-19
*
Make parse_util_locate_cmdsubst return the innermost command substitution ins...
ridiculousfish
2013-07-17
*
Formatting and style updates
ridiculousfish
2013-05-05
*
Rely on $PWD instead of getcwd() more often
ridiculousfish
2013-04-27
*
Minor cleanup in syntax highlighting
ridiculousfish
2013-04-19
*
Teach case-insensitive completions about tildes. Fixes https://github.com/fis...
ridiculousfish
2013-04-07
*
Fix an exception when parsing a multi-line command that ends in cd
ridiculousfish
2013-01-11
*
Changes to work recognition per https://github.com/fish-shell/fish-shell/issu...
ridiculousfish
2012-12-20
*
Remove tok_destroy
ridiculousfish
2012-11-21
*
Modify tokenizer to store last token in a wcstring
ridiculousfish
2012-11-21
*
Work towards refactoring tokenizer to be a real object
ridiculousfish
2012-11-21
*
Fix indentation of switch statements
ridiculousfish
2012-11-19
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
Don't expand jobs during syntax highlighting
ridiculousfish
2012-10-28
*
Clean up some warnings and some unused if-related code
ridiculousfish
2012-09-01
*
Fix bug where underlining was failing for paths prefixed with ~
ridiculousfish
2012-08-23
*
Fix to make completions non-authoritative by default, which is why unknown op...
ridiculousfish
2012-08-06
*
Fix for assertion failure in syntax highlighting
ridiculousfish
2012-08-04
*
Cleaned up lots of typecasts, simplified some string handling
ridiculousfish
2012-08-04
*
More warning fixes and switching from int to long or size_t
ridiculousfish
2012-08-04
*
Additional warning cleanup and switching from int to size_t where appropriate
ridiculousfish
2012-08-04
*
Warning cleanup
ridiculousfish
2012-08-04
[next]