diff options
author | nyamatongwe <unknown> | 2000-08-16 12:57:00 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-08-16 12:57:00 +0000 |
commit | d15b65e7fba53354b9a044ba5d8232d256b58d5e (patch) | |
tree | e4127ed704cc923a6837cdc662749d9db7dc8add /vcbuild/SciLexer.dsp | |
parent | 3573aa38b55d48abb0c3a0632894a51dedd460ff (diff) | |
download | scintilla-mirror-d15b65e7fba53354b9a044ba5d8232d256b58d5e.tar.gz |
Invisible text.
Fixes to ensure long lines do not overflow buffers.
Diffstat (limited to 'vcbuild/SciLexer.dsp')
-rw-r--r-- | vcbuild/SciLexer.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index 36c3234d0..3d96b70b9 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -142,6 +142,10 @@ SOURCE=..\src\LexHTML.cxx # End Source File # Begin Source File +SOURCE=..\src\LexLua.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexOthers.cxx # End Source File # Begin Source File |