Mercurial > vim
view configure @ 35614:5b997b932c98 v9.1.0550
patch 9.1.0550: filetype: antlr4 files are not recognized
Commit: https://github.com/vim/vim/commit/4a7a4a3675b6ad90a525524ba4684925df212325
Author: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Date: Tue Jul 9 19:11:18 2024 +0200
patch 9.1.0550: filetype: antlr4 files are not recognized
Problem: filetype: antlr4 files are not recognized
Solution: Detect '*.g4' as antlr4 filetype, include a simple antlr4
syntax and filetype plugin (Yinzuo Jiang)
closes: #15191
Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 09 Jul 2024 19:15:38 +0200 |
parents | a1ca6778da49 |
children |
line wrap: on
line source
#! /bin/sh # This is just a stub for the Unix configure script, to provide support for # doing "./configure" in the top Vim directory. cd "${SRCDIR:-src}" && exec ./configure "$@"