mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vdoc: improve syntax highlighting (#9323)
This commit is contained in:
@ -89,6 +89,9 @@ enum HighlightTokenTyp {
|
||||
punctuation
|
||||
string
|
||||
symbol
|
||||
none_
|
||||
module_
|
||||
prefix
|
||||
}
|
||||
|
||||
struct SearchModuleResult {
|
||||
|
Reference in New Issue
Block a user