Mercurial > vim
view runtime/ftplugin/tt2html.vim @ 31883:f9dbb07cad5a v9.0.1274
patch 9.0.1274: FIRRTL files are not recognized
Commit: https://github.com/vim/vim/commit/685bf83b73d0fe6fd36bb2949bebd6aae66a139e
Author: Amaan Qureshi <amaanq12@gmail.com>
Date: Thu Feb 2 13:30:13 2023 +0000
patch 9.0.1274: FIRRTL files are not recognized
Problem: FIRRTL files are not recognized.
Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/11931)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 02 Feb 2023 14:45:04 +0100 |
parents | d1fe80fb35e6 |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: TT2 embedded with HTML " Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) " Last Change: 2018 Mar 28 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Just use the HTML plugin for now. runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim