diff --git a/test/test.toml b/test/test.toml new file mode 100644 index 0000000..af324b7 --- /dev/null +++ b/test/test.toml @@ -0,0 +1,19 @@ +# Visual test file. +# You can run +# +# nnoremap echo synIDattr(synID(line('.'), col('.'), 1), 'name') +# +# and then press F10 to get the highlight group under the cursor. + +issue9 = [ + ["a", "b", "c"] +] + +issue10_1 = -12 +issue10_2 = +200.3 + +issue11 = -210_000.0 + +issue13 = { version="1.0", features=["derive"] } + +# vim: et sw=2 sts=2