summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/colors.lua
blob: ddc8e4d66df343d08e4d0cec0c1b994d79d388f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
local helper = require('Snippets.luasniphelpers')

return {

	s({ trig = 'clr', snippetType = 'autosnippet' },
		fmta(
			'{\\color{<>}<>}',
			{
				i(1),
				i(2),
			}
		)
	),

}