mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vdoc: fix syntax highlighting for symbols before !
and between (
and ,
(#19888)
This commit is contained in:
parent
c9429f3331
commit
4458e49652
16 changed files with 453 additions and 88 deletions
8
TESTS.md
8
TESTS.md
|
@ -185,3 +185,11 @@ tests in the main V repository, for example:
|
|||
|
||||
* `v vet vlib/v` - run a style checker.
|
||||
* `v test-self` (run self tests) in various compilation modes.
|
||||
|
||||
> **Note**
|
||||
The VDOC test vdoc_file_test.v now also supports VAUTOFIX, which is
|
||||
useful, if you change anything inside cmd/tools/vdoc or vlib/v/doc/,
|
||||
or inside the modules that it depends on (like markdown).
|
||||
After such changes, just run this command *2 times*, and commit the
|
||||
resulting changes in `cmd/tools/vdoc/tests/testdata` as well:
|
||||
`VAUTOFIX=1 ./v cmd/tools/vdoc/tests/vdoc_file_test.v`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue