view runtime/syntax/xhtml.vim @ 36546:e8747c7b9f22 draft default tip

runtime(doc): improve indentation in examples for netrw-handler Commit: https://github.com/vim/vim/commit/9b05326afdb0359a2dd40470b2b47a6e422662e9 Author: Christian Brabandt <cb@256bit.org> Date: Wed Nov 13 17:14:39 2024 +0100 runtime(doc): improve indentation in examples for netrw-handler related: https://github.com/vim/vim/issues/16043 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 13 Nov 2024 17:30:08 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

" Vim syntax file
" Language:	XHTML
" Maintainer:	noone
" Last Change:	2003 Feb 04

" Load the HTML syntax for now.
runtime! syntax/html.vim

let b:current_syntax = "xhtml"

" vim: ts=8