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

return {
	s({ trig = ',,', snippetType = 'autosnippet' },
		fmta(
			'\\ch{<>->>[<>][<>]<>}\\par',
			{
				i(1),
				i(2),
				i(3),
				i(4),
			}
		)
	),
}