link to fmt configuration as example
[howl-parkour.git] / parkour / fmt / fennel / squarewords.lua
blobb1b2f5ed64fdcff586510acd6fedc242fdd2c820
1 -- SPDX-License-Identifier: GPL-3.0-or-later
2 -- © 2020 Georgi Kirilov
4 return {
5 not_optional = true,
7 ['each'] = 1,
8 ['for'] = 1,
9 ['let'] = 1,
10 ['with-open'] = 1,
12 ['fn'] = 2,
13 ['lambda'] = 2,
14 ['macro'] = 2,
15 ['λ'] = 2,