notepad-plus-plus/lexilla/test/examples/json/AllStyles.json.folded
Christian Grasser ed4bb1a93e Update lexilla to 5.1.7 & Scintilla to 5.2.3
Use new interfaces SCI_FORMATRANGEFULL, SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL from scintilla 5.2.3

Close #11734
2022-06-28 16:19:19 +02:00

44 lines
935 B
Plaintext

0 400 400 // Enumerate all styles: 0 to 13
1 400 400
0 400 400 // default=0
1 400 400
1 400 400
0 400 400 // number=1
0 400 400 1
1 400 400
0 400 400 // string=2
0 400 400 "2"
1 400 400
0 400 400 // stringeol=3
0 400 400 "3
1 400 400
0 400 400 // propertyname=4
0 400 400 "4":
1 400 400
0 400 400 // escapesequence=5
0 400 400 "\n"
1 400 400
0 400 400 // linecomment=6
0 400 400 // 6 Line Comment
1 400 400
0 400 400 // blockcomment=7
0 400 400 /* 7 Block Comment */
1 400 400
0 400 400 // operator=8
0 400 400 {}
1 400 400
0 400 400 // uri=9
0 400 400 "http://9.org"
1 400 400
0 400 400 // compactiri=10
0 400 400 "x:y"
1 400 400
0 400 400 // keyword=11
0 400 400 true
1 400 400
0 400 400 // ldkeyword=12
0 400 400 "@id"
1 400 400
0 400 400 // error=13
0 400 400 # 13 error
0 400 0