diff options
| author | nyamatongwe <devnull@localhost> | 2006-02-03 23:13:31 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-02-03 23:13:31 +0000 |
| commit | 7e37844ea349b580b3c5557d7244cb43f15326d2 (patch) | |
| tree | fb2b338888e159915358697069cab2ae0387d205 /win32/makefile | |
| parent | d70d2f8e3d9cf3d1d3025aad8d9e7e40af19af72 (diff) | |
| download | scintilla-mirror-7e37844ea349b580b3c5557d7244cb43f15326d2.tar.gz | |
Support for Opal language from Sebastian Pipping.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile index 60cf9f82e..99e98c13e 100644 --- a/win32/makefile +++ b/win32/makefile @@ -56,8 +56,8 @@ LexBasic.o LexBullant.o LexCaml.o LexCLW.o LexConf.o LexCPP.o LexCrontab.o \ LexCsound.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexFlagship.o \ LexForth.o LexFortran.o LexGui4Cli.o LexHaskell.o LexHTML.o LexInno.o LexKix.o \ LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o \ -LexMSSQL.o LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPOV.o \ -LexPS.o LexPython.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o \ +LexMSSQL.o LexNsis.o LexOpal.o LexOthers.o LexPascal.o LexPB.o LexPerl.o \ +LexPOV.o LexPS.o LexPython.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o \ LexSpecman.o LexSQL.o LexTADS3.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o \ LexYAML.o #--Autogenerated -- end of automatically generated section |
