mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
@@ -5,7 +5,7 @@ import strings
|
||||
|
||||
struct LexicalAttributes {
|
||||
mut:
|
||||
current_tag &Tag
|
||||
current_tag &Tag = unsafe { nil }
|
||||
open_tag bool
|
||||
open_code bool
|
||||
open_string int
|
||||
|
Reference in New Issue
Block a user