mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +02:00
Emit marker fixes - idSpan fix, persistent opening, specialized squiggle
This commit is contained in:
parent
bbd0fe8779
commit
866bddde2e
17 changed files with 237 additions and 65 deletions
|
@ -331,7 +331,7 @@ namespace IDE.ui
|
|||
var passInstance = bfSystem.CreatePassInstance();
|
||||
|
||||
parser.SetIsClassifying();
|
||||
parser.SetSource(text, useFileName);
|
||||
parser.SetSource(text, useFileName, -1);
|
||||
parser.Parse(passInstance, !isBeefSource);
|
||||
if (isBeefSource)
|
||||
parser.Reduce(passInstance);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue