Mercurial > vim
view runtime/indent/jsp.vim @ 32693:77145b811fb7 v9.0.1677
patch 9.0.1677: typo in syntax test input file
Commit: https://github.com/vim/vim/commit/4c0089d696b8d1d5dc40568f25ea5738fa5bbffb
Author: THARAK HEGDE <120558797+captainhaddock18@users.noreply.github.com>
Date: Sun Jul 9 02:38:28 2023 +0100
patch 9.0.1677: typo in syntax test input file
Problem: Typo in syntax test input file.
Solution: Fix the typo and the expected dump files. (THARAK HEGDE,
closes #12635)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 09 Jul 2023 03:45:13 +0200 |
parents | e63691e7c504 |
children |
line wrap: on
line source
" Vim filetype indent file " Language: JSP files " Maintainer: David Fishburn <fishburn@ianywhere.com> " Version: 1.0 " Last Change: Wed Nov 08 2006 11:08:05 AM " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " If there has been no specific JSP indent script created, " use the default html indent script which will handle " html, javascript and most of the JSP constructs. runtime! indent/html.vim