diff options
author | nyamatongwe <devnull@localhost> | 2009-01-01 00:26:08 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-01-01 00:26:08 +0000 |
commit | bdc69f9158adb55ec1af6dc8578655e2c88ad434 (patch) | |
tree | 496931982706e296af21b5524fedd4fac7502652 /macosx | |
parent | 4f3d781c4b929847fbd7c6f6c145eb903e3dba65 (diff) | |
download | scintilla-mirror-bdc69f9158adb55ec1af6dc8578655e2c88ad434.tar.gz |
Lexer for PowerPro from Christopher Bean.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/makefile b/macosx/makefile index 69fd0032d..342021ba8 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -70,10 +70,10 @@ 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 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 +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 |