Skip to content

Commit e0637f8

Browse files
committed
ignore
1 parent cc6730f commit e0637f8

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

LatexFrac.g4

+5-17
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,11 @@ SETNOTATION:
178178
|'\\emptyset'
179179
;
180180

181-
181+
IGNORE:
182+
( '\\vrule'|'\\quad' | '\\hfil'| '\\quad'| '\\vcenter'| '\\vbox'| '\\vskip'| '\\vspace'
183+
| '\\left' |'\\right'| '\\*'| '\\,'| '\\-'| '\\.'| '\\/'| '\\;'| '\\!'| '\\"'| '\\('
184+
| '\\,'| '\\-'| '\\.'| '\\:'| '\\='
185+
) -> skip;
182186

183187
/**
184188
@@ -272,13 +276,6 @@ LBRAC:
272276
\dota
273277
\doteq
274278
\ell
275-
276-
277-
\emptyset
278-
\setminus
279-
280-
281-
282279
\equiv
283280
\exists
284281
\exp
@@ -332,7 +329,6 @@ LBRAC:
332329
\longmapsto
333330
\Longrightarrow
334331
\lor
335-
\mapsto
336332
\max
337333
\mho
338334
\mid
@@ -349,12 +345,10 @@ LBRAC:
349345
\ni
350346
\not=
351347
\notin
352-
\nu
353348
\nwarrow
354349
\odot
355350
\oint
356351
\omega
357-
\Omega
358352
\ominus
359353
\oplus
360354
\oslash
@@ -363,15 +357,10 @@ LBRAC:
363357
\parallel
364358
\partial
365359
\perp
366-
\Pi
367360
\Pr
368-
369361
relation:
370362
\prec
371363
\preceq
372-
373-
374-
375364
\prime
376365
\prod
377366
\propto
@@ -400,7 +389,6 @@ relation:
400389
\sqsupset
401390
\sqsupseteq
402391
\star
403-
\subset
404392
\subseteq
405393
\succ
406394
\succeq

0 commit comments

Comments
 (0)