mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed parsing
This commit is contained in:
parent
c4979d33f9
commit
c6d9aa37f8
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ namespace IDE
|
|||
parser.SetSource(content, fileName, -1);
|
||||
var passInstance = bfSystem.CreatePassInstance();
|
||||
defer delete passInstance;
|
||||
parser.Parse(passInstance, IDEApp.IsBeefFile(fileName));
|
||||
parser.Parse(passInstance, !IDEApp.IsBeefFile(fileName));
|
||||
parser.Reduce(passInstance);
|
||||
|
||||
String name = parser.GetLocationName(wantLineNum, wantColumn, .. scope .());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue