diff options
| author | nyamatongwe <devnull@localhost> | 2007-04-16 12:28:56 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-04-16 12:28:56 +0000 |
| commit | 6e6c2d191e7a8763b5bde2559cdac82852445d87 (patch) | |
| tree | f0b28f9bc5276802d0ca691612535a13180df7ca /src/KeyWords.cxx | |
| parent | 8ad28ca6790189274f7cb8066c125140b995e95a (diff) | |
| download | scintilla-mirror-6e6c2d191e7a8763b5bde2559cdac82852445d87.tar.gz | |
Added support for GAP language from Istvan Szollosi.
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 56ccaddd4..273b04779 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -170,6 +170,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmForth); LINK_LEXER(lmFortran); LINK_LEXER(lmFreeBasic); + LINK_LEXER(lmGAP); LINK_LEXER(lmGui4Cli); LINK_LEXER(lmHaskell); LINK_LEXER(lmHTML); |
