Add missing `/` at the end of the .ctags

This commit is contained in:
miyakogi 2015-01-13 10:17:38 +09:00
parent ee0480ce2f
commit 6666c0cf18
1 changed files with 1 additions and 1 deletions

View File

@ -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