Hyperlinks idetools development documentation
This commit is contained in:
parent
bafbe6e73a
commit
12d373ba58
|
@ -11,7 +11,7 @@ https://github.com/zah/nimrod.vim/
|
|||
* Syntax Highlighting
|
||||
* Auto-indent
|
||||
* Build/Jump to errors within Vim
|
||||
* Project Navigation and Jump to Definition (using the Ctags support listed below or Nimrod's idetools command)
|
||||
* Project Navigation and Jump to Definition (using the Ctags support listed below or [Nimrod's idetools](http://build.nimrod-code.org/docs/idetools.html) command)
|
||||
|
||||
### Scite
|
||||
Recent versions of Scite have out-of-the-box support for Nimrod. For older versions: <br />
|
||||
|
@ -26,7 +26,7 @@ There is a .lang file for gedit [here](https://github.com/nimrod-code/Aporia/blo
|
|||
|
||||
### Ctags
|
||||
Basic ```~/.ctags``` rules for nimrod code (Feel free to improve and contribute)
|
||||
Don't use this if possible, `nimrod idetools` provides better results.
|
||||
Don't use this if possible, [nimrod idetools](http://build.nimrod-code.org/docs/idetools.html) provides better results.
|
||||
|
||||
```
|
||||
--langdef=nimrod
|
||||
|
|
Loading…
Reference in New Issue