text stringlengths 24 1.04M | metadata stringlengths 233 497 |
|---|---|
### File: runtime/syntax/luau.vim
" Vim syntax file
" Language: Luau
" Maintainer: None yet
" Last Change: 2023 Apr 30
if exists("b:current_syntax")
finish
endif
" Luau is a superset of lua
runtime! syntax/lua.vim
let b:current_syntax = "luau"
" vim: nowrap sw=2 sts=2 ts=8 noet:
| {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/luau.vim", "license": "mit", "size": 252} |
### File: runtime/syntax/lynx.vim
" Vim syntax file
" Language: Lynx Web Browser Configuration (lynx.cfg)
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Last Change: 2023 Nov 09
" Lynx 2.8.9
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
syn match lynxStart "^" skipwhite nextgrou... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/lynx.vim", "license": "mit", "size": 7229} |
### File: runtime/syntax/lyrics.vim
" Vim syntax file
" Language: LyRiCs
" Maintainer: ObserverOfTime <chronobserver@disroot.org>
" Filenames: *.lrc
" Last Change: 2022 Sep 18
if exists('b:current_syntax')
finish
endif
let s:cpo_save = &cpoptions
set cpoptions&vim
syn case ignore
" Errors
syn match lr... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/lyrics.vim", "license": "mit", "size": 1168} |
### File: runtime/syntax/m3build.vim
" Vim syntax file
" Language: Modula-3 Makefile
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Last Change: 2021 April 15
if exists("b:current_syntax")
finish
endif
runtime! syntax/m3quake.vim
" Identifiers
syn match m3buildPredefinedVariable "\<\%(TARGET\|OS_TYPE\|BUILD_DI... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/m3build.vim", "license": "mit", "size": 5777} |
### File: runtime/syntax/m3quake.vim
" Vim syntax file
" Language: Modula-3 Quake
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Last Change: 2021 April 15
if exists("b:current_syntax")
finish
endif
" Keywords
syn keyword m3quakeKeyword else end foreach if in is local or proc readonly
syn keyword m3quakeKeyword... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/m3quake.vim", "license": "mit", "size": 2634} |
### File: runtime/syntax/m4.vim
" Vim syntax file
" Language: M4
" Maintainer: Claudio Fleiner (claudio@fleiner.com)
" URL: http://www.fleiner.com/vim/syntax/m4.vim
" (outdated)
" Last Change: 2022 Jun 12
" This file will highlight user function calls if they use only
" capital letters and have at least one arg... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/m4.vim", "license": "mit", "size": 2724} |
### File: runtime/syntax/mail.vim
" Vim syntax file
" Language: Mail file
" Previous Maintainer: Felix von Leitner <leitner@math.fu-berlin.de>
" Maintainer: GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com'
" Last Change: Thu 25 Jan 2024 10:34:02 AM EST
" Quit when a syntax file was already loaded
if exists("b:c... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mail.vim", "license": "mit", "size": 6195} |
### File: runtime/syntax/mailaliases.vim
" Vim syntax file
" Language: aliases(5) local alias database file
" Previous Maintainer: Nikolai Weibull <nikolai@bitwi.se>
" Latest Revision: 2008-04-14
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
syn keyword mailaliasesT... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mailaliases.vim", "license": "mit", "size": 2767} |
### File: runtime/syntax/mailcap.vim
" Vim syntax file
" Language: Mailcap configuration file
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Last Change: 2013 Jun 01
if exists("b:current_syntax")
finish
endif
syn match mailcapComment "^#.*"
syn region mailcapString start=+"+ end=+"+ contains=mailcapSpecial on... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mailcap.vim", "license": "mit", "size": 1135} |
### File: runtime/syntax/make.vim
" Vim syntax file
" Language: Makefile
" Maintainer: Roland Hieber <rohieb+vim-iR0jGdkV@rohieb.name>, <https://github.com/rohieb>
" Previous Maintainer: Claudio Fleiner <claudio@fleiner.com>
" URL: https://github.com/vim/vim/blob/master/runtime/syntax/make.vim
" Last Change: 2022 Nov ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/make.vim", "license": "mit", "size": 6224} |
### File: runtime/syntax/mallard.vim
" Vim syntax file
" Language: Mallard
" Maintainer: Jaromir Hradilek <jhradilek@gmail.com>
" URL: https://github.com/jhradilek/vim-syntax
" Last Change: 11 February 2013
" Description: A syntax file for the Mallard markup language according to
" Mallard 1.0 ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mallard.vim", "license": "mit", "size": 1726} |
### File: runtime/syntax/man.vim
" Maintainer: Anmol Sethi <hi@nhooyr.io>
" Previous Maintainer: SungHyun Nam <goweol@gmail.com>
if exists('b:current_syntax')
finish
endif
syntax case ignore
syntax match manReference display '[^()[:space:]]\+(\%([0-9][a-z]*\|[nlpox]\))'
syntax match manSectionHeading... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/man.vim", "license": "mit", "size": 2342} |
### File: runtime/syntax/manconf.vim
" Vim syntax file
" Language: man.conf(5) - man configuration file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-04-19
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
syn keyword manconfTodo ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/manconf.vim", "license": "mit", "size": 4344} |
### File: runtime/syntax/manual.vim
" Vim syntax support file
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This file is used for ":syntax manual".
" It installs the Syntax autocommands, but no the FileType autocommands.
if !... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/manual.vim", "license": "mit", "size": 975} |
### File: runtime/syntax/maple.vim
" Vim syntax file
" Language: Maple V (based on release 4)
" Maintainer: This runtime file is looking for a new maintainer.
" Former Maintainer:Charles E. Campbell
" Last Change: Mar 26, 2019
" 2024 Feb 19 by Vim Project (announce adoption)
" Version: 17
" Former URL: http://www.drc... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/maple.vim", "license": "mit", "size": 28664} |
### File: runtime/syntax/markdown.vim
" Vim syntax file
" Language: Markdown
" Maintainer: Tim Pope <https://github.com/tpope/vim-markdown>
" Filenames: *.markdown
" Last Change: 2022 Oct 13
if exists("b:current_syntax")
finish
endif
if !exists('main_syntax')
let main_syntax = 'markdown'
endif
if has('... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/markdown.vim", "license": "mit", "size": 10584} |
### File: runtime/syntax/masm.vim
" Vim syntax file
" Language: Microsoft Macro Assembler (80x86)
" Orig Author: Rob Brady <robb@datatone.com>
" Maintainer: Wu Yongwei <wuyongwei@gmail.com>
" Last Change: 2023-12-20 10:20:04 +0800
" Quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/masm.vim", "license": "mit", "size": 28626} |
### File: runtime/syntax/mason.vim
" Vim syntax file
" Language: Mason (Perl embedded in 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)
" ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mason.vim", "license": "mit", "size": 3896} |
### File: runtime/syntax/master.vim
" Vim syntax file
" Language: Focus Master File
" Maintainer: Rob Brady <robb@datatone.com>
" Last Change: $Date: 2004/06/13 15:54:03 $
" URL: http://www.datatone.com/~robb/vim/syntax/master.vim
" $Revision: 1.1 $
" this is a very simple syntax file - I will be improving it
" add en... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/master.vim", "license": "mit", "size": 1022} |
### File: runtime/syntax/matlab.vim
" Vim syntax file
" Language: Matlab
" Maintainer: Alex Burka <vim@alexburka.com>
" Credits: Preben 'Peppe' Guldberg <peppe-vim@wielders.org>
" Maurizio Tranchero - maurizio(.)tranchero(@)gmail(.)com
" Original author: Mario Eusebio
" Last Change: June 10 2019
" added highlight r... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/matlab.vim", "license": "mit", "size": 4316} |
### File: runtime/syntax/maxima.vim
" Vim syntax file
" Language: Maxima (symbolic algebra program)
" Maintainer: Robert Dodier (robert.dodier@gmail.com)
" Last Change: April 6, 2006
" Version: 1
" Adapted mostly from xmath.vim
" Number formats adapted from r.vim
"
" quit when a syntax file was already loaded
if exists... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/maxima.vim", "license": "mit", "size": 18802} |
### File: runtime/syntax/mediawiki.vim
" mediawiki.vim (formerly named Wikipedia.vim)
"
" Vim syntax file
" Language: MediaWiki
" Maintainer: Avid Seeker <avidseeker7@protonmail.com>
" Home: http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim
" Last Change: 2024 Jul 14
" Credits: [[User:Unforgettableid]] [[U... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mediawiki.vim", "license": "mit", "size": 16286} |
### File: runtime/syntax/mel.vim
" Vim syntax file
" Language: MEL (Maya Extension Language)
" Maintainer: Robert Minsk <egbert@centropolisfx.com>
" Last Change: May 27 1999
" Based on: Bram Moolenaar <Bram@vim.org> C syntax file
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mel.vim", "license": "mit", "size": 3405} |
### File: runtime/syntax/mermaid.vim
" Vim syntax file
" Language: Mermaid
" Maintainer: Craig MacEahern <https://github.com/craigmac/vim-mermaid>
" Filenames: *.mmd
" Last Change: 2023 Dec 26
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
syntax iskeyword @,48-57,192-255,$,... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mermaid.vim", "license": "mit", "size": 2865} |
### File: runtime/syntax/meson.vim
" Vim syntax file
" Language: Meson
" License: VIM License
" Maintainer: Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
" Liam Beguin <liambeguin@gmail.com>
" Last Change: 2023 May 27
" Credits: Zvezdan Petkovic <zpetkovic@acm.org>
" Neil Schemenauer <nas@meson.ca>
" Dmitry Vasiliev... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/meson.vim", "license": "mit", "size": 4059} |
### File: runtime/syntax/messages.vim
" Vim syntax file
" Language: /var/log/messages file
" Maintainer: Yakov Lerner <iler.ml@gmail.com>
" Latest Revision: 2008-06-29
" Changes: 2008-06-29 support for RFC3339 tuimestamps James Vega
" 2016 Jan 19: messagesDate changed by Bram
" 2021 ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/messages.vim", "license": "mit", "size": 2715} |
### File: runtime/syntax/mf.vim
" Vim syntax file
" Language: METAFONT
" Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
" Former Maintainers: Andreas Scherer <andreas.scherer@pobox.com>
" Last Change: 2016 Oct 1
if exists("b:current_syntax")
finish
endif
syn iskeyword @,_
" METAFO... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mf.vim", "license": "mit", "size": 15423} |
### File: runtime/syntax/mgl.vim
" Vim syntax file
" Language: MGL
" Version: 1.0
" Last Change: 2006 Feb 21
" Maintainer: Gero Kuhlmann <gero@gkminix.han.de>
"
" $Id: mgl.vim,v 1.1 2006/02/21 22:08:20 vimboss Exp $
"
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
syn sync ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mgl.vim", "license": "mit", "size": 3724} |
### File: runtime/syntax/mgp.vim
" Vim syntax file
" Language: mgp - MaGic Point
" Maintainer: Gerfried Fuchs <alfie@ist.org>
" Filenames: *.mgp
" Last Change: 25 Apr 2001
" URL: http://alfie.ist.org/vim/syntax/mgp.vim
"
" Comments are very welcome - but please make sure that you are commenting on
" the late... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mgp.vim", "license": "mit", "size": 2000} |
### File: runtime/syntax/mib.vim
" Vim syntax file
" Language: Vim syntax file for SNMPv1 and SNMPv2 MIB and SMI files
" Maintainer: Martin Smat <msmat@post.cz>
" Original Author: David Pascoe <pascoedj@spamcop.net>
" Written: Wed Jan 28 14:37:23 GMT--8:00 1998
" Last Changed: Mon Mar 23 2010
if... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mib.vim", "license": "mit", "size": 2696} |
### File: runtime/syntax/mix.vim
" Vim syntax file
" Language: MIX (Donald Knuth's assembly language used in TAOCP)
" Maintainer: Wu Yongwei <wuyongwei@gmail.com>
" Filenames: *.mixal *.mix
" Last Change: 2017-11-26 15:21:36 +0800
" Quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
end... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mix.vim", "license": "mit", "size": 2942} |
### File: runtime/syntax/mma.vim
" Vim syntax file
" Language: Mathematica
" Maintainer: steve layland <layland@wolfram.com>
" Last Change: 2012 Feb 03 by Thilo Six
" 2024 May 24 by Riley Bruins <ribru17@gmail.com> (remove 'commentstring')
" Source: http://members.wri.com/layland/vim/syntax/m... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mma.vim", "license": "mit", "size": 11863} |
### File: runtime/syntax/mmix.vim
" Vim syntax file
" Language: MMIX
" Maintainer: Dirk Hüsken, <huesken@informatik.uni-tuebingen.de>
" Last Change: 2012 Jun 01
" (Dominique Pelle added @Spell)
" Filenames: *.mms
" URL: http://homepages.uni-tuebingen.de/student/dirk.huesken/vim/syntax/mmix.vim
" Limitations: Comment... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mmix.vim", "license": "mit", "size": 4969} |
### File: runtime/syntax/mmp.vim
" Vim syntax file
" Language: Symbian meta-makefile definition (MMP)
" Maintainer: Ron Aaron <ron@ronware.org>
" Last Change: 2007/11/07
" URL: http://ronware.org/wiki/vim/mmp
" Filetypes: *.mmp
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mmp.vim", "license": "mit", "size": 1486} |
### File: runtime/syntax/modconf.vim
" Vim syntax file
" Language: modules.conf(5) configuration file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2007-10-25
if exists("b:current_syntax")
finish
endif
setlocal iskeyword+=-
let s:cpo_save = &cpo
set cpo&vim
syn keyword... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/modconf.vim", "license": "mit", "size": 1419} |
### File: runtime/syntax/model.vim
" Vim syntax file
" Language: Model
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" very basic things only (based on the vgrindefs file).
" If you use this language, please improve it, and send... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/model.vim", "license": "mit", "size": 1528} |
### File: runtime/syntax/modsim3.vim
" Vim syntax file
" Language: Modsim III, by compuware corporation (www.compuware.com)
" Maintainer: Philipp Jocham <flip@sbox.tu-graz.ac.at>
" Extension: *.mod
" Last Change: 2001 May 10
"
" 2001 March 24:
" - Modsim III is a registered trademark from compuware corporation
" - ma... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/modsim3.vim", "license": "mit", "size": 3623} |
### File: runtime/syntax/modula2.vim
" Vim syntax file
" Language: Modula-2
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Previous Maintainer: pf@artcom0.north.de (Peter Funk)
" Last Change: 2024 Jan 04
if exists("b:current_syntax")
finish
endif
let dialect = modula2#GetDialect()
exe "runtime! syntax/modula... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/modula2.vim", "license": "mit", "size": 383} |
### File: runtime/syntax/modula2/opt/iso.vim
" Vim syntax file
" Language: Modula-2 (ISO)
" Maintainer: B.Kowarsch <trijezdci@moc.liamg>
" Last Change: 2016 August 22
" ----------------------------------------------------
" THIS FILE IS LICENSED UNDER THE VIM LICENSE
" see https://github.com/vim/vim/blob/master/LI... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/modula2/opt/iso.vim", "license": "mit", "size": 15306} |
### File: runtime/syntax/modula2/opt/pim.vim
" Vim syntax file
" Language: Modula-2 (PIM)
" Maintainer: B.Kowarsch <trijezdci@moc.liamg>
" Last Change: 2016 August 22
" ----------------------------------------------------
" THIS FILE IS LICENSED UNDER THE VIM LICENSE
" see https://github.com/vim/vim/blob/master/LI... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/modula2/opt/pim.vim", "license": "mit", "size": 15119} |
### File: runtime/syntax/modula2/opt/r10.vim
" Vim syntax file
" Language: Modula-2 (R10)
" Maintainer: B.Kowarsch <trijezdci@moc.liamg>
" Last Change: 2020 June 18 (moved repository from bb to github)
" ----------------------------------------------------
" THIS FILE IS LICENSED UNDER THE VIM LICENSE
" see https:... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/modula2/opt/r10.vim", "license": "mit", "size": 18773} |
### File: runtime/syntax/modula3.vim
" Vim syntax file
" Language: Modula-3
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Previous Maintainer: Timo Pedersen <dat97tpe@ludat.lth.se>
" Last Change: 2022 Oct 31
if exists("b:current_syntax")
finish
endif
" Whitespace errors {{{1
if exists("modula3_space_errors"... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/modula3.vim", "license": "mit", "size": 4536} |
### File: runtime/syntax/mojo.vim
" Vim syntax file
" Language: Mojo
" Maintainer: Mahmoud Abduljawad <me@mahmoudajawad.com>
" Last Change: 2023 Sep 09
" Credits: Mahmoud Abduljawad <me@mahmoudajawad.com>
" Neil Schemenauer <nas@python.ca>
" Dmitry Vasiliev
"
" This is based on Vim Python highlighting
"
" -... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mojo.vim", "license": "mit", "size": 12647} |
### File: runtime/syntax/monk.vim
" Vim syntax file
" Language: Monk (See-Beyond Technologies)
" Maintainer: Mike Litherland <litherm@ccf.org>
" Last Change: 2012 Feb 03 by Thilo Six
" This syntax file is good enough for my needs, but others
" may desire more features. Suggestions and bug reports
" are solicited by t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/monk.vim", "license": "mit", "size": 10219} |
### File: runtime/syntax/moo.vim
" Vim syntax file
" Language: MOO
" Maintainer: Timo Frenay <timo@frenay.net>
" Last Change: 2020 Oct 19
" Note: Requires Vim 6.0 or above
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
" Initializations
syn case ignore
" C-style comments
s... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/moo.vim", "license": "mit", "size": 9234} |
### File: runtime/syntax/mp.vim
" Vim syntax file
" Language: MetaPost
" Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
" Former Maintainers: Andreas Scherer <andreas.scherer@pobox.com>
" Last Change: 2016 Oct 14
if exists("b:current_syntax")
finish
endif
let s:cpo_sav = &cpo
set c... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mp.vim", "license": "mit", "size": 44530} |
### File: runtime/syntax/mplayerconf.vim
" Vim syntax file
" Language: mplayer(1) configuration file
" Maintainer: Dmitri Vereshchagin <dmitri.vereshchagin@gmail.com>
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2015-01-24
if exists("b:current_syntax")
finish
e... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mplayerconf.vim", "license": "mit", "size": 7487} |
### File: runtime/syntax/mrxvtrc.vim
" Description : Vim syntax file for mrxvtrc (for mrxvt-0.5.0 and up)
" Created : Wed 26 Apr 2006 01:20:53 AM CDT
" Modified : Thu 02 Feb 2012 08:37:45 PM EST
" Maintainer : GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com'
" Quit when a syntax file was already loaded
if exists("... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mrxvtrc.vim", "license": "mit", "size": 9603} |
### File: runtime/syntax/msidl.vim
" Vim syntax file
" Language: MS IDL (Microsoft dialect of Interface Description Language)
" Maintainer: Vadim Zeitlin <vadim@wxwindows.org>
" Last Change: 2012 Feb 12 by Thilo Six
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
let s... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/msidl.vim", "license": "mit", "size": 3464} |
### File: runtime/syntax/msmessages.vim
" Vim syntax file
" Language: MS Message Text files (*.mc)
" Maintainer: Kevin Locke <kwl7@cornell.edu>
" Last Change: 2008 April 09
" Location: http://kevinlocke.name/programs/vim/syntax/msmessages.vim
" See format description at <http://msdn2.microsoft.com/en-us/library/aa3856... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/msmessages.vim", "license": "mit", "size": 6318} |
### File: runtime/syntax/msql.vim
" Vim syntax file
" Language: msql
" Maintainer: Lutz Eymers <ixtab@polzin.com>
" URL: http://www.isp.de/data/msql.vim
" Email: Subject: send syntax_vim.tgz
" Last Change: 2001 May 10
"
" Options msql_sql_query = 1 for SQL syntax highligthing inside strings
" msql_minlines = x to... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/msql.vim", "license": "mit", "size": 2390} |
### File: runtime/syntax/mupad.vim
" Vim syntax file
" Language: MuPAD source
" Maintainer: Dave Silvia <dsilvia@mchsi.com>
" Filenames: *.mu
" Date: 6/30/2004
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
" Set default highlighting to Win2k
if !exists("mupad_... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mupad.vim", "license": "mit", "size": 15507} |
### File: runtime/syntax/murphi.vim
" Vim syntax file
" Language: Murphi model checking language
" Maintainer: Matthew Fernandez <matthew.fernandez@gmail.com>
" Last Change: 2019 Aug 27
" Version: 2
" Remark: Originally authored by Diego Ongaro <ongaro@cs.stanford.edu>
if version < 600
syntax clear
elseif exists("b... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/murphi.vim", "license": "mit", "size": 4579} |
### File: runtime/syntax/mush.vim
" MUSHcode syntax file
" Maintainer: Rick Bird <nveid@nveid.com>
" Based on vim Syntax file by: Bek Oberin <gossamer@tertius.net.au>
" Last Updated: Fri Nov 04 20:28:15 2005
"
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
" regular mush fun... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mush.vim", "license": "mit", "size": 13187} |
### File: runtime/syntax/muttrc.vim
" Vim syntax file
" Language: Mutt setup files
" Original: Preben 'Peppe' Guldberg <peppe-vim@wielders.org>
" Maintainer: Luna Celeste <luna@unixpoet.dev>
" Last Change: 14 Aug 2023
" This file covers mutt version 2.2.10
" quit when a syntax file was already loaded
if exists("b:cur... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/muttrc.vim", "license": "mit", "size": 69493} |
### File: runtime/syntax/mysql.vim
" Vim syntax file
" Language: mysql
" Maintainer: Kenneth J. Pronovici <pronovic@ieee.org>
" Last Change: $LastChangedDate: 2016-04-11 10:31:04 -0500 (Mon, 11 Apr 2016) $
" Filenames: *.mysql
" URL: ftp://cedar-solutions.com/software/mysql.vim
" Note: The de... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/mysql.vim", "license": "mit", "size": 17609} |
### File: runtime/syntax/n1ql.vim
" Vim syntax file
" Language: N1QL / Couchbase Server
" Maintainer: Eugene Ciurana <n1ql AT cime.net>
" Version: 1.0
" Source: https://github.com/pr3d4t0r/n1ql-vim-syntax
"
" License: Vim is Charityware. n1ql.vim syntax is Charityware.
" (c) Copyright 201... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/n1ql.vim", "license": "mit", "size": 12899} |
### File: runtime/syntax/named.vim
" Vim syntax file
" Language: BIND configuration file
" Maintainer: Nick Hibma <nick@van-laarhoven.org>
" Last Change: 2019 Oct 08
" Filenames: named.conf, rndc.conf
" Location: http://www.van-laarhoven.org/vim/syntax/named.vim
"
" Previously maintained by glory hump <rnd@web-drive.ru... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/named.vim", "license": "mit", "size": 10005} |
### File: runtime/syntax/nanorc.vim
" Vim syntax file
" Language: nanorc(5) - GNU nano configuration file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-04-19
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
syn keyword nanorcTodo ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nanorc.vim", "license": "mit", "size": 10620} |
### File: runtime/syntax/nasm.vim
" Vim syntax file
" Language: NASM - The Netwide Assembler (v0.98)
" Maintainer: Andrii Sokolov <andriy145@gmail.com>
" Original Author: Manuel M.H. Stol <Manuel.Stol@allieddata.nl>
" Former Maintainer: Manuel M.H. Stol <Manuel.Stol@allieddata.nl>
" Contributors:
" Leonard König <leo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nasm.vim", "license": "mit", "size": 30349} |
### File: runtime/syntax/nastran.vim
" Vim syntax file
" Language: NASTRAN input/DMAP
" Maintainer: Tom Kowalski <trk@schaefferas.com>
" Last change: April 27, 2001
" Thanks to the authors and maintainers of fortran.vim.
" Since DMAP shares some traits with fortran, this syntax file
" is based on the fortran.vim syn... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nastran.vim", "license": "mit", "size": 8504} |
### File: runtime/syntax/natural.vim
" Vim syntax file
"
" Language: NATURAL
" Version: 2.1.0.5
" Maintainer: Marko von Oppen <marko@von-oppen.com>
" Last Changed: 2012-02-05 18:50:43
" Support: http://www.von-oppen.com/
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
setlocal... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/natural.vim", "license": "mit", "size": 6977} |
### File: runtime/syntax/ncf.vim
" Vim syntax file
" Language: Novell "NCF" Batch File
" Maintainer: Jonathan J. Miner <miner@doit.wisc.edu>
" Last Change: Tue, 04 Sep 2001 16:20:33 CDT
" $Id: ncf.vim,v 1.1 2004/06/13 16:31:58 vimboss Exp $
" quit when a syntax file was already loaded
if exists("b:current_syntax... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/ncf.vim", "license": "mit", "size": 13416} |
### File: runtime/syntax/neomuttrc.vim
" Vim syntax file
" Language: NeoMutt setup files
" Maintainer: Richard Russon <rich@flatcap.org>
" Previous Maintainer: Guillaume Brogi <gui-gui@netcourrier.com>
" Last Change: 2022-04-08
" Original version based on syntax/muttrc.vim
" This file covers NeoMutt 2022-04-08
" quit... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/neomuttrc.vim", "license": "mit", "size": 67704} |
### File: runtime/syntax/netrc.vim
" Vim syntax file
" Language: netrc(5) configuration file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2010-01-03
" Last Change: 2023 Feb 27 by Keith Smiley
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/netrc.vim", "license": "mit", "size": 2050} |
### File: runtime/syntax/netrw.vim
" Language : Netrw Listing Syntax
" Maintainer: This runtime file is looking for a new maintainer.
" Former Maintainer: Charles E. Campbell
" Last Change: Nov 07, 2019
" 2024 Feb 19 by Vim Project (announce adoption)
" Version : 20
" --------------------------------------------... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/netrw.vim", "license": "mit", "size": 7324} |
### File: runtime/syntax/nginx.vim
" Vim syntax file
" Language: nginx.conf
" Maintainer: Chris Aumann <me@chr4.org>
" Last Change: Nov 25, 2023
if exists("b:current_syntax")
finish
end
let b:current_syntax = "nginx"
syn match ngxVariable '\$\(\w\+\|{\w\+}\)'
syn match ngxVariableBlock '\$\(\w\+\|{\w\+}\)' contain... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nginx.vim", "license": "mit", "size": 118221} |
### File: runtime/syntax/ninja.vim
" ninja build file syntax.
" Language: ninja build file as described at
" http://ninja-build.org/manual.html
" Version: 1.5
" Last Change: 2018/04/05
" Maintainer: Nicolas Weber <nicolasweber@gmx.de>
" Version 1.5 of this script is in the upstream vim repository and will be
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/ninja.vim", "license": "mit", "size": 2889} |
### File: runtime/syntax/nix.vim
" Vim syntax file
" Language: Nix
" Maintainer: James Fleming <james@electronic-quill.net>
" (Github username: equill)
" Original Author: Daiderd Jordan <daiderd@gmail.com>
" Acknowledgement: Based on vim-nix maintained by Daiderd Jordan <daiderd@gmail.com>
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nix.vim", "license": "mit", "size": 11825} |
### File: runtime/syntax/nosyntax.vim
" Vim syntax support file
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2023 Aug 10
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" This file is used for ":syntax off".
" It removes the autocommands and stops highlighting for all buffers.
if !has(... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nosyntax.vim", "license": "mit", "size": 821} |
### File: runtime/syntax/nqc.vim
" Vim syntax file
" Language: NQC - Not Quite C, for LEGO mindstorms
" NQC homepage: http://www.enteract.com/~dbaum/nqc/
" Maintainer: Stefan Scherer <stefan@enotes.de>
" Last Change: 2001 May 10
" URL: http://www.enotes.de/twiki/pub/Home/LegoMindstorms/nqc.vim
" Filenames: .nqc
" qu... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nqc.vim", "license": "mit", "size": 14068} |
### File: runtime/syntax/nroff.vim
" VIM syntax file
" Language: nroff/groff
" Maintainer: John Marshall <jmarshall@hey.com>
" Previous Maintainer: Pedro Alejandro López-Valencia <palopezv@gmail.com>
" Previous Maintainer: Jérôme Plût <Jerome.Plut@ens.fr>
" Last Change: 2021 Mar 28
"
" {{{1 Todo
"
" TODO:
"
" * Write s... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nroff.vim", "license": "mit", "size": 7789} |
### File: runtime/syntax/nsis.vim
" Vim syntax file
" Language: NSIS script, for version of NSIS 3.08 and later
" Maintainer: Ken Takata
" URL: https://github.com/k-takata/vim-nsis
" Previous Maintainer: Alex Jakushev <Alex.Jakushev@kemek.lt>
" Last Change: 2022-11-05
" quit when a syntax file was already loaded
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/nsis.vim", "license": "mit", "size": 37370} |
### File: runtime/syntax/obj.vim
" Vim syntax file
" Language: 3D wavefront's obj file
" Maintainer: Vincent Berthoux <twinside@gmail.com>
" File Types: .obj (used in 3D)
" Last Change: 2010 May 18
"
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
syn match objError ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/obj.vim", "license": "mit", "size": 2786} |
### File: runtime/syntax/objc.vim
" Vim syntax file
" Language: Objective-C
" Maintainer: Kazunobu Kuriyama <kazunobu.kuriyama@gmail.com>
" Last Change: 2020 Jun 07
" Last Change By Maintainer: 2015 Dec 14
""" Preparation for loading ObjC stuff
if exists("b:current_syntax")
finish
endif
if &filetype != 'obj... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/objc.vim", "license": "mit", "size": 41765} |
### File: runtime/syntax/objcpp.vim
" Vim syntax file
" Language: Objective C++
" Maintainer: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
" Ex-Maintainer: Anthony Hodsdon <ahodsdon@fastmail.fm>
" Last Change: 2007 Oct 29
" quit when a syntax file was already loaded
if exists("b:current_syntax")
f... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/objcpp.vim", "license": "mit", "size": 600} |
### File: runtime/syntax/obse.vim
" Vim syntax file
" Language: Oblivion Language (obl)
" Original Creator: Ulthar Seramis
" Maintainer: Kat <katisntgood@gmail.com>
" Latest Revision: 13 November 2022
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
" obse is case insensitive
syntax cas... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/obse.vim", "license": "mit", "size": 86479} |
### File: runtime/syntax/ocaml.vim
" Vim syntax file
" Language: OCaml
" Filenames: *.ml *.mli *.mll *.mly
" Maintainers: Markus Mottl <markus.mottl@gmail.com>
" Karl-Heinz Sylla <Karl-Heinz.Sylla@gmd.de>
" Issac Trotts <ijtrotts@ucdavis.edu>
" URL: https://github... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/ocaml.vim", "license": "mit", "size": 30543} |
### File: runtime/syntax/occam.vim
" Vim syntax file
" Language: occam
" Copyright: Fred Barnes <frmb2@kent.ac.uk>, Mario Schweigler <ms44@kent.ac.uk>
" Maintainer: Mario Schweigler <ms44@kent.ac.uk>
" Last Change: 24 May 2003
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
"... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/occam.vim", "license": "mit", "size": 4316} |
### File: runtime/syntax/odin.vim
" Vim indent plugin file
" Language: Odin
" Maintainer: Maxim Kim <habamax@gmail.com>
" Website: https://github.com/habamax/vim-odin
" Last Change: 2024-01-15
"
" This file has been manually translated from Vim9 script.
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &c... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/odin.vim", "license": "mit", "size": 3890} |
### File: runtime/syntax/omnimark.vim
" Vim syntax file
" Language: Omnimark
" Maintainer: Paul Terray <mailto:terray@4dconcept.fr>
" Last Change: 11 Oct 2000
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
setlocal iskeyword=@,48-57,_,128-167,224-235,-
syn keyword omnimarkK... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/omnimark.vim", "license": "mit", "size": 6377} |
### File: runtime/syntax/ondir.vim
" Vim syntax file
" Language: ondir <https://github.com/alecthomas/ondir>
" Maintainer: Jon Parise <jon@indelible.org>
if exists('b:current_syntax')
finish
endif
let s:cpo_save = &cpoptions
set cpoptions&vim
syn case match
syn match ondirComment "#.*" contains=@Spell
sy... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/ondir.vim", "license": "mit", "size": 1054} |
### File: runtime/syntax/opam.vim
" Vim syntax file
" Language: opam - OCaml package manager
" Maintainer: Markus Mottl <markus.mottl@gmail.com>
" URL: https://github.com/ocaml/vim-ocaml
" Last Change:
" 2020 Dec 31 - Added header (Markus Mottl)
if exists("b:current_syntax")
finish
en... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/opam.vim", "license": "mit", "size": 2382} |
### File: runtime/syntax/openroad.vim
" Vim syntax file
" Language: CA-OpenROAD
" Maintainer: Luis Moreno <lmoreno@eresmas.net>
" Last change: 2001 Jun 12
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
syntax case ignore
" Keywords
"
syntax keyword openroadKeyword ABORT ALL... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/openroad.vim", "license": "mit", "size": 13979} |
### File: runtime/syntax/openscad.vim
" Vim syntax file
" Language: OpenSCAD
" Maintainer: Niklas Adam <adam@oddodd.org>
" Last change: 2022-04-15
"
"
" From salkin-mada/openscad.nvim
" Building on the work of Sirtaj Singh Kang and others for vim-openscad
"
" quit when a syntax file was already loaded
if exists("b:cu... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/openscad.vim", "license": "mit", "size": 4935} |
### File: runtime/syntax/openvpn.vim
" Vim syntax file
" Language: OpenVPN
" Maintainer: ObserverOfTime <chronobserver@disroot.org>
" Filenames: *.ovpn
" Last Change: 2022 Oct 16
if exists('b:current_syntax')
finish
endif
let s:cpo_save = &cpoptions
set cpoptions&vim
" Options
syntax match openvpnOption /^[a-z-]... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/openvpn.vim", "license": "mit", "size": 2306} |
### File: runtime/syntax/opl.vim
" Vim syntax file
" Language: OPL
" Maintainer: Czo <Olivier.Sirol@lip6.fr>
" Last Change: 2012 Feb 03 by Thilo Six
" $Id: opl.vim,v 1.1 2004/06/13 17:34:11 vimboss Exp $
" Open Psion Language... (EPOC16/EPOC32)
" quit when a syntax file was already loaded
if exists("b:current_syntax"... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/opl.vim", "license": "mit", "size": 4128} |
### File: runtime/syntax/ora.vim
" Vim syntax file
" Language: Oracle config files (.ora) (Oracle 8i, ver. 8.1.5)
" Maintainer: Sandor Kopanyi <sandor.kopanyi@mailbox.hu>
" Url: <->
" Last Change: 2003 May 11
" * the keywords are listed by file (sqlnet.ora, listener.ora, etc.)
" * the parathesis-checking is made at t... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/ora.vim", "license": "mit", "size": 27141} |
### File: runtime/syntax/pacmanlog.vim
" Vim syntax file
" Language: pacman.log
" Maintainer: Ronan Pigott <ronan@rjp.ie>
" Last Change: 2023 Dec 04
if exists("b:current_syntax")
finish
endif
syn sync maxlines=1
syn region pacmanlogMsg start='\S' end='$' keepend contains=pacmanlogTransaction,pacmanlogALPMMsg
syn re... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pacmanlog.vim", "license": "mit", "size": 1876} |
### File: runtime/syntax/pamconf.vim
" Vim syntax file
" Language: pam(8) configuration file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Change: 2024/03/31
" Changes By: Haochen Tong
" Vim Project for the @include syntax
if exists("b:current_syntax")
finish
endif
let s:cpo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pamconf.vim", "license": "mit", "size": 6328} |
### File: runtime/syntax/pamenv.vim
" Vim syntax file
" Language: pam_env.conf(5) configuration file
" Latest Revision: 2020-05-10
if exists("b:current_syntax")
finish
endif
syn keyword pamenvTodo contained TODO FIXME XXX NOTE
syn region pamenvComment start='^#' end=... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pamenv.vim", "license": "mit", "size": 1135} |
### File: runtime/syntax/pandoc.vim
scriptencoding utf-8
"
" Language: Pandoc (superset of Markdown)
" Maintainer: Felipe Morales <hel.sheep@gmail.com>
" Maintainer: Caleb Maclennan <caleb@alerque.com>
" Upstream: https://github.com/vim-pandoc/vim-pandoc-syntax
"
" Contributor: David Sanson <dsanson@gmail.com>
" Jorge... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pandoc.vim", "license": "mit", "size": 36220} |
### File: runtime/syntax/papp.vim
" Vim syntax file for the "papp" file format (_p_erl _app_lication)
"
" Language: papp
" Maintainer: Marc Lehmann <pcg@goof.com>
" Last Change: 2009 Nov 11
" Filenames: *.papp *.pxml *.pxsl
" URL: http://papp.plan9.de/
" You can set the "papp_include_html" variable so that html wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/papp.vim", "license": "mit", "size": 3789} |
### File: runtime/syntax/pascal.vim
" Vim syntax file
" Language: Pascal
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Previous Maintainers: Xavier Crégut <xavier.cregut@enseeiht.fr>
" Mario Eusebio <bio@dq.fct.unl.pt>
" Last Change: 2021 May 20
" Contributors: Tim Chase <tchase@csc.com>,
" Stas Grabois <st... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pascal.vim", "license": "mit", "size": 15984} |
### File: runtime/syntax/passwd.vim
" Vim syntax file
" Language: passwd(5) password file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-10-03
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
syn match passwdBegin display '^' ne... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/passwd.vim", "license": "mit", "size": 2443} |
### File: runtime/syntax/pbtxt.vim
" Vim syntax file
" Language: Protobuf Text Format
" Maintainer: Lakshay Garg <lakshayg@outlook.in>
" Last Change: 2020 Nov 17
" Homepage: https://github.com/lakshayg/vim-pbtxt
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pbtxt.vim", "license": "mit", "size": 1373} |
### File: runtime/syntax/pcap.vim
" Vim syntax file
" Config file: printcap
" Maintainer: Lennart Schultz <Lennart.Schultz@ecmwf.int> (defunct)
" Modified by Bram
" Last Change: 2003 May 11
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
"define keywords
setlocal isk=@,46-57... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pcap.vim", "license": "mit", "size": 1496} |
### File: runtime/syntax/pccts.vim
" Vim syntax file
" Language: PCCTS
" Maintainer: Scott Bigham <dsb@killerbunnies.org>
" Last Change: 10 Aug 1999
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
" Read the C++ syntax to start with
syn include @cppTopLevel syntax/cpp.vim
sy... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pccts.vim", "license": "mit", "size": 4093} |
### File: runtime/syntax/pdf.vim
" Vim syntax file
" Language: PDF
" Maintainer: Tim Pope <vimNOSPAM@tpope.info>
" Last Change: 2007 Dec 16
if exists("b:current_syntax")
finish
endif
if !exists("main_syntax")
let main_syntax = 'pdf'
endif
syn include @pdfXML syntax/xml.vim
syn case match
syn cluster pdfObj... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/pdf.vim", "license": "mit", "size": 3539} |
### File: runtime/syntax/perl.vim
" Vim syntax file
" Language: Perl
" 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: 2022 Jun 13... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/perl.vim", "license": "mit", "size": 45153} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.