Skip to content

Commit

Permalink
Add a simple visual test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
averms authored and cespare committed Dec 8, 2020
1 parent 897cb4e commit 3c5face
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/test.toml
@@ -0,0 +1,19 @@
# Visual test file.
# You can run
#
# nnoremap <F10> <cmd>echo synIDattr(synID(line('.'), col('.'), 1), 'name')<CR>
#
# 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

0 comments on commit 3c5face

Please sign in to comment.