aboutsummaryrefslogtreecommitdiffhomepage
path: root/curses/ScintillaCurses.cxx
diff options
context:
space:
mode:
authormitchell <unknown>2018-03-11 23:04:41 -0400
committermitchell <unknown>2018-03-11 23:04:41 -0400
commit519b7328b66c4c84f03893a31e4be5ba6b1395f2 (patch)
tree2055cd79006357e94c185f341d0df17b9a8769eb /curses/ScintillaCurses.cxx
parentc0373e036e965a70045971e2abc582cb4bf12a4e (diff)
downloadscintilla-mirror-519b7328b66c4c84f03893a31e4be5ba6b1395f2.tar.gz
Added optional Lua lexer support.
This support is disabled by default and must be enabled via compile-time option.
Diffstat (limited to 'curses/ScintillaCurses.cxx')
-rw-r--r--curses/ScintillaCurses.cxx2
1 files changed, 1 insertions, 1 deletions
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();