text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: runtime/syntax/dep3patch.vim " Vim syntax file " Language: Debian DEP3 Patch headers " Maintainer: Gabriel Filion <gabster@lelutin.ca> " Last Change: 2023 Jan 16 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/dep3patch.vim " " Specification of the DEP3 patch header format is availabl...
{"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/dep3patch.vim", "license": "mit", "size": 3003}
### File: runtime/syntax/desc.vim " Vim syntax file " Language: T2 / ROCK Linux .desc " Maintainer: René Rebe <rene@exactcode.de>, Piotr Esden-Tempski <esden@rocklinux.org> " Last Change: 2006 Aug 14 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " syntax definitions setl i...
{"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/desc.vim", "license": "mit", "size": 3077}
### File: runtime/syntax/desktop.vim " Vim syntax file " Language: XDG desktop entry " Filenames: *.desktop, *.directory " Maintainer: Eisuke Kawashima ( e.kawaschima+vim AT gmail.com ) " Previous Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl ) " Last Change: 2022 Sep 22 " Version Info: desktop.vim 1.5 " Referen...
{"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/desktop.vim", "license": "mit", "size": 9384}
### File: runtime/syntax/dictconf.vim " Vim syntax file " Language: dict(1) 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 dictconfTodo contained...
{"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/dictconf.vim", "license": "mit", "size": 3118}
### File: runtime/syntax/dictdconf.vim " Vim syntax file " Language: dictd(8) 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 dictdconfTodo contai...
{"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/dictdconf.vim", "license": "mit", "size": 6465}
### File: runtime/syntax/diff.vim " Vim syntax file " Language: Diff (context or unified) " Maintainer: The Vim Project <https://github.com/vim/vim> " Translations by Jakson Alves de Aquino. " Last Change: 2023 Aug 10 " Former Maintainer: Bram Moolenaar <Bram@vim.org> " Quit when a (custom) syntax file was already lo...
{"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/diff.vim", "license": "mit", "size": 17468}
### File: runtime/syntax/dircolors.vim " Vim syntax file " Language: dircolors(1) input file " Maintainer: Jan Larres <jan@majutsushi.net> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2018-02-19 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim 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/dircolors.vim", "license": "mit", "size": 7038}
### File: runtime/syntax/dirpager.vim " Vim syntax file " Maintainer: Thilo Six " Contact: <vim-dev at vim dot org> " http://www.vim.org/maillist.php#vim-dev " " Description: display directory content inside Vim with syntax " highlighting " File: runtime/syntax/dirpager.vim " Last Change: 2022 Jun 14 "...
{"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/dirpager.vim", "license": "mit", "size": 1790}
### File: runtime/syntax/diva.vim " Vim syntax file " Language: SKILL for Diva " Maintainer: Toby Schaffer <jtschaff@eos.ncsu.edu> " Last Change: 2001 May 09 " Comments: SKILL is a Lisp-like programming language for use in EDA " tools from Cadence Design Systems. It allows you to have " a programming environmen...
{"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/diva.vim", "license": "mit", "size": 4736}
### File: runtime/syntax/django.vim " Vim syntax file " Language: Django template " Maintainer: Dave Hodder <dmh@dmh.org.uk> " Last Change: 2021 Nov 29 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syntax case match " Mark illegal characters syn match djangoError "%}\|}}\|...
{"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/django.vim", "license": "mit", "size": 4015}
### File: runtime/syntax/dns.vim " Vim syntax file " Language: DNS/BIND Zone File " This has been replaced by the bindzone syntax :runtime! syntax/bindzone.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/dns.vim", "license": "mit", "size": 132}
### File: runtime/syntax/dnsmasq.vim " Vim syntax file " Maintainer: Thilo Six " Contact: vim-foo@xk2c-foo.de " :3s+-foo++g " Description: highlight dnsmasq configuration files " File: runtime/syntax/dnsmasq.vim " Version: 2.76 " Last Change: 2015 Sep 27 " Modeline: vim: ts=8:sw=2:sts=2: " " License: VIM License " V...
{"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/dnsmasq.vim", "license": "mit", "size": 10067}
### File: runtime/syntax/docbk.vim " Vim syntax file " Language: DocBook " Maintainer: Devin Weaver <vim@tritarget.com> " Last Updated By: Shlomi Fish " URL: http://tritarget.com/pub/vim/syntax/docbk.vim " Last Change: 2012 Nov 28 " Version: 1.2 (and modified after that) " Thanks to Johannes Zellner <johannes@zellner....
{"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/docbk.vim", "license": "mit", "size": 10321}
### File: runtime/syntax/docbksgml.vim " Vim syntax file " Language: DocBook SGML " Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Sam, 07 Sep 2002 17:20:46 CEST let b:docbk_type="sgml" runtime syntax/docbk.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/docbksgml.vim", "license": "mit", "size": 193}
### File: runtime/syntax/docbkxml.vim " Vim syntax file " Language: DocBook XML " Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Sam, 07 Sep 2002 17:20:12 CEST let b:docbk_type="xml" runtime syntax/docbk.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/docbkxml.vim", "license": "mit", "size": 191}
### File: runtime/syntax/dockerfile.vim " dockerfile.vim - Syntax highlighting for Dockerfiles " Maintainer: Honza Pokorny <https://honza.ca> " Last Change: 2024 Jul 03 " License: BSD " https://docs.docker.com/engine/reference/builder/ if exists("b:current_syntax") finish endif syntax include @JSON synta...
{"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/dockerfile.vim", "license": "mit", "size": 2490}
### File: runtime/syntax/dosbatch.vim " Vim syntax file " Language: MS-DOS/Windows batch file (with NT command extensions) " Maintainer: Mike Williams <mrmrdubya@gmail.com> " Filenames: *.bat " Last Change: 3rd February 2024 " " Options Flags: " dosbatch_cmdextversion - 1 = Windows NT, 2 = Windows 2000 [default] " d...
{"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/dosbatch.vim", "license": "mit", "size": 6995}
### File: runtime/syntax/dosini.vim " Vim syntax file " Language: Configuration File (ini file) for MSDOS/MS Windows " Version: 2.3 " Original Author: Sean M. McKee <mckee@misslink.net> " Previous Maintainer: Nima Talebi <nima@it.net.au> " Current Maintainer: Hong Xu <hong@top...
{"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/dosini.vim", "license": "mit", "size": 1536}
### File: runtime/syntax/dot.vim " Language: Dot " Filenames: *.dot " Maintainer: Markus Mottl <markus.mottl@gmail.com> " URL: http://www.ocaml.info/vim/syntax/dot.vim " Last Change: 2021 Mar 24 - better attr + escape string matching, new keywords (Farbod Salamat-Zadeh) " 2011 May 17 -...
{"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/dot.vim", "license": "mit", "size": 4493}
### File: runtime/syntax/doxygen.vim " DoxyGen syntax highlighting extension for c/c++/idl/java " Language: doxygen on top of c, cpp, idl, java, php " Maintainer: Michael Geddes <vimmer@frog.wheelycreek.net> " Author: Michael Geddes " Last Change: December 2020 " Version: 1.30 " " Copyright 2004-2020 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/doxygen.vim", "license": "mit", "size": 39086}
### File: runtime/syntax/dracula.vim " Vim syntax file " Language: Dracula " Maintainer: Scott Bordelon <slb@artisan.com> " Last change: Wed Apr 25 18:50:01 PDT 2001 " Extensions: drac.*,*.drac,*.drc,*.lvs,*.lpe " Comment: Dracula is an industry-standard language created by CADENCE (a " company specializing in...
{"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/dracula.vim", "license": "mit", "size": 2668}
### File: runtime/syntax/dsl.vim " Vim syntax file " Language: DSSSL " Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Tue, 27 Apr 2004 14:54:59 CEST " Filenames: *.dsl " $Id: dsl.vim,v 1.1 2004/06/13 19:13:31 vimboss Exp $ if exists("b:current_syntax") | finish | endif runtime syntax/xml.vim syn 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/dsl.vim", "license": "mit", "size": 1312}
### File: runtime/syntax/dtd.vim " Vim syntax file " Language: DTD (Document Type Definition for XML) " Maintainer: Christian Brabandt <cb@256bit.org> " Repository: https://github.com/chrisbra/vim-xml-ftplugin " Previous Maintainer: Johannes Zellner <johannes@zellner.org> " Author: Daniel Amyot <damyot@site.uottawa.ca>...
{"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/dtd.vim", "license": "mit", "size": 4990}
### File: runtime/syntax/dtml.vim " DTML syntax file " Language: Zope's Dynamic Template Markup Language " Maintainer: Jean Jordaan <jean@upfrontsystems.co.za> (njj) " Last change: 2001 Sep 02 " These are used with Claudio Fleiner's html.vim in the standard distribution. " " Still very hackish. The 'dtml att...
{"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/dtml.vim", "license": "mit", "size": 16613}
### File: runtime/syntax/dtrace.vim " DTrace D script syntax file. To avoid confusion with the D programming " language, I call this script dtrace.vim instead of d.vim. " Language: D script as described in "Solaris Dynamic Tracing Guide", " http://docs.sun.com/app/docs/doc/817-6223 " Version: 1.5 " Last Chang...
{"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/dtrace.vim", "license": "mit", "size": 6443}
### File: runtime/syntax/dts.vim " Vim syntax file " Language: dts/dtsi (device tree files) " Maintainer: Daniel Mack <vim@zonque.org> " Last Change: 2023 Apr 28 if exists("b:current_syntax") finish endif let b:current_syntax = 'dts' syntax region dtsComment start="/\*" end="\*/" syntax match dtsReference ...
{"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/dts.vim", "license": "mit", "size": 5273}
### File: runtime/syntax/dune.vim " Vim syntax file " Language: Dune buildsystem " Maintainer: Markus Mottl <markus.mottl@gmail.com> " Anton Kochkov <anton.kochkov@gmail.com> " URL: https://github.com/ocaml/vim-ocaml " Last Change: " 2023 Nov 24 - Add end-of-line strin...
{"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/dune.vim", "license": "mit", "size": 2078}
### File: runtime/syntax/dylan.vim " Vim syntax file " Language: Dylan " Authors: Justus Pendleton <justus@acm.org> " Brent A. Fulgham <bfulgham@debian.org> " Last Change: Fri Sep 29 13:45:55 PDT 2000 " " This syntax file is based on the Haskell, Perl, Scheme, and C " syntax files. " Part 1: Syntax definition " 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/dylan.vim", "license": "mit", "size": 3414}
### File: runtime/syntax/dylanintr.vim " Vim syntax file " Language: Dylan " Authors: Justus Pendleton <justus@acm.org> " Last Change: Fri Sep 29 13:53:27 PDT 2000 " " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn case ignore syn region dylanintrInfo matchgroup=Statemen...
{"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/dylanintr.vim", "license": "mit", "size": 1078}
### File: runtime/syntax/dylanlid.vim " Vim syntax file " Language: Dylan Library Interface Files " Authors: Justus Pendleton <justus@acm.org> " Brent Fulgham <bfulgham@debian.org> " Last Change: Fri Sep 29 13:50:20 PDT 2000 " " 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/dylanlid.vim", "license": "mit", "size": 664}
### File: runtime/syntax/ecd.vim " Vim syntax file " Language: ecd (Embedix Component Description) files " Maintainer: John Beppu <beppu@opensource.lineo.com> " URL: http://opensource.lineo.com/~beppu/prose/ecd_vim.html " Last Change: 2001 Sep 27 " An ECD file contains meta-data for packages in the Embedix Linux dist...
{"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/ecd.vim", "license": "mit", "size": 1229}
### File: runtime/syntax/edif.vim " Vim syntax file " Language: EDIF (Electronic Design Interchange Format) " Maintainer: Artem Zankovich <z_artem@hotbox.ru> " Last Change: Oct 14, 2002 " " Supported standarts are: " ANSI/EIA Standard 548-1988 (EDIF Version 2 0 0) " IEC 61690-1 (EDIF Version 3 0 0) " IEC 6...
{"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/edif.vim", "license": "mit", "size": 1278}
### File: runtime/syntax/editorconfig.vim " Nvim syntax file " Language: EditorConfig " Last Change: 2023-07-20 " " This file is intentionally _not_ copied from Vim. runtime! syntax/dosini.vim unlet! b:current_syntax syntax match editorconfigUnknownProperty "^\s*\zs[a-zA-Z0-9_-]\+\ze\s*=" syntax keyword editorco...
{"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/editorconfig.vim", "license": "mit", "size": 521}
### File: runtime/syntax/eiffel.vim " Eiffel syntax file " Language: Eiffel " Maintainer: Jocelyn Fiat <jfiat@eiffel.com> " Previous maintainer: Reimer Behrends <behrends@cse.msu.edu> " Contributions from: Thilo Six " " URL: https://github.com/eiffelhub/vim-eiffel " 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/eiffel.vim", "license": "mit", "size": 6926}
### File: runtime/syntax/elf.vim " Vim syntax file " Language: ELF " Maintainer: Christian V. J. Brüssow <cvjb@cvjb.de> " Last Change: Son 22 Jun 2003 20:43:14 CEST " Filenames: *.ab,*.am " URL: http://www.cvjb.de/comp/vim/elf.vim " $Id: elf.vim,v 1.1 2004/06/13 19:52:27 vimboss Exp $ " " ELF: Extensible L...
{"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/elf.vim", "license": "mit", "size": 2349}
### File: runtime/syntax/elinks.vim " Vim syntax file " Language: elinks(1) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-06-17 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim setlocal iskeyword+=- syn keyword elinks...
{"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/elinks.vim", "license": "mit", "size": 10494}
### File: runtime/syntax/elm.vim " Vim syntax file " Language: Elm " Maintainer: Andreas Scharf <as@99n.de> " Original Author: Joseph Hager <ajhager@gmail.com> " Copyright: Joseph Hager <ajhager@gmail.com> " License: BSD3 " Latest Revision: 2020-05-29 if exists('b:current_syntax') finish endif " Keywords syn keywor...
{"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/elm.vim", "license": "mit", "size": 3651}
### File: runtime/syntax/elmfilt.vim " Vim syntax file " Language: Elm Filter rules " Maintainer: This runtime file is looking for a new maintainer. " Former Maintainer: Charles E. Campbell " Last Change: Aug 31, 2016 " Version: 9 " Former URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_ELMFILT " quit when ...
{"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/elmfilt.vim", "license": "mit", "size": 2937}
### File: runtime/syntax/erlang.vim " Vim syntax file " Language: Erlang (http://www.erlang.org) " Maintainer: Csaba Hoch <csaba.hoch@gmail.com> " Contributor: Adam Rutkowski <hq@mtod.org> " Last Update: 2022-Sep-06 " License: Vim license " URL: https://github.com/vim-erlang/vim-erlang-runtime " ...
{"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/erlang.vim", "license": "mit", "size": 11397}
### File: runtime/syntax/eruby.vim " Vim syntax file " Language: eRuby " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " URL: https://github.com/vim-ruby/vim-ruby " Release Coordinator: Doug Kearns <dougkearns@gmail.com> " Last Change: 2022 Mar 18 if exists("b:current_syntax") finish endif if !exists("main_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/eruby.vim", "license": "mit", "size": 3138}
### File: runtime/syntax/esmtprc.vim " Vim syntax file " Language: Esmtp setup file (based on esmtp 0.5.0) " Maintainer: Kornel Kielczewski <kornel@gazeta.pl> " Last Change: 16 Feb 2005 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif "All options syntax keyword esmtprcOptions...
{"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/esmtprc.vim", "license": "mit", "size": 938}
### File: runtime/syntax/esqlc.vim " Vim syntax file " Language: ESQL-C " Maintainer: Jonathan A. George <jageorge@tel.gte.com> " Last Change: 2001 May 09 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Read the C++ syntax to start with runtime! syntax/cpp.vim " ESQL-C ext...
{"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/esqlc.vim", "license": "mit", "size": 2094}
### File: runtime/syntax/esterel.vim " Vim syntax file " Language: ESTEREL " Maintainer: Maurizio Tranchero <maurizio.tranchero@polito.it> - <maurizio.tranchero@gmail.com> " Credits: Luca Necchi <luca.necchi@polito.it>, Nikos Andrikos <nick.andrik@gmail.com> " First Release: Tue May 17 23:49:39 CEST 2005 " Last Ch...
{"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/esterel.vim", "license": "mit", "size": 3053}
### File: runtime/syntax/eterm.vim " Vim syntax file " Language: eterm(1) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-21 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn keyword etermTodo contained...
{"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/eterm.vim", "license": "mit", "size": 19172}
### File: runtime/syntax/euphoria3.vim " Vim syntax file " Language: Euphoria 3.1.1 - supports DOS - (http://www.rapideuphoria.com/) " Maintainer: Shian Lee " Last Change: 2014 Feb 24 (for Vim 7.4) " Remark: Euphoria has two syntax files, euphoria3.vim and euphoria4.vim; " For details see :help 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/euphoria3.vim", "license": "mit", "size": 6103}
### File: runtime/syntax/euphoria4.vim " Vim syntax file " Language: Euphoria 4.0.5 (http://www.openeuphoria.org/) " Maintainer: Shian Lee " Last Change: 2014 Feb 26 (for Vim 7.4) " Remark: Euphoria has two syntax files, euphoria3.vim and euphoria4.vim; " For details see :help ft-euphoria-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/euphoria4.vim", "license": "mit", "size": 14538}
### File: runtime/syntax/eviews.vim " Vim syntax file " Language: Eviews (http://www.eviews.com) " Maintainer: Vaidotas Zemlys <zemlys@gmail.com> " Last Change: 2006 Apr 30 " Filenames: *.prg " URL: http://uosis.mif.vu.lt/~zemlys/vim-syntax/eviews.vim " quit when a syntax file was already loaded if exists("b:current_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/eviews.vim", "license": "mit", "size": 5004}
### File: runtime/syntax/exim.vim " Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: Exim configuration file exim.conf " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-10-15 " URL: http://trific.ath.cx/Ftp/vim/syntax/exim.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/exim.vim", "license": "mit", "size": 18085}
### File: runtime/syntax/expect.vim " Vim syntax file " Language: Expect " Maintainer: Ralph Jennings <knowbudy@oro.net> " Last Change: 2012 Jun 01 " (Dominique Pelle added @Spell) " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Reserved Expect variable prefixes. syn matc...
{"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/expect.vim", "license": "mit", "size": 3734}
### File: runtime/syntax/exports.vim " Vim syntax file " Language: exports " Maintainer: This runtime file is looking for a new maintainer. " Former Maintainer: Charles E. Campbell " Last Change: Aug 31, 2016 " Version: 8 " Notes: This file includes both SysV and BSD 'isms " Former URL: http://www.drchip.org/astronaut...
{"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/exports.vim", "license": "mit", "size": 1792}
### File: runtime/syntax/falcon.vim " Vim syntax file " Language: Falcon " Maintainer: Steven Oliver <oliver.steven@gmail.com> " Website: http://github.com/steveno/vim-files/blob/master/syntax/falcon.vim " Credits: Thanks the ruby.vim authors, I borrowed a lot! " Thanks to the lisp authors...
{"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/falcon.vim", "license": "mit", "size": 12013}
### File: runtime/syntax/fan.vim " Vim syntax file " Language: Fantom " Maintainer: Kamil Toman <kamil.toman@gmail.com> " Last Change: 2010 May 27 " Based on Java syntax file by Claudio Fleiner <claudio@fleiner.com> " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " key...
{"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/fan.vim", "license": "mit", "size": 5445}
### File: runtime/syntax/fasm.vim " Vim syntax file " Language: Flat Assembler (FASM) " Maintainer: Ron Aaron <ron@ronware.org> " Last Change: 2012/02/13 " Vim URL: http://www.vim.org/lang.html " FASM Home: http://flatassembler.net/ " FASM Version: 1.56 " quit when a syntax file was already loaded if exists("b:current...
{"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/fasm.vim", "license": "mit", "size": 8757}
### File: runtime/syntax/fdcc.vim " Vim syntax file " Language: fdcc or locale files " Maintainer: Dwayne Bailey <dwayne@translate.org.za> " Last Change: 2004 May 16 " Remarks: FDCC (Formal Definitions of Cultural Conventions) see ISO TR 14652 " quit when a syntax file was already loaded if exists("b:current_synt...
{"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/fdcc.vim", "license": "mit", "size": 5648}
### File: runtime/syntax/fetchmail.vim " Vim syntax file " Language: fetchmail(1) RC File " Maintainer: Doug Kearns <dougkearns@gmail.com> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2022 Jul 02 " Version 6.4.3 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set 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/fetchmail.vim", "license": "mit", "size": 3004}
### File: runtime/syntax/fgl.vim " Vim syntax file " Language: Informix 4GL " Maintainer: Rafal M. Sulejman <rms@poczta.onet.pl> " Update: 26 Sep 2002 " Changes: " - Dynamic 4GL/FourJs/4GL 7.30 pseudo comment directives (Julian Bridle) " - Conditionally allow case insensitive keywords (Julian Bridle) " " quit when a 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/fgl.vim", "license": "mit", "size": 7274}
### File: runtime/syntax/fish.vim " Vim syntax file " Language: fish " Maintainer: Nicholas Boyle (github.com/nickeb96) " Repository: https://github.com/nickeb96/fish.vim " Last Change: February 1, 2023 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim " Statements syn cluste...
{"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/fish.vim", "license": "mit", "size": 9431}
### File: runtime/syntax/flexwiki.vim " Vim syntax file " Language: FlexWiki, http://www.flexwiki.com/ " Maintainer: George V. Reilly <george@reilly.org> " Home: http://www.georgevreilly.com/vim/flexwiki/ " Other Home: http://www.vim.org/scripts/script.php?script_id=1529 " Author: George V. Reill...
{"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/flexwiki.vim", "license": "mit", "size": 5437}
### File: runtime/syntax/focexec.vim " Vim syntax file " Language: Focus Executable " Maintainer: Rob Brady <robb@datatone.com> " Last Change: $Date: 2004/06/13 15:38:04 $ " URL: http://www.datatone.com/~robb/vim/syntax/focexec.vim " $Revision: 1.1 $ " this is a very simple syntax file - I will be improving it " one ...
{"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/focexec.vim", "license": "mit", "size": 3527}
### File: runtime/syntax/form.vim " Vim syntax file " Language: FORM " Version: 2.0 " Maintainer: Michael M. Tung <michael.tung@uni-mainz.de> " Last Change: <Thu Oct 23 13:11:21 CEST 2008> " Past Change: <October 2008 Thomas Reiter thomasr@nikhef.nl> " Past Change: <Wed, 2005/05/25 09:24:58 arwagner wptx44> " First pu...
{"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/form.vim", "license": "mit", "size": 6385}
### File: runtime/syntax/forth.vim " Vim syntax file " Language: Forth " Maintainer: Johan Kotlinski <kotlinski@gmail.com> " Previous Maintainer: Christian V. J. Brüssow <cvjb@cvjb.de> " Last Change: 2023 Aug 13 " Filenames: *.f,*.fs,*.ft,*.fth,*.4th " URL: https://github.com/jkotlinski/forth.vim " Supports the ...
{"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/forth.vim", "license": "mit", "size": 16632}
### File: runtime/syntax/fortran.vim " Vim syntax file " Language: Fortran 2023 (and Fortran 2018, 2008, 2003, 95, 90, and 77) " Version: (v113) 2024 February 01 " Maintainers: Ajit J. Thakkar <ajit@unb.ca>; <https://ajit.ext.unb.ca/> " Joshua Hollett <j.hollett@uwinnipeg.ca> " Usage: For instructions, do :hel...
{"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/fortran.vim", "license": "mit", "size": 36121}
### File: runtime/syntax/foxpro.vim " Vim syntax file " Filename: foxpro.vim " Version: 1.0 " Language: FoxPro for DOS/UNIX v2.6 " Maintainer: Bill W. Smith, Jr. <donal@brewich.com> " Last Change: 15 May 2006 " This file replaces the FoxPro for DOS v2.x syntax file " maintained by Powing Tse <powi...
{"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/foxpro.vim", "license": "mit", "size": 32856}
### File: runtime/syntax/fpcmake.vim " Vim syntax file " Language: Free Pascal Makefile Definition Files " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2021 Apr 23 if exists("b:current_syntax") finish endif runtime! syntax/make.vim " NOTE: using start-of-line anchored syn-match groups is simpler 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/fpcmake.vim", "license": "mit", "size": 2044}
### File: runtime/syntax/framescript.vim " Vim syntax file " Language: FrameScript v4.0 " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-02-22 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn match framescriptOperator \ '[+*/%=-...
{"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/framescript.vim", "license": "mit", "size": 11679}
### File: runtime/syntax/freebasic.vim " Vim syntax file " Language: FreeBASIC " Maintainer: Doug Kearns <dougkearns@gmail.com> " Previous Maintainer: Mark Manning <markem@sim1.us> " Last Change: 2023 Aug 14 " " Description: " " Based originally on the work done by Allan Kelly <Allan.Kelly@ed.ac.uk> " Updated by Mar...
{"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/freebasic.vim", "license": "mit", "size": 26621}
### File: runtime/syntax/fstab.vim " Vim syntax file " Language: fstab file " Maintainer: Radu Dineiu <radu.dineiu@gmail.com> " URL: https://raw.github.com/rid9/vim-fstab/master/syntax/fstab.vim " Last Change: 2024 Jul 11 " Version: 1.6.4 " " Credits: " David Necas (Yeti) <yeti@physics.muni.cz> " Stefano Zacchiroli...
{"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/fstab.vim", "license": "mit", "size": 30430}
### File: runtime/syntax/fvwm.vim " Vim syntax file for Fvwm-2.5.22 " Language: Fvwm{1,2} configuration file " Maintainer: Gautam Iyer <gi1242@users.sourceforge.net> " Previous Maintainer: Haakon Riiser <hakonrk@fys.uio.no> " Last Change: Sat 29 Sep 2007 11:08:34 AM PDT " " Thanks to David Necas (Yeti) for adding Fv...
{"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/fvwm.vim", "license": "mit", "size": 25026}
### File: runtime/syntax/fvwm2m4.vim " Vim syntax file " Language: FvwmM4 preprocessed Fvwm2 configuration files " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-06-02 " URI: http://physics.muni.cz/~yeti/download/syntax/fvwmm4.vim " Setup " quit when a syntax file was already loaded if 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/fvwm2m4.vim", "license": "mit", "size": 711}
### File: runtime/syntax/gdb.vim " Vim syntax file " Language: GDB command files " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/gdb.vim " Last Change: 2021 Nov 15 " Additional changes by Simon Sobisch " quit when a syntax file was already loaded if exists("b:current_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/gdb.vim", "license": "mit", "size": 4415}
### File: runtime/syntax/gdmo.vim " Vim syntax file " Language: GDMO " (ISO-10165-4; Guidelines for the Definition of Managed Object) " Maintainer: Gyuman (Chester) Kim <violkim@gmail.com> " URL: http://classicalprogrammer.wikidot.com/local--files/vim-syntax-file-for-gdmo/gdmo.vim " Last change: 8th June, 2011 " qui...
{"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/gdmo.vim", "license": "mit", "size": 3299}
### File: runtime/syntax/gdresource.vim " Vim syntax file for Godot resource (scenes) " Language: gdresource " Maintainer: Maxim Kim <habamax@gmail.com> " Filenames: *.tscn, *.tres " Website: https://github.com/habamax/vim-gdscript if exists("b:current_syntax") finish endif let s:keepcpo = &cpo set ...
{"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/gdresource.vim", "license": "mit", "size": 2289}
### File: runtime/syntax/gdscript.vim " Vim syntax file for Godot gdscript " Language: gdscript " Maintainer: Maxim Kim <habamax@gmail.com> " Website: https://github.com/habamax/vim-gdscript " Filenames: *.gd if exists("b:current_syntax") finish endif let s:keepcpo = &cpo set cpo&vim syntax sync 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/gdscript.vim", "license": "mit", "size": 3878}
### File: runtime/syntax/gdshader.vim " Vim syntax file for Godot shading language " Language: gdshader " Maintainer: Maxim Kim <habamax@gmail.com> " Filenames: *.gdshader if exists("b:current_syntax") finish endif syn keyword gdshaderConditional if else switch case default syn keyword gdshaderRepeat for...
{"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/gdshader.vim", "license": "mit", "size": 2017}
### File: runtime/syntax/gedcom.vim " Vim syntax file " Language: Gedcom " Maintainer: Paul Johnson (pjcj@transeda.com) " Version 1.059 - 23rd December 1999 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syntax case match syntax keyword gedcom_record ABBR ADDR ADOP ADR1 ADR...
{"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/gedcom.vim", "license": "mit", "size": 2275}
### File: runtime/syntax/gemtext.vim " Vim syntax file " Language: Gemtext markup language " Maintainer: Suneel Freimuth <suneelfreimuth1@gmail.com> " Latest Revision: 2020-11-21 " Filenames: *.gmi if exists('b:current_syntax') finish endif syntax match Heading /^#\{1,3}.\+...
{"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/gemtext.vim", "license": "mit", "size": 682}
### File: runtime/syntax/gift.vim " Vim syntax file " " Language: Moodle GIFT (General Import Format Template) " Maintainer: Selim Temizer (http://selimtemizer.com) " Creation: November 28, 2020 " Latest Revision: December 21, 2020 " Note: The order of entities in this file is important! ...
{"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/gift.vim", "license": "mit", "size": 10239}
### File: runtime/syntax/git.vim " Vim syntax file " Language: generic git output " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2023 Dec 28 if exists("b:current_syntax") finish endif syn case match syn sync minlines=50 syn include @gitDiff syntax/diff.vim syn region gitHead start=/\%^\%(tag \|tree \...
{"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/git.vim", "license": "mit", "size": 7467}
### File: runtime/syntax/gitattributes.vim " Vim syntax file " Language: git attributes " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: .gitattributes, *.git/info/attributes " Last Change: 2022 Sep 09 if exists('b:current_syntax') finish endif let s:cpo_save = &cpoptions set cpoptions&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/gitattributes.vim", "license": "mit", "size": 2442}
### File: runtime/syntax/gitcommit.vim " Vim syntax file " Language: git commit file " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: *.git/COMMIT_EDITMSG " Last Change: 2023 Dec 28 if exists("b:current_syntax") finish endif scriptencoding utf-8 syn case match syn sync minlines=50 syn sync linebreaks=1 i...
{"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/gitcommit.vim", "license": "mit", "size": 6618}
### File: runtime/syntax/gitconfig.vim " Vim syntax file " Language: git config file " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: gitconfig, .gitconfig, *.git/config " Last Change: 2019 Dec 05 if exists("b:current_syntax") finish endif syn case ignore syn sync minlines=10 syn match gitconfigComment ...
{"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/gitconfig.vim", "license": "mit", "size": 1596}
### File: runtime/syntax/gitignore.vim " Vim syntax file " Language: git ignore " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: .gitignore, *.git/info/exclude " Last Change: 2022 Sep 10 if exists('b:current_syntax') finish endif " Comment syn keyword gitignoreTodo contained TODO FIXME XXX 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/gitignore.vim", "license": "mit", "size": 905}
### File: runtime/syntax/gitolite.vim " Vim syntax file " Language: gitolite configuration " URL: https://github.com/sitaramc/gitolite/blob/master/contrib/vim/syntax/gitolite.vim " (https://raw.githubusercontent.com/sitaramc/gitolite/master/contrib/vim/syntax/gitolite.vim) " Maintainer: Sitaram Chamarty <sitaramc@gmai...
{"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/gitolite.vim", "license": "mit", "size": 4454}
### File: runtime/syntax/gitrebase.vim " Vim syntax file " Language: git rebase --interactive " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: git-rebase-todo " Last Change: 2022 Jan 05 if exists("b:current_syntax") finish endif syn case match let s:c = escape((matchstr(getline('$'), '^[#;@!$%^&|:]\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/gitrebase.vim", "license": "mit", "size": 3200}
### File: runtime/syntax/gitsendemail.vim " Vim syntax file " Language: git send-email message " Maintainer: Tim Pope " Filenames: .gitsendemail.* " Last Change: 2016 Aug 29 if exists("b:current_syntax") finish endif runtime! syntax/mail.vim unlet! b:current_syntax syn include @gitsendemailDiff syntax/diff.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/gitsendemail.vim", "license": "mit", "size": 580}
### File: runtime/syntax/gkrellmrc.vim " Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: gkrellm theme files `gkrellmrc' " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2003-04-30 " URL: http://trific.ath.cx/Ftp/vim/syntax/gkrellmrc...
{"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/gkrellmrc.vim", "license": "mit", "size": 4116}
### File: runtime/syntax/gnash.vim " Vim syntax file " Maintainer: Thilo Six " Contact: <vim-dev at vim dot org> " http://www.vim.org/maillist.php#vim-dev " " Description: highlight gnash configuration files " http://www.gnu.org/software/gnash/manual/gnashuser.html#gnashrc " File: runtime/syntax/gnash.vim " Last 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/gnash.vim", "license": "mit", "size": 3462}
### File: runtime/syntax/gnuplot.vim " Vim syntax file " Language: gnuplot 4.7.0 " Maintainer: Josh Wainwright <wainwright DOT ja AT gmail DOT com> " Last Maintainer: Andrew Rasmussen andyras@users.sourceforge.net " Original Maintainer: John Hoelzel johnh51@users.sourceforge.net " Last Change: 2021 Nov 16 " additiona...
{"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/gnuplot.vim", "license": "mit", "size": 23825}
### File: runtime/syntax/go.vim " Copyright 2009 The Go Authors. All rights reserved. " Use of this source code is governed by a BSD-style " license that can be found in the LICENSE file. " " go.vim: Vim syntax file for Go. " Language: Go " Maintainer: Billie Cleek <bhcleek@gmail.com> " Latest Rev...
{"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/go.vim", "license": "mit", "size": 25525}
### File: runtime/syntax/godoc.vim " Vim syntax file " Language: Godoc (generated documentation for go) " Maintainer: David Barnett (https://github.com/google/vim-ft-go) " Last Change: 2014 Aug 16 if exists('b:current_syntax') finish endif syn case match syn match godocTitle "^\([A-Z][A-Z ]*\)$" hi def link godoc...
{"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/godoc.vim", "license": "mit", "size": 352}
### File: runtime/syntax/gp.vim " Vim syntax file " Language: gp (version 2.15) " Maintainer: Karim Belabas <Karim.Belabas@math.u-bordeaux.fr> " Last change: 2023 Aug 22 " URL: http://pari.math.u-bordeaux.fr " quit when a syntax file was already loaded 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/gp.vim", "license": "mit", "size": 3380}
### File: runtime/syntax/gpg.vim " Vim syntax file " Language: gpg(1) configuration file " Maintainer: This runtime file is looking for a maintainer. " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2024-02-11 " Updated: " 2023-01-23 @ObserverOfTime: added a couple of keywords " 2023-03...
{"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/gpg.vim", "license": "mit", "size": 8489}
### File: runtime/syntax/gprof.vim " Vim syntax file " Language: Syntax for Gprof Output " Maintainer: Dominique Pelle <dominique.pelle@gmail.com> " Last Change: 2021 Sep 19 " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif let s:keepcpo= &cpo set cpo&vim syn spell notoplevel 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/gprof.vim", "license": "mit", "size": 2136}
### File: runtime/syntax/grads.vim " Vim syntax file " Language: grads (GrADS scripts) " Maintainer: Stefan Fronzek (sfronzek at gmx dot net) " Last change: 13 Feb 2004 " Grid Analysis and Display System (GrADS); http://grads.iges.org/grads " This syntax file defines highlighting for only very few features of " the Gr...
{"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/grads.vim", "license": "mit", "size": 1742}
### File: runtime/syntax/gretl.vim " Vim syntax file " Language: gretl (http://gretl.sf.net) " Maintainer: Vaidotas Zemlys <zemlys@gmail.com> " Last Change: 2006 Apr 30 " Filenames: *.inp *.gretl " URL: http://uosis.mif.vu.lt/~zemlys/vim-syntax/gretl.vim " quit when a syntax file was already loaded if exists("b:curre...
{"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/gretl.vim", "license": "mit", "size": 3730}
### File: runtime/syntax/groff.vim " VIM syntax file " Language: groff " Maintainer: John Marshall <jmarshall@hey.com> " Previous Maintainer: Pedro Alejandro López-Valencia <palopezv@gmail.com> " Last Change: 2003-05-08-12:41:13 GMT-5. " This uses the nroff.vim syntax file. let b:main_syntax = "nroff" let b:nroff_is_g...
{"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/groff.vim", "license": "mit", "size": 321}
### File: runtime/syntax/groovy.vim " Vim syntax file " Language: Groovy " Original Author: Alessio Pace <billy.corgan AT tiscali.it> " Maintainer: Tobias Rapp <yahuxo+vim AT mailbox.org> " Version: 0.1.18 " URL: http://www.vim.org/scripts/script.php?script_id=945 " Last Change: 2021 Feb 03 " THE ORIGINAL AUTHOR'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/groovy.vim", "license": "mit", "size": 22483}
### File: runtime/syntax/group.vim " Vim syntax file " Language: group(5) user group file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2012-08-05 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn match groupBegin 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/group.vim", "license": "mit", "size": 1719}
### File: runtime/syntax/grub.vim " Vim syntax file " Language: grub(8) 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 grubTodo contained TODO ...
{"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/grub.vim", "license": "mit", "size": 3882}
### File: runtime/syntax/gsp.vim " Vim syntax file " Language: GSP - GNU Server Pages (v. 0.86) " Created By: Nathaniel Harward nharward@yahoo.com " Last Changed: 2012 Jan 08 by Thilo Six " Filenames: *.gsp " URL: http://www.constructicon.com/~nharward/vim/syntax/gsp.vim " quit when a syntax file was already loade...
{"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/gsp.vim", "license": "mit", "size": 2031}