diff --git a/Editor-Support.md b/Editor-Support.md index 94e804f..9e17ca5 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -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=/template\s+(\w+)/\1/t,template/ --regex-nimrod=/macro\s+(\w+)/\1/m,macro -``` \ No newline at end of file +``` + +### jEdit +https://github.com/exhu/nimrod-misc/tree/master/jedit \ No newline at end of file