Mercurial > emacs
view etc/images/ezimage/box.xpm @ 110161:eb977e012180
Provide blink-matching support to SMIE.
* lisp/emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
(smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
(smie-blink-matching-check, smie-blink-matching-open): New functions.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 03 Sep 2010 13:18:45 +0200 |
parents | 616e5cb890c3 |
children |
line wrap: on
line source
/* XPM */ static char * sb_box_xpm[] = { "20 15 4 1", " c None", ". c #828282", "+ c #000000", "@ c #FFF993", " ", " ............... ", " .++++++++++++++. ", " .++@@@@@@+@@@@@+. ", " .+@+@@@@@@+@@@@@+. ", " .+@@++++++++++++++.", " .+@@+@@@@@@@@@@@@+.", " .+@@+@@@@@@@@@@@@+.", " .+@@+@@@@@@@@@@@@+.", " .+@@+@@@@@@@@@@@@+.", " .+@@+@@@@@@@@@@@@+.", " .+@+@@@@@@@@@@@@+.", ". .++@@@@@@@@@@@@+.", " .++++++++++++++.", " .............. "};