A web browser plugin to colorize the matched brackets of source code on HTML pages of your browser, it is especially useful for viewing source code of a Lisp-family dialect language.
- Because of its trying to be analogous of Emacs's rainbow-delimiters-mode in some way, this package is straightly named "Rainbow Delimiters".
- Mostly You would notice that this plugin is very useful as you are going through a code file of one repo from a website like github.com or checking a piece of source code of someone's answer from stackoverflow.com.
- For using it within HTML pages generated by Racket Scribble/Frog such as https://docs.racket-lang.org, you may as well check https://github.com/yanyingwang/scribble-rainbow-delimiters.
- Chorme: Open
chrome://extensions/
and enable the developer mode, and then, click to load the directory of this repo. - Firefox: Directly click this link and install it.
Currently, this plugin will only be automatically enabled for links of websites below:
https://docs.racket-lang.org/*
file:///Applications/Racket v*/*
(<= when you view racket doc withraco doc
cmd.)http://github.com/*
https://stackoverflow.com/*
- 1. () [] {} using the same depth loop.
- 2. racket-color renamed with racket-depth.
- 3. test it to work with gitlab, stackoverflow.
- 4. a way to be enabled for an unautomically enabled website.
- 5. make bracket colors customizable.
- 6. only highlight matched bracket of current hovered bracket instead of showing all the same level depth brackets.
- 7. support https://*.wikipedia.org/** pre div
zip -r -FS ../rainbow-delimiters.zip * --exclude '*.git*' '.*' '*__MACOSX/*' 'images-back*' 'LICENSE' 'screenshot/*' '*.DS_Store'
cd .. && tar -czvf rainbow-delimiters.tar.gz rainbow-delimiters