From 519b7328b66c4c84f03893a31e4be5ba6b1395f2 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 11 Mar 2018 23:04:41 -0400 Subject: Added optional Lua lexer support. This support is disabled by default and must be enabled via compile-time option. --- curses/ScintillaCurses.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curses/ScintillaCurses.cxx') diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx index 3e78f1cca..8d0c99d47 100644 --- a/curses/ScintillaCurses.cxx +++ b/curses/ScintillaCurses.cxx @@ -80,7 +80,7 @@ Font::~Font() {} * The curses attributes are not constructed from various fields in *fp* since * there is no `underline` parameter. Instead, you need to manually set the * `weight` parameter to be the union of your desired attributes. - * Scintillua (http://foicica.com/scintillua) has an example of this. + * Scintilla's lexers/LexLPeg.cxx has an example of this. */ void Font::Create(const FontParameters &fp) { Release(); -- cgit v1.2.3