diff options
author | nyamatongwe <devnull@localhost> | 2007-11-04 10:03:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-11-04 10:03:57 +0000 |
commit | e43266f8d541ae4e348b527dc037703f376b224d (patch) | |
tree | 6761d169f8a95be7007458cc3e357e7f8be6b8c7 /macosx | |
parent | d9283cb7e54c227db82344ff13269ed2e3e5567e (diff) | |
download | scintilla-mirror-e43266f8d541ae4e348b527dc037703f376b224d.tar.gz |
Added support for 'R' language by Stephen Stagg.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/makefile b/macosx/makefile index eda3e3c25..aa1d32e68 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -60,7 +60,7 @@ 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 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 LexRebol.o LexRuby.o LexScriptol.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 |