Fix formatting, follow 100 char line length limit

No idea why the Markdown stuff got dropped last time. Hopefully everything is fine now.
This commit is contained in:
ednix 2018-12-23 13:18:56 +05:30 committed by Who? Me?!
parent 9198dcb431
commit 8a96fc0003
1 changed files with 3 additions and 1 deletions

View File

@ -300,7 +300,9 @@ in other sections:
### ctags
One of the challenges with rustc is that the RLS can't handle it, since it's a bootstrapping compiler. This makes code navigation difficult. One solution is to use ctags. The following script can be used to set it up: https://github.com/nikomatsakis/rust-etags.
One of the challenges with rustc is that the RLS can't handle it, since it's a bootstrapping
compiler. This makes code navigation difficult. One solution is to use `ctags`. The following
script can be used to set it up: [https://github.com/nikomatsakis/rust-etags][etags].
CTAGS integrates into emacs and vim quite easily. The following can then be
used to build and generate tags: