1
0
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:
Swastik Baranwal
2021-03-18 18:36:16 +05:30
committed by GitHub
parent eccf707270
commit f28e67d526
2 changed files with 7 additions and 2 deletions

View File

@ -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
}
}