Don't index some subsubsections of the text editor docs.
Closes PR 12801.
This commit is contained in:
parent
f42db7366e
commit
84c6fe1522
|
@ -154,7 +154,7 @@ filetype plugin on
|
||||||
set expandtab
|
set expandtab
|
||||||
}|
|
}|
|
||||||
|
|
||||||
@subsection{Indentation}
|
@subsubsub*section{Indentation}
|
||||||
|
|
||||||
You can enable indentation for Racket by setting both the @tt{lisp} and
|
You can enable indentation for Racket by setting both the @tt{lisp} and
|
||||||
@tt{autoindent} options in Vim. However, the indentation is limited and not as
|
@tt{autoindent} options in Vim. However, the indentation is limited and not as
|
||||||
|
@ -178,7 +178,7 @@ set lispwords+=public-method,override-method,private-method,syntax-case,syntax-r
|
||||||
set lispwords+=..more..
|
set lispwords+=..more..
|
||||||
}|
|
}|
|
||||||
|
|
||||||
@subsection{Highlighting}
|
@subsubsub*section{Highlighting}
|
||||||
|
|
||||||
The @hyperlink["http://www.vim.org/scripts/script.php?script_id=1230"]{Rainbow
|
The @hyperlink["http://www.vim.org/scripts/script.php?script_id=1230"]{Rainbow
|
||||||
Parenthesis} script for vim can be useful for more visible parenthesis
|
Parenthesis} script for vim can be useful for more visible parenthesis
|
||||||
|
@ -186,20 +186,20 @@ matching. Syntax highlighting for Scheme is shipped with vim on many platforms,
|
||||||
which will work for the most part with Racket. The vim-racket script
|
which will work for the most part with Racket. The vim-racket script
|
||||||
provides good default highlighting settings for you.
|
provides good default highlighting settings for you.
|
||||||
|
|
||||||
@subsection{Structured Editing}
|
@subsubsub*section{Structured Editing}
|
||||||
|
|
||||||
The @hyperlink["http://www.vim.org/scripts/script.php?script_id=2531"]{Slimv}
|
The @hyperlink["http://www.vim.org/scripts/script.php?script_id=2531"]{Slimv}
|
||||||
plugin has a paredit mode that works like paredit in Emacs. However, the plugin
|
plugin has a paredit mode that works like paredit in Emacs. However, the plugin
|
||||||
is not aware of Racket. You can either set vim to treat Racket as Scheme files
|
is not aware of Racket. You can either set vim to treat Racket as Scheme files
|
||||||
or you can modify the paredit script to load on @filepath{.rkt} files.
|
or you can modify the paredit script to load on @filepath{.rkt} files.
|
||||||
|
|
||||||
@subsection{Scribble}
|
@subsubsub*section{Scribble}
|
||||||
|
|
||||||
Vim support for writing scribble documents is provided by the
|
Vim support for writing scribble documents is provided by the
|
||||||
@hyperlink["http://www.vim.org/scripts/script.php?script_id=3756"]{scribble.vim}
|
@hyperlink["http://www.vim.org/scripts/script.php?script_id=3756"]{scribble.vim}
|
||||||
plugin.
|
plugin.
|
||||||
|
|
||||||
@subsection{Miscellaneous}
|
@subsubsub*section{Miscellaneous}
|
||||||
|
|
||||||
If you are installing many vim plugins (not necessary specific to Racket), we
|
If you are installing many vim plugins (not necessary specific to Racket), we
|
||||||
recommend using a plugin that will make loading other plugins easier.
|
recommend using a plugin that will make loading other plugins easier.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user