play around with Scintilla and Lexilla

This commit is contained in:
2024-07-02 23:47:26 +08:00
parent d7c71f41b2
commit 727a2ec214
992 changed files with 281111 additions and 195 deletions

View File

@ -0,0 +1,5 @@
; comment
[empty section]
[normal section]
@=default
key=value

View 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 |

View File

@ -0,0 +1,5 @@
{1}; comment
{2}[empty section]
[normal section]
{4}@{0}=default
{5}key{3}={0}value

View File

@ -0,0 +1,3 @@
lexer.*.session=props
lexer.*.props=props
fold=1

View File

@ -0,0 +1,19 @@
# Default=0
a
# Comment=1
# Heading=2
[heading]
# Assignment=3
=
# Default Value=4
@
# Key=5
key=

View 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 |

View 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}