From b9f8360e0de6710a464736dfdf388c40ff4a1aae Mon Sep 17 00:00:00 2001 From: exhu Date: Sun, 21 Oct 2012 08:54:28 -0700 Subject: [PATCH] Updated Editor Support (markdown) --- Editor-Support.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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