1
0
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:
Swastik Baranwal
2021-03-16 15:35:36 +05:30
committed by GitHub
parent 0547a0a9cd
commit 0b0e96a8cd
2 changed files with 40 additions and 12 deletions

View File

@ -89,6 +89,9 @@ enum HighlightTokenTyp {
punctuation
string
symbol
none_
module_
prefix
}
struct SearchModuleResult {