Add missing `/` at the end of the .ctags
This commit is contained in:
parent
ee0480ce2f
commit
6666c0cf18
|
@ -55,7 +55,7 @@ Don't use this if possible, [Nim idetools](http://nim-lang.org/idetools.html) pr
|
|||
--regex-nim=/method\s+(\w+)/\1/f,method/
|
||||
--regex-nim=/proc\s+`([^`]+)`/\1/o,operator/
|
||||
--regex-nim=/template\s+(\w+)/\1/t,template/
|
||||
--regex-nim=/macro\s+(\w+)/\1/m,macro
|
||||
--regex-nim=/macro\s+(\w+)/\1/m,macro/
|
||||
```
|
||||
|
||||
### jEdit
|
||||
|
|
Loading…
Reference in New Issue