Skip to content

Conversation

Subc2
Copy link
Contributor

@Subc2 Subc2 commented Oct 1, 2022

Added support for using matchit (% and related commands) in Erlang source files. Cycling through begin, case, maybe, etc. blocks works ok, as well as for function clauses ending in .. Function clauses ending in ; depend on the indentation (not ideal) and will not work correctly if there is a % sign embedded in a string or an atom in the same line. Ideally a whole function declaration could be cycled through with a construct like ^\(\l[A-Za-z0-9_@]*\):^\1\>:\.[\t\ %]\|\.$, though I could not get it to work.

@hcs42 hcs42 merged commit f7d4bbd into vim-erlang:master Oct 2, 2022
@hcs42
Copy link
Member

hcs42 commented Oct 2, 2022

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants