mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
checker: more default field fixes
This commit is contained in:
parent
925f1781b3
commit
ea31f75098
10 changed files with 25 additions and 25 deletions
|
@ -7,11 +7,11 @@ mut:
|
|||
current_tag &Tag
|
||||
open_tag bool = false
|
||||
open_code bool = false
|
||||
open_string int = 0
|
||||
open_string int
|
||||
open_comment bool = false
|
||||
is_attribute bool = false
|
||||
opened_code_type string = ''
|
||||
line_count int = 0
|
||||
opened_code_type string
|
||||
line_count int
|
||||
lexeme_builder string
|
||||
code_tags map[string]bool = {
|
||||
'script': true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue