We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As described in #18 by @rgrinberg, with tweaks from @AndrewRadev:
autocmd FileType erlang let b:switch_custom_definitions = \ [ \ { \ '<<"\([^"]*\)">>': '"\1"', \ '\%(<<\)\@<!"\([^"]*\)"': '<<"\1">>', \ } \ ]
This switches between the forms "..." and <<"...">>.
"..."
<<"...">>
There was an error while loading. Please reload this page.