diff options
author | nyamatongwe <unknown> | 2008-12-13 10:39:28 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-12-13 10:39:28 +0000 |
commit | 5d66605fc796320ed2915a4c319cda9abfb1dee1 (patch) | |
tree | 219157340eb8e36d181226e741ff9d0c47ea0a43 /macosx | |
parent | fbe9c718917c5170f481b2cc60bea723c6df0f8a (diff) | |
download | scintilla-mirror-5d66605fc796320ed2915a4c319cda9abfb1dee1.tar.gz |
Lexer added for SORCUS Installation files.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/makefile b/macosx/makefile index bafef84b9..69fd0032d 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -71,9 +71,9 @@ 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 LexPowerShell.o LexProgress.o LexPS.o LexPython.o \ -LexR.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.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 +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 |