Skip to content

Commit d9798d4

Browse files
author
Chris Pecunies
committed
linkify
1 parent fec502c commit d9798d4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

vim.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[selene]
2+
base = "lua51"
3+
name = "vim"
4+
5+
[vim]
6+
any = true
7+
8+
[jit]
9+
any = true
10+
11+
[assert]
12+
any = true
13+
14+
[describe]
15+
any = true
16+
17+
[it]
18+
any = true
19+
20+
[before_each.args]
21+
any = true

0 commit comments

Comments
 (0)