diff options
author | nyamatongwe <devnull@localhost> | 2008-01-18 22:18:14 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-01-18 22:18:14 +0000 |
commit | 89a39d969a2231cfb68bc8b0c2b27952e6d27c09 (patch) | |
tree | 6194c1dbc5d091edfc21c7f8dd834558f5099d36 /macosx | |
parent | 61343b0fef531aba457909131e8571e384dc3e48 (diff) | |
download | scintilla-mirror-89a39d969a2231cfb68bc8b0c2b27952e6d27c09.tar.gz |
PowerShell lexer implemented by Tim Gerundt.
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 50df23095..7f19b4967 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -70,9 +70,9 @@ 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 \ LexNsis.o LexOpal.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPLM.o \ -LexPOV.o LexProgress.o LexPS.o LexPython.o LexR.o LexRebol.o LexRuby.o \ -LexScriptol.o LexSmalltalk.o LexSpecman.o LexSpice.o LexSQL.o LexTADS3.o \ -LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.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 \ +LexTADS3.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 |