Skip to content

Commit 68d92a8

Browse files
neo4j-browser-botgithub-actions[bot]anderson4j
authored
Automated update of artifacts to neo4j version 2025.12.0 (#614)
Co-authored-by: Dev Artifact Bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: Isak <[email protected]>
1 parent aed75a4 commit 68d92a8

File tree

13 files changed

+12300
-12092
lines changed

13 files changed

+12300
-12092
lines changed

.changeset/tough-dots-shout.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@neo4j-cypher/language-support': patch
3+
'@neo4j-cypher/lint-worker': patch
4+
---
5+
6+
Updates dev artifacts to 2025.12

packages/language-support/src/antlr-grammar/Cypher25Lexer.g4

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ ACTIVE
107107
: A C T I V E
108108
;
109109
110+
ACYCLIC
111+
: A C Y C L I C
112+
;
113+
110114
ADD
111115
: A D D
112116
;
@@ -283,6 +287,10 @@ COPY
283287
: C O P Y
284288
;
285289
290+
CONDITION
291+
: C O N D I T I O N
292+
;
293+
286294
CONTINUE
287295
: C O N T I N U E
288296
;
@@ -347,6 +355,10 @@ DEFAULT
347355
: D E F A U L T
348356
;
349357
358+
DEFINE
359+
: D E F I N E
360+
;
361+
350362
DEFINED
351363
: D E F I N E D
352364
;
@@ -451,6 +463,10 @@ ELSE
451463
: E L S E
452464
;
453465
466+
ENABLED
467+
: E N A B L E D
468+
;
469+
454470
ENCRYPTED
455471
: E N C R Y P T E D
456472
;
@@ -1100,6 +1116,14 @@ ROWS
11001116
: R O W S
11011117
;
11021118
1119+
RULE
1120+
: R U L E
1121+
;
1122+
1123+
RULES
1124+
: R U L E S
1125+
;
1126+
11031127
RPAREN
11041128
: ')'
11051129
;
@@ -1264,6 +1288,10 @@ TOPOLOGY
12641288
: T O P O L O G Y
12651289
;
12661290
1291+
TRAIL
1292+
: T R A I L
1293+
;
1294+
12671295
TRAILING
12681296
: T R A I L I N G
12691297
;
@@ -1364,6 +1392,10 @@ WAIT
13641392
: W A I T
13651393
;
13661394
1395+
WALK
1396+
: W A L K
1397+
;
1398+
13671399
WHEN
13681400
: W H E N
13691401
;

0 commit comments

Comments
 (0)