fix: snippet parser should not output '$'
This commit is contained in:
parent
075ec84cf0
commit
3da09cac55
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ pub fn parse(allocator: std.mem.Allocator, snippet: []const u8) Error!Snippet {
|
|||
},
|
||||
'$' => {
|
||||
state = .tabstop;
|
||||
try text.writer.writeByte(c);
|
||||
},
|
||||
else => try text.writer.writeByte(c),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue