diff options
| author | nyamatongwe <devnull@localhost> | 2003-09-21 02:19:29 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-09-21 02:19:29 +0000 | 
| commit | 8274c99d6e573caf46adb1bd47bb1d1ab890cfed (patch) | |
| tree | c6ad99d675b38de614dc9e41e5c3c24e1c79ea30 /src/KeyWords.cxx | |
| parent | 5facd22767b726c4f20242e6bda20889d723c6d9 (diff) | |
| download | scintilla-mirror-8274c99d6e573caf46adb1bd47bb1d1ab890cfed.tar.gz | |
YAML lexer added.
Diffstat (limited to 'src/KeyWords.cxx')
| -rw-r--r-- | src/KeyWords.cxx | 1 | 
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 | 
