12 lines
526 B
EmacsLisp
12 lines
526 B
EmacsLisp
|
|
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||
|
|
(define-package "rainbow-delimiters" "20210515.1254"
|
||
|
|
"Highlight brackets according to their depth."
|
||
|
|
()
|
||
|
|
:url "https://github.com/Fanael/rainbow-delimiters"
|
||
|
|
:commit "7919681b0d883502155d5b26e791fec15da6aeca"
|
||
|
|
:revdesc "7919681b0d88"
|
||
|
|
:keywords '("faces" "convenience" "lisp" "tools")
|
||
|
|
:authors '(("Jeremy Rayman" . "opensource@jeremyrayman.com")
|
||
|
|
("Fanael Linithien" . "fanael4@gmail.com"))
|
||
|
|
:maintainers '(("Fanael Linithien" . "fanael4@gmail.com")))
|