We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a5688 commit cd1087fCopy full SHA for cd1087f
contrib/adsabs/grammars/ADS.g
@@ -119,7 +119,7 @@ value
119
:
120
REGEX -> ^(QREGEX REGEX)
121
|range_term_in -> ^(QRANGEIN range_term_in)
122
-// | range_term_ex -> ^(QRANGEEX range_term_ex)
+// | range_term_ex -> ^(QRANGEEX range_term_ex)
123
| identifier -> ^(QIDENTIFIER identifier)
124
| coordinate -> ^(QCOORDINATE coordinate)
125
| normal -> ^(QNORMAL normal)
@@ -329,7 +329,6 @@ identifier
329
| STAR -> $identifier ^(QANYTHING STAR)
330
)
331
;
332
-
333
334
coordinate
335
0 commit comments