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,54 @@
Text=0
*Strong Emphasis (bold) 1=1*
**Strong Emphasis (bold) 2=2**
_Emphasis (italic) 1=3_
__Emphasis (italic) 2=4__
= Heading level 1=5
== Heading level 2=6
=== Heading level 3=7
==== Heading level 4=8
===== Heading level 5=9
====== Heading level 6=10
* Unordered list item=11
. Ordered list item=12
> Block quote=13
https://14.com[Link=14]
----
Code block=15
----
++++
Passthrough block=16
++++
// Comment=17
////
Comment Block=18
////
+Literal=19+
....
Literal Block=20
....
:Attrib=21: Attrib Value=22
ifdef::Macro=23
ifeval::Macro=23
ifndef::Macro=23
endif::Macro=23
audio::Macro=23
include::Macro=23
image::Macro=23
video::Macro=23
asciimath:Macro=23
btn:Macro=23
image:Macro=23
kbd:Macro=23
latexmath:Macro=23
link:Macro=23
mailto:Macro=23
menu:Macro=23
pass:Macro=23
stem:Macro=23
xref:Macro=23
CAUTION:Macro=23
IMPORTANT:Macro=23
NOTE:Macro=23
TIP:Macro=23
WARNING:Macro=23

View File

@ -0,0 +1,55 @@
0 400 0 Text=0
0 400 0 *Strong Emphasis (bold) 1=1*
0 400 0 **Strong Emphasis (bold) 2=2**
0 400 0 _Emphasis (italic) 1=3_
0 400 0 __Emphasis (italic) 2=4__
0 400 0 = Heading level 1=5
0 400 0 == Heading level 2=6
0 400 0 === Heading level 3=7
0 400 0 ==== Heading level 4=8
0 400 0 ===== Heading level 5=9
0 400 0 ====== Heading level 6=10
0 400 0 * Unordered list item=11
0 400 0 . Ordered list item=12
0 400 0 > Block quote=13
0 400 0 https://14.com[Link=14]
0 400 0 ----
0 400 0 Code block=15
0 400 0 ----
0 400 0 ++++
0 400 0 Passthrough block=16
0 400 0 ++++
0 400 0 // Comment=17
0 400 0 ////
0 400 0 Comment Block=18
0 400 0 ////
0 400 0 +Literal=19+
0 400 0 ....
0 400 0 Literal Block=20
0 400 0 ....
0 400 0 :Attrib=21: Attrib Value=22
0 400 0 ifdef::Macro=23
0 400 0 ifeval::Macro=23
0 400 0 ifndef::Macro=23
0 400 0 endif::Macro=23
0 400 0 audio::Macro=23
0 400 0 include::Macro=23
0 400 0 image::Macro=23
0 400 0 video::Macro=23
0 400 0 asciimath:Macro=23
0 400 0 btn:Macro=23
0 400 0 image:Macro=23
0 400 0 kbd:Macro=23
0 400 0 latexmath:Macro=23
0 400 0 link:Macro=23
0 400 0 mailto:Macro=23
0 400 0 menu:Macro=23
0 400 0 pass:Macro=23
0 400 0 stem:Macro=23
0 400 0 xref:Macro=23
0 400 0 CAUTION:Macro=23
0 400 0 IMPORTANT:Macro=23
0 400 0 NOTE:Macro=23
0 400 0 TIP:Macro=23
0 400 0 WARNING:Macro=23
0 400 0

View File

@ -0,0 +1,54 @@
{0}Text=0
{1}*Strong Emphasis (bold) 1=1*{0}
{2}**Strong Emphasis (bold) 2=2**{0}
{3}_Emphasis (italic) 1=3_{0}
{4}__Emphasis (italic) 2=4__{0}
{5}= Heading level 1=5{0}
{6}== Heading level 2=6{0}
{7}=== Heading level 3=7{0}
{8}==== Heading level 4=8{0}
{9}===== Heading level 5=9{0}
{10}====== Heading level 6=10{0}
{11}*{0} Unordered list item=11
{12}.{0} Ordered list item=12
{13}> Block quote=13{0}
https://14.com[{14}Link=14{0}]
{15}----
Code block=15
----{0}
{16}++++
Passthrough block=16
++++{0}
{17}// Comment=17{0}
{18}////
Comment Block=18
////{0}
+{19}Literal=19{0}+
{20}....
Literal Block=20
....{0}
{21}:Attrib=21:{22} Attrib Value=22{0}
{23}ifdef{0}::Macro=23
{23}ifeval{0}::Macro=23
{23}ifndef{0}::Macro=23
{23}endif{0}::Macro=23
{23}audio{0}::Macro=23
{23}include{0}::Macro=23
{23}image{0}::Macro=23
{23}video{0}::Macro=23
{23}asciimat{0}h:Macro=23
{23}btn{0}:Macro=23
{23}image{0}:Macro=23
{23}kbd{0}:Macro=23
{23}latexmath{0}:Macro=23
{23}link{0}:Macro=23
{23}mailto{0}:Macro=23
{23}menu{0}:Macro=23
{23}pass{0}:Macro=23
{23}stem{0}:Macro=23
{23}xref{0}:Macro=23
{23}CAUTION{0}:Macro=23
{23}IMPORTANT{0}:Macro=23
{23}NOTE{0}:Macro=23
{23}TIP{0}:Macro=23
{23}WARNING{0}:Macro=23

View File

@ -0,0 +1,3 @@
code.page=65001
lexer.*.adoc=asciidoc
fold=1