micro/cmd/micro
Zachary Yedidia 87f54be13a Add support for lookbehind in region regexes
Use the 'regexp2' library for lookahead and lookbehind in region
start and end regular expressions to support things like closing quotes
that aren't preceded by backslashes.
2017-03-22 19:03:06 -04:00
..
highlight Add support for lookbehind in region regexes 2017-03-22 19:03:06 -04:00
actions.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
autocomplete.go Add colorscheme complete function 2017-02-23 16:32:33 -05:00
bindings.go Fix various linter and vet warnings 2017-02-21 13:07:37 -05:00
buffer.go Optimize the memory usage for syntax highlighting 2017-03-21 12:45:27 -04:00
cellview.go Fix another issue with horizontal scrolling 2017-03-22 12:28:02 -04:00
colorscheme.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
command.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
cursor.go Add option to disable use of a the primary clipboard 2017-02-07 19:21:25 -05:00
eventhandler.go refactor(plugin): Enable human-friendly plugin name 2016-12-12 16:37:48 +01:00
highlighter.go Add more syntax files and include syntax highlighter in the repo 2017-02-26 11:14:35 -05:00
job.go Use shell to parse command when using JobStart 2016-12-09 10:34:39 -05:00
lineArray.go Add more syntax files and include syntax highlighter in the repo 2017-02-26 11:14:35 -05:00
loc.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
messenger.go Fix prompts not displaying 2016-12-22 16:38:20 -05:00
micro.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
plugin.go Fix various linter and vet warnings 2017-02-21 13:07:37 -05:00
pluginmanager.go refactor(plugin): Enable human-friendly plugin name 2016-12-12 16:37:48 +01:00
pluginmanager_test.go changed json5 repo 2016-10-02 07:57:39 +02:00
rtfiles.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
runtime.go Add support for lookbehind in region regexes 2017-03-22 19:03:06 -04:00
search.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
settings.go Optimize the memory usage for syntax highlighting 2017-03-21 12:45:27 -04:00
split_tree.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go Adding functionality to unbind keys 2017-01-02 10:56:55 -05:00
tab.go Fix various linter and vet warnings 2017-02-21 13:07:37 -05:00
util.go Fix stringwidth build 2017-02-03 07:32:48 -05:00
util_test.go fixes #379 (second try) 2016-09-28 21:54:34 +02:00
view.go Fix another issue with horizontal scrolling 2017-03-22 12:28:02 -04:00