Updated Editor Support (markdown)
This commit is contained in:
parent
e53d0d374a
commit
b9f8360e0d
|
@ -38,4 +38,7 @@ Basic ```~/.ctags``` rules for nimrod code (Feel free to improve and contribute)
|
||||||
--regex-nimrod=/proc\s+`([^`]+)`/\1/o,operator/
|
--regex-nimrod=/proc\s+`([^`]+)`/\1/o,operator/
|
||||||
--regex-nimrod=/template\s+(\w+)/\1/t,template/
|
--regex-nimrod=/template\s+(\w+)/\1/t,template/
|
||||||
--regex-nimrod=/macro\s+(\w+)/\1/m,macro
|
--regex-nimrod=/macro\s+(\w+)/\1/m,macro
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### jEdit
|
||||||
|
https://github.com/exhu/nimrod-misc/tree/master/jedit
|
Loading…
Reference in New Issue