diff options
author | nyamatongwe <unknown> | 2008-01-18 22:18:14 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-01-18 22:18:14 +0000 |
commit | 88eb92f8de5e104a05ed9a056acaec8e6a15313c (patch) | |
tree | 6194c1dbc5d091edfc21c7f8dd834558f5099d36 /macosx | |
parent | 377ef4e77b5650130dadfc4a54877bd3ef556a3d (diff) | |
download | scintilla-mirror-88eb92f8de5e104a05ed9a056acaec8e6a15313c.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 |