aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-09-21 02:19:29 +0000
committernyamatongwe <unknown>2003-09-21 02:19:29 +0000
commit246cbabf349897ccd31e0b5d089775423c3dd256 (patch)
treec6ad99d675b38de614dc9e41e5c3c24e1c79ea30 /src
parent361a9a563aaa6f2f8be93cfa74b4ad79e7ff794f (diff)
downloadscintilla-mirror-246cbabf349897ccd31e0b5d089775423c3dd256.tar.gz
YAML lexer added.
Diffstat (limited to 'src')
-rw-r--r--src/KeyWords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index 33ab54efc..35bb1f594 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -175,6 +175,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmSQL);
LINK_LEXER(lmVB);
LINK_LEXER(lmVBScript);
+ LINK_LEXER(lmYAML);
//--Autogenerated -- end of automatically generated section