mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cmd/tools/v/vdoc: keep _
sep in numeric literals and highlight modules properly (#9358)
This commit is contained in:
@ -100,6 +100,7 @@ pub fn new_vdoc_preferences() &pref.Preferences {
|
||||
// so its preferences should be permissive:
|
||||
return &pref.Preferences{
|
||||
enable_globals: true
|
||||
is_fmt: true
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user