172 Commits (9eb2dff24efd977aed184f9fa33516f480cb843f)
 

Author SHA1 Message Date
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
Fanael Linithien a1dd352c1a Fix docstring style errors reported by checkdoc. 12 years ago
Fanael Linithien fc70c7ec67 Use standard form of the footer comment. 12 years ago
Fanael Linithien b9252e33d2 Remove unneeded require. 12 years ago
Fanael Linithien 04ba26ead6 Revert "Don't hard-code version in the elisp: rely on tags instead". 12 years ago
Steve Purcell 6e4efb11f0 Don't hard-code version in the elisp: rely on tags instead 12 years ago
Fanael Linithien 3dfd3fa9b1 Use sorted-list caching to improve large-file performance 12 years ago
Fanael Linithien 2f17e9d735 Flush the ppss cache on mode activation. 12 years ago
Fanael Linithien 2561e9853c Attempt to fix issue #25. 12 years ago
Fanael Linithien f1ff54da71 Release version 1.3.5. 12 years ago
jlr 5a7d0131f8 README.markdown: minor wording changes. 13 years ago
Fanael Linithien 506fef695f Allow the user to define the number of faces used only for the outermost level. 13 years ago
Fanael Linithien b78dd93407 Silence the byte compiler warnings. 13 years ago
Fanael Linithien b9991fb222 Handle unescaped parentheses characters, e.g. ?( 13 years ago
Fanael Linithien ee4519d20a Use face symbols instead of face strings to better cooperate with htmlize. 13 years ago
Jeremy L. Rayman d38744e945 Remove middle initial from my name. 13 years ago
jlr aff2162d35 Merge pull request #13 from habib/master 13 years ago
jlr 3d6de240fb Merge pull request #12 from crlf0710/master 13 years ago
Habibullah Pagarkar 949078cfd7 Ignoring compiled files 13 years ago
CrLF0710 73b15f1b77 Use major-mode-specific escape character recognization 13 years ago
Jeremy L. Rayman 6345c1fa4b Release rainbow-delimiters version 1.3.4 (2012-04-27). 14 years ago
Jeremy L. Rayman 8a8ee4e4e1 Merge branch 'master' of github.com:jlr/rainbow-delimiters 14 years ago
Jeremy L. Rayman d2c5b21464 Release rainbow-delimiters version 1.3.4. 14 years ago
Jeremy L. Rayman 493b514ae7 Color scheme for light backgrounds. 14 years ago
Jeremy L. Rayman 164b55be80 Double the speed of main jit-lock highlighting fn (see commit msg for benchmarks); eliminate bottleneck in large files. 14 years ago
Jeremy L. Rayman 1d71bda98c Rename syntax-table functions to be clearer. 14 years ago
Jeremy L. Rayman 9d0683d77d 6-15x Speed improvement by enhancing two key functions, see commit message for benchmarks. 14 years ago
jlr 59d8d64a84 Merge pull request #9 from To1ne/patch-1 14 years ago
Toon Claes d59a5a53b8 In emacs 24 it is possible to hook it to `prog-modes-hook`, so it is enabled for **all** programming modes. 14 years ago
Jeremy L. Rayman 4fc4352c0d Release rainbow-delimiters.el version 1.3.3. 15 years ago
Jeremy L. Rayman d44ed19ade Note that rainbow-delimiters-depth-1-face only gets applied to outermost delimiter pair. (Stylistically this is nice because it makes the outermost pair distinct.) 15 years ago
Jeremy L. Rayman fcec6e0ee7 Update README. 15 years ago
Jeremy L. Rayman 40c2aa5ce3 Update description and commentary at top of file. 15 years ago
Jeremy L. Rayman 1dc8ea6fdf Change top-line description for marmalade-repo.org. 15 years ago
Jeremy L. Rayman e302ab778c Release rainbow-delimiters version 1.3.2 (2011-10-21). 15 years ago
Jeremy L. Rayman 0444666196 Note Bugfix of syntax-table problem in the 1.4 release notes. 15 years ago
Jeremy L. Rayman 6a68bdb9e3 Inherit from current major-mode syntax table upon activation of mode. 15 years ago
jlr e6f14c2273 Merge pull request #2 from immerrr/patch-1 15 years ago