play around with Scintilla and Lexilla
This commit is contained in:
5
3rdparty/lexilla532/lexilla/test/examples/props/Issue96Folding.props
vendored
Normal file
5
3rdparty/lexilla532/lexilla/test/examples/props/Issue96Folding.props
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
; comment
|
||||
[empty section]
|
||||
[normal section]
|
||||
@=default
|
||||
key=value
|
6
3rdparty/lexilla532/lexilla/test/examples/props/Issue96Folding.props.folded
vendored
Normal file
6
3rdparty/lexilla532/lexilla/test/examples/props/Issue96Folding.props.folded
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
0 400 0 ; comment
|
||||
0 400 0 [empty section]
|
||||
2 400 0 + [normal section]
|
||||
0 401 0 | @=default
|
||||
0 401 0 | key=value
|
||||
0 401 0 |
|
5
3rdparty/lexilla532/lexilla/test/examples/props/Issue96Folding.props.styled
vendored
Normal file
5
3rdparty/lexilla532/lexilla/test/examples/props/Issue96Folding.props.styled
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{1}; comment
|
||||
{2}[empty section]
|
||||
[normal section]
|
||||
{4}@{0}=default
|
||||
{5}key{3}={0}value
|
3
3rdparty/lexilla532/lexilla/test/examples/props/SciTE.properties
vendored
Normal file
3
3rdparty/lexilla532/lexilla/test/examples/props/SciTE.properties
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
lexer.*.session=props
|
||||
lexer.*.props=props
|
||||
fold=1
|
19
3rdparty/lexilla532/lexilla/test/examples/props/example.session
vendored
Normal file
19
3rdparty/lexilla532/lexilla/test/examples/props/example.session
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# Default=0
|
||||
a
|
||||
|
||||
# Comment=1
|
||||
|
||||
|
||||
# Heading=2
|
||||
[heading]
|
||||
|
||||
|
||||
# Assignment=3
|
||||
=
|
||||
|
||||
# Default Value=4
|
||||
@
|
||||
|
||||
# Key=5
|
||||
key=
|
||||
|
20
3rdparty/lexilla532/lexilla/test/examples/props/example.session.folded
vendored
Normal file
20
3rdparty/lexilla532/lexilla/test/examples/props/example.session.folded
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
0 400 0 # Default=0
|
||||
0 400 0 a
|
||||
1 400 0
|
||||
0 400 0 # Comment=1
|
||||
1 400 0
|
||||
1 400 0
|
||||
0 400 0 # Heading=2
|
||||
2 400 0 + [heading]
|
||||
1 401 0 |
|
||||
1 401 0 |
|
||||
0 401 0 | # Assignment=3
|
||||
0 401 0 | =
|
||||
1 401 0 |
|
||||
0 401 0 | # Default Value=4
|
||||
0 401 0 | @
|
||||
1 401 0 |
|
||||
0 401 0 | # Key=5
|
||||
0 401 0 | key=
|
||||
1 401 0 |
|
||||
0 401 0 |
|
19
3rdparty/lexilla532/lexilla/test/examples/props/example.session.styled
vendored
Normal file
19
3rdparty/lexilla532/lexilla/test/examples/props/example.session.styled
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{1}# Default=0
|
||||
{0}a
|
||||
|
||||
{1}# Comment=1
|
||||
{0}
|
||||
|
||||
{1}# Heading=2
|
||||
{2}[heading]
|
||||
{0}
|
||||
|
||||
{1}# Assignment=3
|
||||
{3}={0}
|
||||
|
||||
{1}# Default Value=4
|
||||
{4}@{0}
|
||||
|
||||
{1}# Key=5
|
||||
{5}key{3}={0}
|
||||
|
Reference in New Issue
Block a user