5
5
// THIS FILE HAS BEEN GENERATED BY THE `syntax-to-token-pattern.py` GENERATOR
6
6
// DO NOT EDIT THIS FILE DIRECTLY! INSTEAD RUN THE PYTHON SCRIPT.
7
7
// ANY MANUAL EDITS MADE TO THIS FILE WILL BE OVERWRITTEN. YOU HAVE BEEN WARNED.
8
- // Last generated: 01 /06/2023 14:57:48 (UTC+0)
8
+ // Last generated: 10 /06/2023 21:08:08 (UTC+0)
9
9
10
10
import { KeywordTokenType , EntityTokenType , MetaTokenType , CharacterTokenType } from "./renpy-tokens" ;
11
11
import { TokenPattern } from "./token-pattern-types" ;
@@ -35,91 +35,91 @@ export const atlBuildInProperties: TokenPattern = {
35
35
debugName : "atlBuildInProperties.patterns![1]" ,
36
36
37
37
// position props (int, absolute, or a float)
38
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
38
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
39
39
match : / \b (?< ! \. ) (?: x p o s | y p o s | x a n c h o r | y a n c h o r | x c e n t e r | y c e n t e r | r a d i u s ) \b / g,
40
40
} ,
41
41
{
42
42
debugName : "atlBuildInProperties.patterns![2]" ,
43
43
44
44
// position pair props
45
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
45
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
46
46
match : / \b (?< ! \. ) (?: p o s | a n c h o r | x y c e n t e r | a r o u n d | a l i g n a r o u n d | m a t r i x a n c h o r ) \b / g,
47
47
} ,
48
48
{
49
49
debugName : "atlBuildInProperties.patterns![3]" ,
50
50
51
51
// float props
52
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
52
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
53
53
match : / \b (?< ! \. ) (?: x a l i g n | y a l i g n | z o o m | x z o o m | y z o o m | a l p h a | a d d i t i v e | a n g l e | d e l a y | e v e n t s | z p o s ) \b / g,
54
54
} ,
55
55
{
56
56
debugName : "atlBuildInProperties.patterns![4]" ,
57
57
58
58
// float pair props
59
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
59
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
60
60
match : / \b (?< ! \. ) (?: a l i g n | k n o t ) \b / g,
61
61
} ,
62
62
{
63
63
debugName : "atlBuildInProperties.patterns![5]" ,
64
64
65
65
// int props
66
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
66
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
67
67
match : / \b (?< ! \. ) (?: x o f f s e t | y o f f s e t | x t i l e | y t i l e ) \b / g,
68
68
} ,
69
69
{
70
70
debugName : "atlBuildInProperties.patterns![6]" ,
71
71
72
72
// int pair props
73
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
73
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
74
74
match : / \b (?< ! \. ) (?: o f f s e t ) \b / g,
75
75
} ,
76
76
{
77
77
debugName : "atlBuildInProperties.patterns![7]" ,
78
78
79
79
// boolean props
80
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
80
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
81
81
match : / \b (?< ! \. ) (?: r o t a t e _ p a d | t r a n s f o r m _ a n c h o r | n e a r e s t | c r o p _ r e l a t i v e | s u b p i x e l | z z o o m ) \b / g,
82
82
} ,
83
83
{
84
84
debugName : "atlBuildInProperties.patterns![8]" ,
85
85
86
86
// ('#float' | None)
87
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
87
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
88
88
match : / \b (?< ! \. ) (?: r o t a t e | x p a n | y p a n | b l u r ) \b / g,
89
89
} ,
90
90
{
91
91
debugName : "atlBuildInProperties.patterns![9]" ,
92
92
93
93
// ('#position' | None)
94
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
94
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
95
95
match : / \b (?< ! \. ) (?: x s i z e | y s i z e ) \b / g,
96
96
} ,
97
97
{
98
98
debugName : "atlBuildInProperties.patterns![10]" ,
99
99
100
100
// ('\(int, int, int, int\)' | '\(float, float, float, float\)' | None)
101
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
101
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
102
102
match : / \b (?< ! \. ) (?: c r o p ) \b / g,
103
103
} ,
104
104
{
105
105
debugName : "atlBuildInProperties.patterns![11]" ,
106
106
107
107
// ('\(int, int\)' | None)
108
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
108
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
109
109
match : / \b (?< ! \. ) (?: c o r n e r 1 | c o r n e r 2 ) \b / g,
110
110
} ,
111
111
{
112
112
debugName : "atlBuildInProperties.patterns![12]" ,
113
113
114
114
// ('\(position, position\)' | None)
115
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
115
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
116
116
match : / \b (?< ! \. ) (?: x y s i z e ) \b / g,
117
117
} ,
118
118
{
119
119
debugName : "atlBuildInProperties.patterns![13]" ,
120
120
121
121
// ('#string' | None)
122
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
122
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
123
123
match : / \b (?< ! \. ) (?: f i t ) \b / g,
124
124
} ,
125
125
{
@@ -133,28 +133,37 @@ export const atlBuildInProperties: TokenPattern = {
133
133
debugName : "atlBuildInProperties.patterns![15]" ,
134
134
135
135
// ('#Matrix' | '#MatrixColor' | None)
136
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
136
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
137
137
match : / \b (?< ! \. ) (?: m a t r i x c o l o r ) \b / g,
138
138
} ,
139
139
{
140
140
debugName : "atlBuildInProperties.patterns![16]" ,
141
141
142
142
// ('#Matrix' | '#TransformMatrix' | None)
143
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
143
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
144
144
match : / \b (?< ! \. ) (?: m a t r i x t r a n s f o r m ) \b / g,
145
145
} ,
146
146
{
147
147
debugName : "atlBuildInProperties.patterns![17]" ,
148
148
149
149
// ('#bool' | '#float' | '\(float, float, float\)')
150
- token : EntityTokenType . PropertyName , /*support.type.property-name.transform.renpy*/
150
+ token : EntityTokenType . TagName , /*support.type.property-name.transform.renpy entity.name.tag.css .transform.renpy*/
151
151
match : / \b (?< ! \. ) (?: p e r s p e c t i v e ) \b / g,
152
152
} ,
153
153
]
154
154
} ;
155
155
156
156
export const atlSimpleExpression : TokenPattern = {
157
- patterns : [ atlBuildInProperties ]
157
+ patterns : [
158
+ atlBuildInProperties ,
159
+ {
160
+ debugName : "atlSimpleExpression.patterns![21]" ,
161
+
162
+ // Tokenize identifiers
163
+ token : EntityTokenType . VariableName , /*variable.name.python*/
164
+ match : / \b ( [ a - z A - Z _ ] \w * ) \b / g,
165
+ } ,
166
+ ]
158
167
} ;
159
168
160
169
export const atlExpression : TokenPattern = {
@@ -284,7 +293,7 @@ export const atlEventName: TokenPattern = {
284
293
{
285
294
debugName : "atlEventName.patterns![2]" ,
286
295
287
- token : MetaTokenType . FunctionCall , /*entity.name.function.renpy meta.function-call.generic.renpy*/
296
+ token : MetaTokenType . FunctionCall , /*entity.name.function.event. renpy meta.function-call.generic.renpy*/
288
297
match : / \b ( [ a - z A - Z _ ] \w * ) \b / g,
289
298
} ,
290
299
]
@@ -296,7 +305,7 @@ export const atlEventDefName: TokenPattern = {
296
305
{
297
306
debugName : "atlEventDefName.patterns![2]" ,
298
307
299
- token : EntityTokenType . FunctionName , /*entity.name.function.renpy*/
308
+ token : EntityTokenType . FunctionName , /*entity.name.function.event.def. renpy*/
300
309
match : / \b ( [ a - z A - Z _ ] \w * ) \b / g,
301
310
} ,
302
311
]
@@ -353,7 +362,7 @@ export const atlFunction: TokenPattern = {
353
362
{
354
363
debugName : "atlFunction.captures![2].patterns![1]" ,
355
364
356
- token : MetaTokenType . FunctionCall , /*entity.name.function.renpy meta.function-call.generic.renpy*/
365
+ token : MetaTokenType . FunctionCall , /*entity.name.function.atl-function. renpy meta.function-call.generic.renpy*/
357
366
match : / \b ( [ a - z A - Z _ ] \w * ) \b / g,
358
367
} ,
359
368
]
@@ -376,24 +385,67 @@ export const atlWarperName: TokenPattern = {
376
385
{
377
386
debugName : "atlWarperName.patterns![3]" ,
378
387
379
- token : MetaTokenType . FunctionCall , /*entity.name.function.renpy meta.function-call.generic.renpy*/
388
+ token : MetaTokenType . FunctionCall , /*entity.name.function.warper. renpy meta.function-call.generic.renpy*/
380
389
match : / \b ( [ a - z A - Z _ ] \w * ) \b / g,
381
390
} ,
382
391
]
383
392
} ;
384
393
394
+ export const atlWarperBroken : TokenPattern = {
395
+ debugName : "atlWarperBroken" ,
396
+
397
+ // TODO: This doesn't work right now, we can't assume all identifiers are warpers
398
+ token : MetaTokenType . ATLWarper , /*meta.atl.warper.renpy*/
399
+ begin : / (?< = ^ [ \t ] * ) ( [ a - z A - Z _ ] \w * ) \b / dgm,
400
+ beginCaptures : {
401
+ 1 : { patterns : [ atlWarperName ] } ,
402
+ } ,
403
+ end : / (? = [ \t ] * # ) | $ / gm,
404
+ patterns : [ atlSimpleExpression ]
405
+ } ;
406
+
385
407
export const atlWarper : TokenPattern = {
386
408
debugName : "atlWarper" ,
387
409
388
- // https://www.renpy.org/doc/html/atl.html#warpers
410
+ // (TODO: For now we only support build-in warper highlighting) https://www.renpy.org/doc/html/atl.html#warpers
389
411
token : MetaTokenType . ATLWarper , /*meta.atl.warper.renpy*/
390
- begin : / \b (?< ! \. ) ( [ a - z A - Z _ ] \w * ) \b [ \t ] * / dg ,
412
+ begin : / (?< = ^ [ \t ] * ) ( l i n e a r | e a s e | e a s e i n | e a s e o u t | e a s e _ b a c k | e a s e _ b o u n c e | e a s e _ c i r c | e a s e _ c u b i c | e a s e _ e l a s t i c | e a s e _ e x p o | e a s e _ q u a d | e a s e _ q u a r t | e a s e _ q u i n t | e a s e i n _ b a c k | e a s e i n _ b o u n c e | e a s e i n _ c i r c | e a s e i n _ c u b i c | e a s e i n _ e l a s t i c | e a s e i n _ e x p o | e a s e i n _ q u a d | e a s e i n _ q u a r t | e a s e i n _ q u i n t | e a s e o u t _ b a c k | e a s e o u t _ b o u n c e | e a s e o u t _ c i r c | e a s e o u t _ c u b i c | e a s e o u t _ e l a s t i c | e a s e o u t _ e x p o | e a s e o u t _ q u a d | e a s e o u t _ q u a r t | e a s e o u t _ q u i n t ) \b / dgm ,
391
413
beginCaptures : {
392
414
1 : { patterns : [ atlWarperName ] } ,
393
415
} ,
394
- end : / (? ! \G ) / g ,
416
+ end : / (? = [ \t ] * # ) | $ / gm ,
395
417
patterns : [ atlSimpleExpression ]
396
418
} ;
397
419
420
+ export const atlFallback : TokenPattern = {
421
+ // TODO: This is a temp fix for missing pattern references
422
+ patterns : [
423
+ ]
424
+ } ;
425
+
426
+ export const transform : TokenPattern = {
427
+ debugName : "transform" ,
428
+
429
+ contentToken : MetaTokenType . TransformBlock , /*meta.transform.block.renpy*/
430
+ begin : / ^ ( [ \t ] + ) ? ( t r a n s f o r m ) \b [ \t ] * ( .* ) ? ( : ) / dgm,
431
+ beginCaptures : {
432
+ 1 : { token : CharacterTokenType . Whitespace , /*punctuation.whitespace.leading.renpy*/ } ,
433
+ 2 : { token : KeywordTokenType . Transform , /*keyword.transform.renpy*/ } ,
434
+ 3 : {
435
+ patterns : [
436
+ {
437
+ debugName : "transform.beginCaptures![3].patterns![0]" ,
438
+
439
+ token : EntityTokenType . VariableName , /*variable.name.transform.renpy*/
440
+ match : / \b ( [ a - z A - Z _ ] \w * ) \b / g,
441
+ } ,
442
+ ]
443
+ } ,
444
+ 4 : { token : CharacterTokenType . Colon , /*punctuation.section.atl.begin.renpy*/ } ,
445
+ } ,
446
+ end : / ^ (? = (? ! \1) [ \t ] * [ ^ \s # ] | \1[ ^ \s # ] ) / gm,
447
+ patterns : [ atl ]
448
+ } ;
449
+
398
450
// Push pattern references that were not defined on include
399
- atl . patterns ! . push ( atlKeywords , atlBlocks , atlSimpleExpression , atlWarper , atlEvent , atlOn , atlFunction ) ;
451
+ atl . patterns ! . push ( atlKeywords , atlWarper , atlBlocks , atlSimpleExpression , atlEvent , atlOn , atlFunction , atlFallback ) ;
0 commit comments