summary refs log tree commit diff
path: root/.riplrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-01-26 19:44:24 -0500
committerJune McEnroe <programble@gmail.com>2013-01-26 19:44:24 -0500
commit238178cd7389c01208053039251b8377716f9310 (patch)
treece1947cfae95b428ecc31d65474179d77427a35a /.riplrc
parentDefault to awesome session (diff)
downloadsrc-238178cd7389c01208053039251b8377716f9310.tar.gz
src-238178cd7389c01208053039251b8377716f9310.zip
Make pretty riplrc
Diffstat (limited to '.riplrc')
-rw-r--r--.riplrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/.riplrc b/.riplrc
index 8830a335..e10acd3c 100644
--- a/.riplrc
+++ b/.riplrc
@@ -1,6 +1 @@
-require 'ripl/multi_line'
-require 'ripl/rocket'
-require 'ripl/color_error'
-require 'ripl/color_result'
-require 'ripl/auto_indent'
-require 'ripl/short_errors'
+%w[multi_line rocket color_error color_result auto_indent short_errors].map {|r| require "ripl/#{r}" }
>Use hi -o anchor in upJune McEnroe 2019-02-18Don't match nested parentheses in Tag for CJune McEnroe 2019-02-18Match whitespace between * [] {}June McEnroe 2019-02-18Fix function-like #define regexJune McEnroe 2019-02-18Match Tag in RustJune McEnroe 2019-02-18Match sh functions as TagJune McEnroe 2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe