diff options
author | mitchell <unknown> | 2018-03-11 23:04:41 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-03-11 23:04:41 -0400 |
commit | 519b7328b66c4c84f03893a31e4be5ba6b1395f2 (patch) | |
tree | 2055cd79006357e94c185f341d0df17b9a8769eb /curses/ScintillaCurses.cxx | |
parent | c0373e036e965a70045971e2abc582cb4bf12a4e (diff) | |
download | scintilla-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.cxx | 2 |
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(); |