elixir-editors / elixir-editors/vim-elixir
"\w!\w" should treat the bang as part of the atom
Open
bug
syntax
- Dominant language
- Ruby
- Stars
- 1.3k
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
```ex
iex(4)> hello!world
error: undefined function hello!/1 (there is no such import)
└─ iex:4
** (CompileError) cannot compile code (errors have been logged)
```
Practical example:
```ex
registry = start_supervised!(KV.Registry)
```
Currently maps to `'elixirOperator'`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.