diff options
author | nyamatongwe <devnull@localhost> | 2009-03-04 09:26:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-03-04 09:26:17 +0000 |
commit | 65ed51ffca93fce2a970a0bbc044ab598d14860f (patch) | |
tree | 841947e3c52bd6fc587c94198abfab7b9aab8246 /macosx | |
parent | 62dbb73c69ee1faa53c4020bae003527f8afa7c1 (diff) | |
download | scintilla-mirror-65ed51ffca93fce2a970a0bbc044ab598d14860f.tar.gz |
Nimrod lexer from Andreas Rumpf added.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/makefile b/macosx/makefile index 342021ba8..2c9d13282 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -69,11 +69,11 @@ LexCOBOL.o LexConf.o LexCPP.o LexCrontab.o LexCsound.o LexCSS.o LexD.o \ LexEiffel.o LexErlang.o LexEScript.o LexFlagship.o LexForth.o LexFortran.o \ LexGAP.o LexGui4Cli.o LexHaskell.o LexHTML.o LexInno.o LexKix.o LexLisp.o \ LexLout.o LexLua.o LexMagik.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o \ -LexMSSQL.o LexMySQL.o LexNsis.o LexOpal.o LexOthers.o LexPascal.o LexPB.o \ -LexPerl.o LexPLM.o LexPOV.o LexPowerPro.o LexPowerShell.o LexProgress.o \ -LexPS.o LexPython.o LexR.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o \ -LexSorcus.o LexSpecman.o LexSpice.o LexSQL.o LexTACL.o LexTADS3.o LexTAL.o \ -LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o +LexMSSQL.o LexMySQL.o LexNimrod.o LexNsis.o LexOpal.o LexOthers.o LexPascal.o \ +LexPB.o LexPerl.o LexPLM.o LexPOV.o LexPowerPro.o LexPowerShell.o \ +LexProgress.o LexPS.o LexPython.o LexR.o LexRebol.o LexRuby.o LexScriptol.o \ +LexSmalltalk.o LexSorcus.o LexSpecman.o LexSpice.o LexSQL.o LexTACL.o \ +LexTADS3.o LexTAL.o LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section # The LEXOBJS have to be treated specially as the functions in them are not called from external code |