109 Commits (cf61a3aee6fac5bc076dbc7e83a6b8c083c10cf0)
 

Author SHA1 Message Date
Fanael Linithien cf61a3aee6 Use double hyphen to indicate internal symbols. 12 years ago
Fanael Linithien f2404ef0bf Remove dead code. 12 years ago
Fanael Linithien ccd68b7eb8 Replace a generalized push with setcdr+cons+cdr. 12 years ago
Fanael Linithien d35b992378 Don't error when highlighting an unmatched closing delimiter. 12 years ago
Fanael Linithien 3143de1136 Update the readme. 12 years ago
Fanael Linithien e48b7bf746 Merge pull request #41 from jlr/no-global 12 years ago
Fanael Linithien 756fd642fa Release version 1.3.12. 12 years ago
Fanael Linithien 5459aa4c6a Simplify rainbow-delimiters-delim-regex. 12 years ago
Fanael Linithien 5a56248229 Pass the variable symbol to rainbow-delimiters-apply-color directly. 12 years ago
Steve Purcell e05dd60c12 Don't propertize if the syntax table is unset 12 years ago
Fanael Linithien 4cc4d38479 Remove global-rainbow-delimiters-mode. 12 years ago
Fanael Linithien 29e7bfd8e4 Remove global-rainbow-delimiters-mode from installation instructions. 12 years ago
Fanael Linithien e2a67de8e7 Deprecate global-rainbow-delimiters-mode. 12 years ago
Steve Purcell 6cdf1f1c14 Merge pull request #38 from lunaryorn/patch-1 12 years ago
Sebastian Wiesner fb54c05ba0 Don't enable in special RefTeX modes 12 years ago
Sebastian Wiesner 3d425a85d3 Don't enable in Completion List Mode 12 years ago
Fanael Linithien ecacb319d3 Wrap the font-lock-fontify-buffer call with with-no-warnings. 12 years ago
Fanael Linithien 3a18183db3 Remove cider-repl-mode from rainbow-delimiters-ignore-modes. 12 years ago
Fanael Linithien 6df71dba8f Release version 1.3.11. 12 years ago
Fanael Linithien 49fb05303a Use when/if instead of and/or+and. 12 years ago
Fanael Linithien 6d488e566a Test if comment-start-skip is non-nil before using it. 12 years ago
Fanael Linithien b85b86c0b4 Release version 1.3.10. 12 years ago
Fanael Linithien 1305bca532 Use comment-search-forward to see if a delimiter starts a comment. 12 years ago
Fanael Linithien df4976a965 Release version 1.3.9. 12 years ago
Fanael Linithien ddf7f179d3 Change defsubst -> defun. 12 years ago
Fanael Linithien 35eace73ca Reuse parse-partial-sexp state in rainbow-delimiters-propertize. 12 years ago
Fanael Linithien 24f6c5767e Release version 1.3.8. 12 years ago
Fanael Linithien a37d19b415 Add a comment explaining the previous change. 12 years ago
Fanael Linithien 36efff58a8 Don't highlight delimiters inside comments starting with two chars. 12 years ago
Steve Purcell 0fa4723a9d Add rainbow-delimiters-ignore-modes 12 years ago
Fanael Linithien 14e0f971f6 Call font-lock-{flush,fontify-buffer} only when font-lock-mode is on. 12 years ago
Fanael Linithien d7946fdf94 Fix a typo in a comment. 12 years ago
Fanael Linithien f73763583c Remove unneeded save-excursion. 12 years ago
Fanael Linithien f116221d42 Simplify the logic in rainbow-delimiters-propertize a little... 12 years ago
Fanael Linithien 43b02d2d20 Rename rainbow-delimiters-keywords. 12 years ago
Fanael Linithien df383f86f7 Clean up comments and whitespace. 12 years ago
Fanael Linithien a1cd80ee8d Remove the changelog. 12 years ago
Fanael Linithien b3f87cfe99 Highlight delimiters even in already highlighted text. 12 years ago
Fanael Linithien c4c127992a Use font-lock instead of jit-lock. 12 years ago
Fanael Linithien 4144a75120 Add lisp-interaction-mode to rainbow-delimiters-escaped-char-predicate-list. 12 years ago
Fanael Linithien 447293003b Highlight correctly even in presence of these evil 'intangible' properties. 12 years ago
Fanael Linithien 4eae4bc56f Reduce the amount of copy and paste in rainbow-delimiters-propertize-region. 12 years ago
Fanael Linithien 36df2e014c Add code to highlight mismatched closing delimiters. 12 years ago
Fanael Linithien a095a77dc9 Correct the prefix of the rainbow-delimiters-faces group. 12 years ago
Fanael Linithien 89b748e401 Make rainbow-delimiters-outermost-only-face-count customizable. 12 years ago
Fanael Linithien b656f8c9cd Wrap rainbow-delimiters-{un,}propertize-region with with-silent-modifications and with-syntax-table. 12 years ago
Fanael Linithien 75acc28109 Release version 1.3.7. 12 years ago
Fanael Linithien 54855dcf52 Revert a part of 3dfd3fa9b that shouldn't be changed in the first place. 12 years ago
Fanael Linithien 5ab3135986 Fix a bug that caused (rainbow-delimiters-syntax-ppss 1) to return nil. 12 years ago
Fanael Linithien 9c4950a283 Properly tear down the mode when changing major mode. 12 years ago