File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ export const components = {
14
14
PackagePort : 'PackagePort' ,
15
15
Command : 'Command' ,
16
16
Query : 'Query' ,
17
+ DomainEvent : 'DomainEvent' ,
18
+ IntegrationEvent : 'IntegrationEvent' ,
19
+ DomainService : 'DomainService' ,
17
20
} ;
18
21
19
22
export const keywords = [
@@ -141,6 +144,9 @@ export const keywords = [
141
144
'Operations' ,
142
145
'Mutation' ,
143
146
'Query' ,
147
+ 'DomainEvent' ,
148
+ 'IntegrationEvent' ,
149
+ 'DomainService' ,
144
150
145
151
'StandardVO' ,
146
152
] ;
Original file line number Diff line number Diff line change 64
64
"patterns" : [
65
65
{
66
66
"name" : " keyword.control.templateClass.bitloops" ,
67
- "match" : " \\ b(Config|(REST\\ .Methods)|REST|DTO|UseCase|Root|Entity|Rule|OK|Errors|ValueObject|Props|ReadModel|RESTController|RESTRouter|GraphQLController|Feature|Mapper|RepoPort|RepoAdapter|PackagePort|PackageAdapter|ApplicationErrors|DomainErrors|DomainError|ApplicationError|Command|Query|CommandHandler|QueryHandler)\\ b"
67
+ "match" : " \\ b(Config|(REST\\ .Methods)|REST|DTO|UseCase|Root|Entity|Rule|OK|Errors|ValueObject|Props|ReadModel|RESTController|RESTRouter|GraphQLController|Feature|Mapper|RepoPort|RepoAdapter|PackagePort|PackageAdapter|ApplicationErrors|DomainErrors|DomainError|ApplicationError|Command|Query|CommandHandler|QueryHandler|Struct|IntegrationEvent|IntegrationEventHandler|DomainEvent|DomainEventHandler|ServicePort|DomainService )\\ b"
68
68
}
69
69
]
70
70
},
71
71
"myClasses" : {
72
72
"patterns" : [
73
73
{
74
74
"name" : " entity.name.class.bitloops" ,
75
- "match" : " \\ b[A-Z]+[a-zA-Z0-9]*(DTO|UseCase|Aggregate|VO|Entity|Error|Controller|Router|Feature|Mapper|RepoPort|RepoAdapter|PackagePort|PackageAdapter|Error|Props|Rule|Command|Query|ReadModel|CommandHandler|QueryHandler)\\ b"
75
+ "match" : " \\ b[A-Z]+[a-zA-Z0-9]*(DTO|UseCase|Aggregate|VO|Entity|Error|Controller|Router|Feature|Mapper|RepoPort|RepoAdapter|PackagePort|PackageAdapter|Error|Props|Rule|Command|Query|ReadModel|CommandHandler|QueryHandler|IntegrationEvent|IntegrationEventHandler|DomainEvent|DomainEventHandler|ServicePort|DomainService )\\ b"
76
76
}
77
77
]
78
78
},
You can’t perform that action at this time.
0 commit comments