mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Bruno Haible just added a default implementation of libtextstyle's interface when the library is not available. https://lists.gnu.org/archive/html/bison-patches/2019-03/msg00025.html * gnulib: Update. * bootstrap.conf: Replace libtextstyle with libtextstyle-optional. * src/complain.c, src/getargs.c: Remove now useless cpp guards.
9 lines
211 B
CSS
9 lines
211 B
CSS
/* CSS style for Bison's diagnostics.
|
|
|
|
This is an experimental feature. The class names may change in the
|
|
future. */
|
|
|
|
.warning { color: purple; }
|
|
.error { color: red; }
|
|
.note { color: cyan; }
|