chore: bump scintilla and lexilla version
This commit is contained in:
2
3rdparty/lexilla545/lexilla/test/examples/makefile/SciTE.properties
vendored
Normal file
2
3rdparty/lexilla545/lexilla/test/examples/makefile/SciTE.properties
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
lexer.*.mak=makefile
|
||||
keywords.*.mak=ifdef
|
4
3rdparty/lexilla545/lexilla/test/examples/makefile/longline.mak
vendored
Normal file
4
3rdparty/lexilla545/lexilla/test/examples/makefile/longline.mak
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# makefile lexer previously used fixed 1024-byte line buffer that would treat text after that as new line
|
||||
|
||||
# Long line with 1025 bytes last 2 bytes colored as default 3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 12345678912345678
|
||||
|
5
3rdparty/lexilla545/lexilla/test/examples/makefile/longline.mak.folded
vendored
Normal file
5
3rdparty/lexilla545/lexilla/test/examples/makefile/longline.mak.folded
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
0 400 0 # makefile lexer previously used fixed 1024-byte line buffer that would treat text after that as new line
|
||||
0 400 0
|
||||
0 400 0 # Long line with 1025 bytes last 2 bytes colored as default 3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 12345678912345678
|
||||
0 400 0
|
||||
0 400 0
|
4
3rdparty/lexilla545/lexilla/test/examples/makefile/longline.mak.styled
vendored
Normal file
4
3rdparty/lexilla545/lexilla/test/examples/makefile/longline.mak.styled
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{1}# makefile lexer previously used fixed 1024-byte line buffer that would treat text after that as new line
|
||||
{0}
|
||||
{1}# Long line with 1025 bytes last 2 bytes colored as default 3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 12345678912345678
|
||||
{0}
|
23
3rdparty/lexilla545/lexilla/test/examples/makefile/x.mak
vendored
Normal file
23
3rdparty/lexilla545/lexilla/test/examples/makefile/x.mak
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# '# comment' comment=1
|
||||
# comment
|
||||
|
||||
# '.SUFFIXES' target=5, ':' operator=4
|
||||
.SUFFIXES:
|
||||
|
||||
# 'LD' identifier=3, '=' operator=4, 'link' default=0
|
||||
LD=link
|
||||
|
||||
# '!IFDEF DEBUG' NMAKE preprocessor=2
|
||||
!IFDEF DEBUG
|
||||
|
||||
# 'ifdef DEBUG' GNI make directive default=0
|
||||
ifdef DEBUG
|
||||
|
||||
# '$(' ID EOL=9
|
||||
X=$(
|
||||
|
||||
# Recipe with variable reference $(CXX)
|
||||
cake.o: cake.cxx
|
||||
$(CXX) -c $< -o $@
|
||||
|
||||
# End of file
|
24
3rdparty/lexilla545/lexilla/test/examples/makefile/x.mak.folded
vendored
Normal file
24
3rdparty/lexilla545/lexilla/test/examples/makefile/x.mak.folded
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
0 400 0 # '# comment' comment=1
|
||||
0 400 0 # comment
|
||||
0 400 0
|
||||
0 400 0 # '.SUFFIXES' target=5, ':' operator=4
|
||||
0 400 0 .SUFFIXES:
|
||||
0 400 0
|
||||
0 400 0 # 'LD' identifier=3, '=' operator=4, 'link' default=0
|
||||
0 400 0 LD=link
|
||||
0 400 0
|
||||
0 400 0 # '!IFDEF DEBUG' NMAKE preprocessor=2
|
||||
0 400 0 !IFDEF DEBUG
|
||||
0 400 0
|
||||
0 400 0 # 'ifdef DEBUG' GNI make directive default=0
|
||||
0 400 0 ifdef DEBUG
|
||||
0 400 0
|
||||
0 400 0 # '$(' ID EOL=9
|
||||
0 400 0 X=$(
|
||||
0 400 0
|
||||
0 400 0 # Recipe with variable reference $(CXX)
|
||||
0 400 0 cake.o: cake.cxx
|
||||
0 400 0 $(CXX) -c $< -o $@
|
||||
0 400 0
|
||||
0 400 0 # End of file
|
||||
0 400 0
|
23
3rdparty/lexilla545/lexilla/test/examples/makefile/x.mak.styled
vendored
Normal file
23
3rdparty/lexilla545/lexilla/test/examples/makefile/x.mak.styled
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{1}# '# comment' comment=1
|
||||
# comment
|
||||
{0}
|
||||
{1}# '.SUFFIXES' target=5, ':' operator=4
|
||||
{5}.SUFFIXES{4}:{0}
|
||||
|
||||
{1}# 'LD' identifier=3, '=' operator=4, 'link' default=0
|
||||
{3}LD{4}={0}link
|
||||
|
||||
{1}# '!IFDEF DEBUG' NMAKE preprocessor=2
|
||||
{2}!IFDEF DEBUG
|
||||
{0}
|
||||
{1}# 'ifdef DEBUG' GNI make directive default=0
|
||||
{2}ifdef{0} DEBUG
|
||||
|
||||
{1}# '$(' ID EOL=9
|
||||
{3}X{4}={9}$(
|
||||
{0}
|
||||
{1}# Recipe with variable reference $(CXX)
|
||||
{5}cake.o{4}:{0} cake.cxx
|
||||
{3}$(CXX){0} -c $< -o $@
|
||||
|
||||
{1}# End of file
|
Reference in New Issue
Block a user