Skip to content

Commit

Permalink
Lean Together livecoding: pin partial_fixpoint to the left in indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 14, 2025
1 parent d02c5a0 commit b5ff076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lean/indent.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ local NEVER_INDENT = vim.regex(([[^\s*\(%s\)]]):format(table.concat({
'compile_inductive% ',
'def ',
'instance ',
'partial_fixpoint',
'structure ',
'where',
'@\\[',
Expand Down

0 comments on commit b5ff076

Please sign in to comment.