vim/runtime
Aliaksei Budavei 910bfd5d38
runtime(java): Consent to HTML tags folding in Javadoc comments
HTML tags in Javadoc comments can additionally be folded
after applying
------------------------------------------------------------
	let g:html_syntax_folding = 1
	set foldmethod=syntax
------------------------------------------------------------

and giving explicit consent with
------------------------------------------------------------
	let g:java_consent_to_html_syntax_folding = 1
------------------------------------------------------------

Do not default to this kind of folding unless ALL start tags
and optional end tags are balanced in Javadoc comments;
otherwise, put up with creating runaway folds that break
syntax highlighting.

resolves: zzzyxwvut/java-vim#8.
closes: #17216

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-04-28 17:58:22 +02:00
..
autoload runtime(doc): Fix notation of "Vim script" and "Vim9 script" 2025-04-27 15:28:30 +02:00
bitmaps
colors runtime(colors): Update colorschemes, include new unokai colorscheme 2025-01-14 17:15:59 +01:00
compiler runtime(gleam): update filetype plugin, include new compiler and syntax script 2025-04-24 21:30:59 +02:00
doc runtime(java): Consent to HTML tags folding in Javadoc comments 2025-04-28 17:58:22 +02:00
ftplugin runtime(groff,nroff): improve ftplugin 2025-04-24 22:26:02 +02:00
icons
import/dist
indent runtime(make): do not automatically indent after a special target 2025-04-22 20:20:46 +02:00
keymap runtime(keymaps): update Brazilian keymaps 2025-04-20 17:10:20 +02:00
lang translation(it): update menu_it 2025-03-13 20:38:44 +01:00
macros
pack/dist/opt runtime(doc): Fix notation of "Vim script" and "Vim9 script" 2025-04-27 15:28:30 +02:00
plugin patch 9.1.1289: tests: no test for matchparen plugin with WinScrolled event 2025-04-09 19:29:18 +02:00
print
spell
syntax runtime(java): Consent to HTML tags folding in Javadoc comments 2025-04-28 17:58:22 +02:00
tools
tutor runtime(new-tutor): update tutor and correct comandline completion 2025-04-13 17:44:24 +02:00
bugreport.vim
defaults.vim runtime(doc): disable last-position-jump in diff mode 2025-04-12 18:07:39 +02:00
delmenu.vim
doc.info
evim.vim
filetype.vim patch 9.1.1343: filetype: IPython files are not recognized 2025-04-24 22:34:46 +02:00
ftoff.vim
ftplugin.vim
ftplugof.vim
gvim.desktop
gvimrc_example.vim
hi16-action-make.png
hi22-action-make.png
icons.info
indent.vim
indoff.vim
macmap.vim
macros.info
makemenu.vim patch 9.1.1188: runtime(tera): tera support can be improved 2025-03-09 08:52:05 +01:00
menu.vim runtime(misc): Use consistent "Vim script" spelling 2024-10-13 19:16:42 +02:00
mswin.vim
optwin.vim patch 9.1.1341: cannot define completion triggers 2025-04-24 21:48:35 +02:00
scripts.vim
synmenu.vim patch 9.1.1188: runtime(tera): tera support can be improved 2025-03-09 08:52:05 +01:00
termcap
tools.info
tutor.info
vim.desktop
vim16x16.gif
vim16x16.png
vim16x16.xpm
vim32x32.gif
vim32x32.png
vim32x32.xpm
vim48x48.gif
vim48x48.png
vim48x48.xpm
vimlogo.cdr
vimlogo.eps
vimlogo.gif
vimlogo.pdf
vimlogo.svg
vimlogo.xpm
vimrc_example.vim