summaryrefslogtreecommitdiffstats
path: root/Snippets/tex/general.lua
blob: 73255da62105afac1c5e66a0cf655155ba79e68b (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
	s({ trig = "sec", snippetType = "autosnippet" },
		fmta(
			'\\section*{<>}',
			{
				i(1),
			}
		),
		{ condition = line_begin }
	),
}