fix build under newer KConfig by bump cmake min version
This commit is contained in:
89
3rdparty/lexilla540/lexilla/test/examples/css/AllStyles.css
vendored
Normal file
89
3rdparty/lexilla540/lexilla/test/examples/css/AllStyles.css
vendored
Normal file
@ -0,0 +1,89 @@
|
||||
/* Enumerate all styles: 0 to 23 */
|
||||
|
||||
/* comment=9 */
|
||||
|
||||
/* whitespace=0 */
|
||||
/* */
|
||||
|
||||
/* tag=1 */
|
||||
html/**/
|
||||
{}
|
||||
|
||||
/* class=2 */
|
||||
.hidden
|
||||
{}
|
||||
|
||||
/* pseudoclass=3 */
|
||||
:link
|
||||
{}
|
||||
|
||||
/* unknown pseudoclass=4 */
|
||||
:unknown
|
||||
{}
|
||||
|
||||
/* operator=5 */
|
||||
#
|
||||
{}
|
||||
|
||||
/* identifier=6 */
|
||||
*{margin:}
|
||||
|
||||
/* unknown identifier=7 */
|
||||
*{unknown:}
|
||||
|
||||
/* value=8 */
|
||||
*{:88}
|
||||
|
||||
/* identifier=10 */
|
||||
#identifier
|
||||
{}
|
||||
|
||||
/* important=11 */
|
||||
* { margin: 0 ! important; }
|
||||
|
||||
/* directive=12 */
|
||||
@directive
|
||||
{ }
|
||||
|
||||
/* doublestring=13 */
|
||||
* { font-family: "doublestring"; }
|
||||
|
||||
/* singlestring=14 */
|
||||
* { font-family: 'singlestring'; }
|
||||
|
||||
/* identifier2=15 */
|
||||
* { identifier2: 0}
|
||||
|
||||
/* attribute=16 */
|
||||
[attribute]
|
||||
{}
|
||||
|
||||
/* identifier3=17 */
|
||||
* { identifier3: 0}
|
||||
|
||||
/* pseudoelement=18 */
|
||||
::pseudoelement
|
||||
{}
|
||||
|
||||
/* extended_identifier=19 */
|
||||
* { extended_identifier: 0}
|
||||
|
||||
/* extended_pseudoclass=20 */
|
||||
:extended_pseudoclass
|
||||
{}
|
||||
|
||||
/* extended_pseudoelement=21 */
|
||||
::extended_pseudo_element
|
||||
{}
|
||||
|
||||
/* media=22 */
|
||||
@media (orientation: portrait)
|
||||
{ }
|
||||
|
||||
/* group rule=22 */
|
||||
@supports ( display: flex ) {
|
||||
body { display: flex; }
|
||||
}
|
||||
|
||||
/* variable=23 */
|
||||
$variable:#428bca;
|
90
3rdparty/lexilla540/lexilla/test/examples/css/AllStyles.css.folded
vendored
Normal file
90
3rdparty/lexilla540/lexilla/test/examples/css/AllStyles.css.folded
vendored
Normal file
@ -0,0 +1,90 @@
|
||||
0 400 0 /* Enumerate all styles: 0 to 23 */
|
||||
0 400 0
|
||||
0 400 0 /* comment=9 */
|
||||
0 400 0
|
||||
0 400 0 /* whitespace=0 */
|
||||
0 400 0 /* */
|
||||
0 400 0
|
||||
0 400 0 /* tag=1 */
|
||||
0 400 0 html/**/
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* class=2 */
|
||||
0 400 0 .hidden
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* pseudoclass=3 */
|
||||
0 400 0 :link
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* unknown pseudoclass=4 */
|
||||
0 400 0 :unknown
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* operator=5 */
|
||||
0 400 0 #
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* identifier=6 */
|
||||
0 400 0 *{margin:}
|
||||
0 400 0
|
||||
0 400 0 /* unknown identifier=7 */
|
||||
0 400 0 *{unknown:}
|
||||
0 400 0
|
||||
0 400 0 /* value=8 */
|
||||
0 400 0 *{:88}
|
||||
0 400 0
|
||||
0 400 0 /* identifier=10 */
|
||||
0 400 0 #identifier
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* important=11 */
|
||||
0 400 0 * { margin: 0 ! important; }
|
||||
0 400 0
|
||||
0 400 0 /* directive=12 */
|
||||
0 400 0 @directive
|
||||
0 400 0 { }
|
||||
0 400 0
|
||||
0 400 0 /* doublestring=13 */
|
||||
0 400 0 * { font-family: "doublestring"; }
|
||||
0 400 0
|
||||
0 400 0 /* singlestring=14 */
|
||||
0 400 0 * { font-family: 'singlestring'; }
|
||||
0 400 0
|
||||
0 400 0 /* identifier2=15 */
|
||||
0 400 0 * { identifier2: 0}
|
||||
0 400 0
|
||||
0 400 0 /* attribute=16 */
|
||||
0 400 0 [attribute]
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* identifier3=17 */
|
||||
0 400 0 * { identifier3: 0}
|
||||
0 400 0
|
||||
0 400 0 /* pseudoelement=18 */
|
||||
0 400 0 ::pseudoelement
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* extended_identifier=19 */
|
||||
0 400 0 * { extended_identifier: 0}
|
||||
0 400 0
|
||||
0 400 0 /* extended_pseudoclass=20 */
|
||||
0 400 0 :extended_pseudoclass
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* extended_pseudoelement=21 */
|
||||
0 400 0 ::extended_pseudo_element
|
||||
0 400 0 {}
|
||||
0 400 0
|
||||
0 400 0 /* media=22 */
|
||||
0 400 0 @media (orientation: portrait)
|
||||
0 400 0 { }
|
||||
0 400 0
|
||||
0 400 0 /* group rule=22 */
|
||||
0 400 0 @supports ( display: flex ) {
|
||||
0 400 0 body { display: flex; }
|
||||
0 400 0 }
|
||||
0 400 0
|
||||
0 400 0 /* variable=23 */
|
||||
0 400 0 $variable:#428bca;
|
||||
0 400 0
|
89
3rdparty/lexilla540/lexilla/test/examples/css/AllStyles.css.styled
vendored
Normal file
89
3rdparty/lexilla540/lexilla/test/examples/css/AllStyles.css.styled
vendored
Normal file
@ -0,0 +1,89 @@
|
||||
{9}/* Enumerate all styles: 0 to 23 */{0}
|
||||
|
||||
{9}/* comment=9 */{0}
|
||||
|
||||
{9}/* whitespace=0 */{0}
|
||||
{9}/* */{0}
|
||||
|
||||
{9}/* tag=1 */{0}
|
||||
{1}html{9}/**/{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* class=2 */{0}
|
||||
{5}.{2}hidden{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* pseudoclass=3 */{0}
|
||||
{5}:{3}link{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* unknown pseudoclass=4 */{0}
|
||||
{5}:{4}unknown{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* operator=5 */{0}
|
||||
{5}#{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* identifier=6 */{0}
|
||||
{1}*{5}{{6}margin{5}:}{0}
|
||||
|
||||
{9}/* unknown identifier=7 */{0}
|
||||
{1}*{5}{{7}unknown{5}:}{0}
|
||||
|
||||
{9}/* value=8 */{0}
|
||||
{1}*{5}{:{8}88{5}}{0}
|
||||
|
||||
{9}/* identifier=10 */{0}
|
||||
{5}#{10}identifier{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* important=11 */{0}
|
||||
{1}* {5}{{6} margin{5}:{8} 0 {5}!{11} important{5};{6} {5}}{0}
|
||||
|
||||
{9}/* directive=12 */{0}
|
||||
{5}@{12}directive
|
||||
{5}{{6} {5}}{0}
|
||||
|
||||
{9}/* doublestring=13 */{0}
|
||||
{1}* {5}{{7} font-family{5}:{8} {13}"doublestring"{5};{6} {5}}{0}
|
||||
|
||||
{9}/* singlestring=14 */{0}
|
||||
{1}* {5}{{7} font-family{5}:{8} {14}'singlestring'{5};{6} {5}}{0}
|
||||
|
||||
{9}/* identifier2=15 */{0}
|
||||
{1}* {5}{{15} identifier2{5}:{8} 0{5}}{0}
|
||||
|
||||
{9}/* attribute=16 */{0}
|
||||
{5}[{16}attribute{5}]{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* identifier3=17 */{0}
|
||||
{1}* {5}{{17} identifier3{5}:{8} 0{5}}{0}
|
||||
|
||||
{9}/* pseudoelement=18 */{0}
|
||||
{5}::{18}pseudoelement{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* extended_identifier=19 */{0}
|
||||
{1}* {5}{{19} extended_identifier{5}:{8} 0{5}}{0}
|
||||
|
||||
{9}/* extended_pseudoclass=20 */{0}
|
||||
{5}:{20}extended_pseudoclass{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* extended_pseudoelement=21 */{0}
|
||||
{5}::{21}extended_pseudo_element{1}
|
||||
{5}{}{0}
|
||||
|
||||
{9}/* media=22 */{0}
|
||||
{5}@{22}media (orientation: portrait)
|
||||
{5}{{0} {5}}{0}
|
||||
|
||||
{9}/* group rule=22 */{0}
|
||||
{5}@{22}supports ( display: flex ) {5}{{0}
|
||||
{1}body {5}{{7} display{5}:{8} flex{5};{6} {5}}{6}
|
||||
{5}}{0}
|
||||
|
||||
{9}/* variable=23 */{0}
|
||||
{23}$variable{5}:{8}#428bca{5};{0}
|
28
3rdparty/lexilla540/lexilla/test/examples/css/SciTE.properties
vendored
Normal file
28
3rdparty/lexilla540/lexilla/test/examples/css/SciTE.properties
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
lexer.*.css=css
|
||||
|
||||
# identifier
|
||||
keywords.*.css=margin
|
||||
|
||||
# pseudoclass
|
||||
keywords2.*.css=link
|
||||
|
||||
# identifier 2
|
||||
keywords3.*.css=identifier2
|
||||
|
||||
# identifier 3
|
||||
keywords4.*.css=identifier3
|
||||
|
||||
# pseudo elements
|
||||
keywords5.*.css=pseudoelement
|
||||
|
||||
# extended identifier
|
||||
keywords6.*.css=extended_identifier
|
||||
|
||||
# extended pseudoclass
|
||||
keywords7.*.css=extended_pseudoclass
|
||||
|
||||
# extended pseudo elements
|
||||
keywords8.*.css=extended_pseudo_element
|
||||
|
||||
# enable SCSS language so $variable is recognized
|
||||
lexer.css.scss.language=1
|
Reference in New Issue
Block a user