text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: runtime/syntax/pf.vim " pf syntax file " Language: OpenBSD packet filter configuration (pf.conf) " Original Author: Camiel Dobbelaar <cd@sentia.nl> " Maintainer: Lauri Tirkkonen <lotheac@iki.fi> " Last Change: 2018 Jul 16 if exists("b:current_syntax") finish endif let b:current_syntax = "p...
{"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/pf.vim", "license": "mit", "size": 10371}
### File: runtime/syntax/pfmain.vim " Vim syntax file " Language: Postfix main.cf configuration " Maintainer: KELEMEN Peter <Peter dot Kelemen at cern dot ch> " Last Updates: Anton Shestakov, Hong Xu " Last Change: 2015 Feb 10 " Version: 0.40 " URL: http://cern.ch/fuji/vim/syntax/pfmain.vim " Comment: Based on Postfix...
{"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/pfmain.vim", "license": "mit", "size": 92737}
### File: runtime/syntax/php.vim " Vim syntax file " Language: php PHP 3/4/5/7/8 " Maintainer: Tyson Andre <tysonandre775@hotmail.com> " Last Change: Sep 18, 2021 " URL: https://github.com/TysonAndre/php-vim-syntax " Former Maintainers: " Jason Woofenden <jason@jasonwoof.com> " Peter Hodge <toomuchphp-...
{"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/php.vim", "license": "mit", "size": 114566}
### File: runtime/syntax/phtml.vim " Vim syntax file " PHTML used to be the filetype for PHP 2.0. Now everything is PHP. if !exists("b:current_syntax") runtime! syntax/php.vim 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/phtml.vim", "license": "mit", "size": 151}
### File: runtime/syntax/pic.vim " Vim syntax file " Language: PIC16F84 Assembler (Microchip's microcontroller) " Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.com> " Last Change: 2003 May 11 " URL: http://galeb.etf.bg.ac.yu/~alexa/vim/syntax/pic.vim " Revision: 1.01 " quit when a syntax file was alrea...
{"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/pic.vim", "license": "mit", "size": 3333}
### File: runtime/syntax/pike.vim " Vim syntax file " Language: Pike " Maintainer: Stephen R. van den Berg <srb@cuci.nl> " Maintainer of previous implementation: Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it> " Last Change: 2018 Jan 28 " Version: 2.9 " Remark: Derived from the C-syntax; fixed several bugs in 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/pike.vim", "license": "mit", "size": 21807}
### File: runtime/syntax/pilrc.vim " Vim syntax file " Language: pilrc - a resource compiler for Palm OS development " Maintainer: Brian Schau <brian@schau.com> " Last change: 2003 May 11 " Available on: http://www.schau.com/pilrcvim/pilrc.vim " 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/pilrc.vim", "license": "mit", "size": 5311}
### File: runtime/syntax/pine.vim " Vim syntax file " Language: Pine (email program) run commands " Maintainer: David Pascoe <pascoedj@spamcop.net> " Last Change: Thu Feb 27 10:18:48 WST 2003, update for pine 4.53 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif setlocal iskey...
{"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/pine.vim", "license": "mit", "size": 15411}
### File: runtime/syntax/pinfo.vim " Vim syntax file " Language: pinfo(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 case ignore 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/pinfo.vim", "license": "mit", "size": 5296}
### File: runtime/syntax/plaintex.vim " Vim syntax file " Language: TeX (plain.tex format) " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-10-26 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn match plaintexControlSequence 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/plaintex.vim", "license": "mit", "size": 10301}
### File: runtime/syntax/pli.vim " Vim syntax file " Modified from http://plnet.org/files/vim/ " using keywords from http://www.kednos.com/pli/docs/reference_manual/6291pro_contents.html " 2012-11-13 Alan Thompson " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn case...
{"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/pli.vim", "license": "mit", "size": 13222}
### File: runtime/syntax/plm.vim " Vim syntax file " Language: PL/M " Maintainer: Philippe Coulonges <cphil@cphil.net> " Last change: 2003 May 11 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " PL/M is a case insensitive language syn case ignore syn keyword plmTodo 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/plm.vim", "license": "mit", "size": 5361}
### File: runtime/syntax/plp.vim " Vim syntax file " Language: PLP (Perl in HTML) " Maintainer: Juerd <juerd@juerd.nl> " Last Change: 2003 Apr 25 " Cloned From: aspperl.vim " Add to filetype.vim the following line (without quote sign): " au BufNewFile,BufRead *.plp setf plp " 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/plp.vim", "license": "mit", "size": 1267}
### File: runtime/syntax/plsql.vim " Vim syntax file " Language: Oracle Procedural SQL (PL/SQL) " Maintainer: Lee Lindley (lee dot lindley at gmail dot com) " Previous Maintainer: Jeff Lanzarotta (jefflanzarotta at yahoo dot com) " Previous Maintainer: C. Laurence Gonsalves (clgonsal@kami.com) " URL: https://github.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/plsql.vim", "license": "mit", "size": 62889}
### File: runtime/syntax/po.vim " Vim syntax file " Language: po (gettext) " Maintainer: Dwayne Bailey <dwayne@translate.org.za> " Last Change: 2015 Jun 07 " Contributors: Dwayne Bailey (Most advanced syntax highlighting) " Leonardo Fontenelle (Spell checking) " Nam SungHyun <namsh@kldp.org>...
{"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/po.vim", "license": "mit", "size": 6394}
### File: runtime/syntax/pod.vim " Vim syntax file " Language: Perl POD format " Maintainer: vim-perl <vim-perl@googlegroups.com> " Previously: Scott Bigham <dsb@killerbunnies.org> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " 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/pod.vim", "license": "mit", "size": 10855}
### File: runtime/syntax/poefilter.vim " Vim syntax file " Language: PoE item filter " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: *.filter " Last Change: 2023 Feb 10 if exists('b:current_syntax') finish endif let s:cpo_save = &cpoptions set cpoptions&vim " Comment syn keyword poefilterTo...
{"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/poefilter.vim", "license": "mit", "size": 5787}
### File: runtime/syntax/poke.vim " Copyright (C) 2021 Matthew T. Ihlenfield. " " This program is free software: you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by " the Free Software Foundation, either version 3 of the License, or " (at your option) any later 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/poke.vim", "license": "mit", "size": 5189}
### File: runtime/syntax/postscr.vim " Vim syntax file " Language: PostScript - all Levels, selectable " Maintainer: Mike Williams <mrw@eandem.co.uk> " Filenames: *.ps,*.eps " Last Change: 31st October 2007 " URL: http://www.eandem.co.uk/mrw/vim " " Options Flags: " postscr_level - la...
{"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/postscr.vim", "license": "mit", "size": 46136}
### File: runtime/syntax/pov.vim " Vim syntax file " Language: PoV-Ray(tm) 3.7 Scene Description Language " Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " Last Change: 2011-04-23 " Required Vim Version: 6.0 " Setup " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif 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/pov.vim", "license": "mit", "size": 9057}
### File: runtime/syntax/povini.vim " Vim syntax file " Language: PoV-Ray(tm) 3.7 configuration/initialization files " Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " Last Change: 2011-04-24 " Required Vim Version: 6.0 " Setup " quit when a syntax file was already loaded if exists("b:current_syntax") finish ...
{"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/povini.vim", "license": "mit", "size": 3488}
### File: runtime/syntax/ppd.vim " Vim syntax file " Language: PPD (PostScript printer description) file " Maintainer: Bjoern Jacke <bjacke@suse.de> " Last Change: 2001-10-06 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn match ppdComment "^\*%.*" syn match ppdDef "\*[...
{"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/ppd.vim", "license": "mit", "size": 870}
### File: runtime/syntax/ppwiz.vim " Vim syntax file " Language: PPWizard (preprocessor by Dennis Bareis) " Maintainer: Stefan Schwarzer <s.schwarzer@ndh.net> " URL: http://www.ndh.net/home/sschwarzer/download/ppwiz.vim " Last Change: 2003 May 11 " Filename: ppwiz.vim " Remove old syntax stuff " 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/ppwiz.vim", "license": "mit", "size": 2780}
### File: runtime/syntax/prescribe.vim " Vim syntax file " Language: Kyocera PreScribe2e " Maintainer: Klaus Muth <klaus@hampft.de> " URL: http://www.hampft.de/vim/syntax/prescribe.vim " Last Change: 2005 Mar 04 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn mat...
{"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/prescribe.vim", "license": "mit", "size": 2383}
### File: runtime/syntax/privoxy.vim " Vim syntax file " Language: Privoxy actions file " Maintainer: Doug Kearns <dougkearns@gmail.com> " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/syntax/privoxy.vim " Last Change: 2007 Mar 30 " Privoxy 3.0.6 if exists("b:current_syntax") finish endif let s:cpo_save = &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/privoxy.vim", "license": "mit", "size": 3579}
### File: runtime/syntax/procmail.vim " Vim syntax file " Language: Procmail definition file " Maintainer: Melchior FRANZ <mfranz@aon.at> " Last Change: 2003 Aug 14 " Author: Sonia Heimann " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn match procmailComment "#.*$"...
{"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/procmail.vim", "license": "mit", "size": 2019}
### File: runtime/syntax/progress.vim " Vim syntax file " Language: Progress 4GL " Filename extensions: *.p (collides with Pascal), " *.i (collides with assembler) " *.w (collides with cweb) " Maintainer: Philip Uren <philuSPAXY@ieee.org> Remove SPAXY spam block " Contributors: Matthew Stickney <mtstickn...
{"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/progress.vim", "license": "mit", "size": 31748}
### File: runtime/syntax/prolog.vim " Vim syntax file " Language: PROLOG " Maintainer: Anton Kochkov <anton.kochkov@gmail.com> " Last Change: 2021 Jan 05 " There are two sets of highlighting in here: " If the "prolog_highlighting_clean" variable exists, it is rather sparse. " Otherwise you get more 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/prolog.vim", "license": "mit", "size": 4494}
### File: runtime/syntax/promela.vim " Vim syntax file " Language: ProMeLa " Maintainer: Maurizio Tranchero <maurizio.tranchero@polito.it> - <maurizio.tranchero@gmail.com> " First Release: Mon Oct 16 08:49:46 CEST 2006 " Last Change: Thu Aug 7 21:22:48 CEST 2008 " Version: 0.5 " quit when a syntax file was alrea...
{"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/promela.vim", "license": "mit", "size": 1728}
### File: runtime/syntax/proto.vim " Protocol Buffers - Google's data interchange format " Copyright 2008 Google Inc. All rights reserved. " https://developers.google.com/protocol-buffers/ " " Redistribution and use in source and binary forms, with or without " modification, are permitted provided that the following 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/proto.vim", "license": "mit", "size": 3543}
### File: runtime/syntax/protocols.vim " Vim syntax file " Language: protocols(5) - Internet protocols definition 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 match proto...
{"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/protocols.vim", "license": "mit", "size": 1429}
### File: runtime/syntax/ps1.vim " Vim syntax file " Language: Windows PowerShell " URL: https://github.com/PProvost/vim-ps1 " Last Change: 2020 Nov 24 " " The following settings are available for tuning syntax highlighting: " let ps1_nofold_blocks = 1 " let ps1_nofold_sig = 1 " let ps1_nofold_regio...
{"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/ps1.vim", "license": "mit", "size": 7509}
### File: runtime/syntax/ps1xml.vim " Vim syntax file " Language: Windows PowerShell " URL: https://github.com/PProvost/vim-ps1 " Last Change: 2013 Jun 24 if exists("b:current_syntax") finish endif let s:ps1xml_cpo_save = &cpo set cpo&vim doau syntax xml unlet b:current_syntax syn case ignore syn includ...
{"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/ps1xml.vim", "license": "mit", "size": 1276}
### File: runtime/syntax/psf.vim " Vim syntax file " Language: Software Distributor product specification file " (POSIX 1387.2-1995). " Maintainer: Rex Barzee <rex_barzee@hp.com> " Last change: 25 Apr 2001 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Product specificati...
{"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/psf.vim", "license": "mit", "size": 4290}
### File: runtime/syntax/psl.vim " Vim syntax file " Language: Property Specification Language (PSL) " Maintainer: Daniel Kho <daniel.kho@logik.haus> " Last Changed: 2021 Apr 17 by Daniel Kho " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Read in VHDL syntax files 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/psl.vim", "license": "mit", "size": 2528}
### File: runtime/syntax/ptcap.vim " Vim syntax file " Language: printcap/termcap database " Maintainer: Haakon Riiser <hakonrk@fys.uio.no> " URL: http://folk.uio.no/hakonrk/vim/syntax/ptcap.vim " Last Change: 2001 May 15 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " 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/ptcap.vim", "license": "mit", "size": 4129}
### File: runtime/syntax/purifylog.vim " Vim syntax file " Language: purify log files " Maintainer: Gautam H. Mudunuri <gmudunur@informatica.com> " Last Change: 2003 May 11 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Purify header syn match purifyLogHeader "^\*\*\*...
{"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/purifylog.vim", "license": "mit", "size": 3357}
### File: runtime/syntax/pymanifest.vim " Vim syntax file " Language: PyPA manifest " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Filenames: MANIFEST.in " Last Change: 2023 Aug 12 if exists('b:current_syntax') finish endif let s:cpo_save = &cpoptions set cpoptions&vim syn iskeyword @,- " 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/pymanifest.vim", "license": "mit", "size": 1072}
### File: runtime/syntax/pyrex.vim " Vim syntax file " Language: Pyrex " Maintainer: Marco Barisione <marco.bari@people.it> " URL: http://marcobari.altervista.org/pyrex_vim.html " Last Change: 2009 Nov 09 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Read the Python 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/pyrex.vim", "license": "mit", "size": 1663}
### File: runtime/syntax/python.vim " Vim syntax file " Language: Python " Maintainer: Zvezdan Petkovic <zpetkovic@acm.org> " Last Change: 2023 Feb 28 " Credits: Neil Schemenauer <nas@python.ca> " Dmitry Vasiliev " " This version is a major rewrite by Zvezdan Petkovic. " " - introduced highlighting of doctests " - ...
{"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/python.vim", "license": "mit", "size": 13955}
### File: runtime/syntax/python2.vim " Vim syntax file " Language: Python 2 " Maintainer: Zvezdan Petkovic <zpetkovic@acm.org> " Last Change: 2016 Oct 29 " Credits: Neil Schemenauer <nas@python.ca> " Dmitry Vasiliev " " This version is a major rewrite by Zvezdan Petkovic. " " - introduced highlighting of doctests " ...
{"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/python2.vim", "license": "mit", "size": 14702}
### File: runtime/syntax/qb64.vim " Vim syntax file " Language: QB64 " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2022 Jan 21 " Prelude {{{1 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim " syn iskeyword set after sourcing of basic.vim syn case ignore let s:prefix...
{"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/qb64.vim", "license": "mit", "size": 7965}
### File: runtime/syntax/qf.vim " Vim syntax file " Language: Quickfix window " Maintainer: The Vim Project <https://github.com/vim/vim> " Last Change: 2023 Aug 10 " Former Maintainer: Bram Moolenaar <Bram@vim.org> " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " A bunch of ...
{"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/qf.vim", "license": "mit", "size": 881}
### File: runtime/syntax/qml.vim " Vim syntax file " Language: QML " Previous Maintainer: Peter Hoeg <peter@hoeg.com> " Maintainer: Chase Knowlden <haroldknowlden@gmail.com> " Changes: `git log` is your friend " Last Change: 2023 Aug 16 " " This file is bassed on the original work done by Warwick Allison " ...
{"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/qml.vim", "license": "mit", "size": 53667}
### File: runtime/syntax/quake.vim " Vim syntax file " Language: Quake[1-3] configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-06-17 " quake_is_quake1 - the syntax is to be used for quake1 configs " quake_is_quake2 - the 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/quake.vim", "license": "mit", "size": 8554}
### File: runtime/syntax/quarto.vim " Language: Quarto (Markdown with chunks of R, Python and other languages) " Maintainer: This runtime file is looking for a new maintainer. " Former Maintainer: Jakson Alves de Aquino <jalvesaq@gmail.com> " Former Repository: https://github.com/jalvesaq/R-Vim-runtime " Last Change: 2...
{"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/quarto.vim", "license": "mit", "size": 867}
### File: runtime/syntax/query.lua -- Neovim syntax file -- Language: Treesitter query -- Last Change: 2024 Jul 03 -- it's a lisp! vim.cmd([[runtime! syntax/lisp.vim]])
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Lua", "repo_name": "minhanghuang/neovim", "path": "runtime/syntax/query.lua", "license": "mit", "size": 135}
### File: runtime/syntax/r.vim " Vim syntax file " Language: R (GNU S) " Maintainer: This runtime file is looking for a new maintainer. " Former Maintainers: Jakson Aquino <jalvesaq@gmail.com> " Vaidotas Zemlys <zemlys@gmail.com> " Tom Payne <tom@tompayne.org> " Contr...
{"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/r.vim", "license": "mit", "size": 15106}
### File: runtime/syntax/racc.vim " Vim default file " Language: Racc input file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-06-22 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn keyword raccTodo contained TODO FIXME XXX NO...
{"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/racc.vim", "license": "mit", "size": 5619}
### File: runtime/syntax/racket.vim " Vim syntax file " Language: Racket " Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com> " Previous Maintainer: Will Langstroth <will@langstroth.com> " URL: https://github.com/benknoble/vim-racket " Description: Contains all of 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/racket.vim", "license": "mit", "size": 34590}
### File: runtime/syntax/radiance.vim " Vim syntax file " Language: Radiance Scene Description " Maintainer: Georg Mischler <schorsch@schorsch.com> " Last change: 26. April. 2001 " Radiance is a lighting simulation software package written " by Gregory Ward-Larson ("the computer artist formerly known " as Greg ...
{"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/radiance.vim", "license": "mit", "size": 7155}
### File: runtime/syntax/raku.vim " Vim syntax file " Language: Raku " Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/Raku/vim-raku " Bugs/requests: https://github.com/Raku/vim-raku/issues " Last Change: 2021-04-16 " Contributors: Luke Palmer <fibonaci@babylonia.flatiro...
{"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/raku.vim", "license": "mit", "size": 75661}
### File: runtime/syntax/raml.vim " Vim syntax file " Language: RAML (RESTful API Modeling Language) " Maintainer: Eric Hopkins <eric.on.tech@gmail.com> " URL: https://github.com/in3d/vim-raml " License: Same as Vim " Last Change: 2018-11-03 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/raml.vim", "license": "mit", "size": 4450}
### File: runtime/syntax/rapid.vim " ABB Rapid Command syntax file for Vim " Language: ABB Rapid Command " Maintainer: Patrick Meiser-Knosowski <knosowski@graeffrobotics.de> " Version: 2.3.0 " Last Change: 21. Jul 2023 " Credits: Thanks for beta testing to Thomas Baginski " " Suggestions of improvement are very welcome...
{"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/rapid.vim", "license": "mit", "size": 46631}
### File: runtime/syntax/rasi.vim " Vim syntax file " Language: rasi (Rofi Advanced Style Information) " Maintainer: Pierrick Guillaume <pierguill@gmail.com> " Last Change: 2024 May 21 " " Syntax support for rasi config file " This file is based on syntax defined in rofi-theme man page " https://man.archlinux.org/man...
{"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/rasi.vim", "license": "mit", "size": 12874}
### File: runtime/syntax/ratpoison.vim " Vim syntax file " Language: Ratpoison configuration/commands file ( /etc/ratpoisonrc ~/.ratpoisonrc ) " Maintainer: Magnus Woldrich <m@japh.se> " URL: http://github.com/trapd00r/vim-syntax-ratpoison " Last Change: 2021-04-12 13:46:04 " Previous Maintainer: Doug Kearns <djkea2@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/ratpoison.vim", "license": "mit", "size": 18030}
### File: runtime/syntax/rc.vim " Vim syntax file " Language: M$ Resource files (*.rc) " Maintainer: Christian Brabandt " Last Change: 20220116 " Repository: https://github.com/chrisbra/vim-rc-syntax " License: Vim (see :h license) " Previous Maintainer: Heiko Erhardt <Heiko.Erhardt@munich.netsurf.de> " This file is...
{"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/rc.vim", "license": "mit", "size": 10024}
### File: runtime/syntax/rcs.vim " Vim syntax file " Language: RCS file " Maintainer: Dmitry Vasiliev <dima at hlabs dot org> " URL: https://github.com/hdima/vim-scripts/blob/master/syntax/rcs.vim " Last Change: 2012-02-11 " Filenames: *,v " Version: 1.12 " Options: " rcs_folding = 1 For fo...
{"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/rcs.vim", "license": "mit", "size": 2133}
### File: runtime/syntax/rcslog.vim " Vim syntax file " Language: RCS log output " Maintainer: Joe Karthauser <joe@freebsd.org> " Last Change: 2001 May 09 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn match rcslogRevision "^revision.*$" syn match rcslogFile "^RCS file:...
{"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/rcslog.vim", "license": "mit", "size": 557}
### File: runtime/syntax/readline.vim " Vim syntax file " Language: readline(3) configuration file " Maintainer: Daniel Moch <daniel@danielmoch.com> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2018-07-26 " Add new functions for Readline 7 / ...
{"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/readline.vim", "license": "mit", "size": 17487}
### File: runtime/syntax/rebol.vim " Vim syntax file " Language: Rebol " Maintainer: Mike Williams <mrw@eandem.co.uk> " Filenames: *.r " Last Change: 27th June 2002 " URL: http://www.eandem.co.uk/mrw/vim " " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Rebol is case insen...
{"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/rebol.vim", "license": "mit", "size": 7167}
### File: runtime/syntax/redif.vim " Vim syntax file " Language: ReDIF " Maintainer: Axel Castellane <axel.castellane@polytechnique.edu> " Last Change: 2021 Jul 28 " Original Author: Axel Castellane " Source: http://openlib.org/acmes/root/docu/redif_1.html " File Extension: rdf " N...
{"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/redif.vim", "license": "mit", "size": 87941}
### File: runtime/syntax/registry.vim " Vim syntax file " Language: Windows Registry export with regedit (*.reg) " Maintainer: Dominique Stéphan (dominique@mggen.com) " URL: http://www.mggen.com/vim/syntax/registry.zip (doesn't work) " Last change: 2014 Oct 31 " Included patch from Alexander A. Ulitin " clear any 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/registry.vim", "license": "mit", "size": 3355}
### File: runtime/syntax/rego.vim " Vim syntax file " Language: rego policy language " Maintainer: Matt Dunford (zenmatic@gmail.com) " URL: https://github.com/zenmatic/vim-syntax-rego " Last Change: 2022 Dec 4 " https://www.openpolicyagent.org/docs/latest/policy-language/ " quit when a (custom) syntax file was...
{"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/rego.vim", "license": "mit", "size": 5682}
### File: runtime/syntax/remind.vim " Vim syntax file " Language: Remind " Maintainer: Davide Alberani <da@erlug.linux.it> " Last Change: 02 Nov 2015 " Version: 0.7 " URL: http://ismito.it/vim/syntax/remind.vim " " Remind is a sophisticated calendar and alarm program. " You can download remind from: " https://www.ro...
{"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/remind.vim", "license": "mit", "size": 2713}
### File: runtime/syntax/requirements.vim " the Requirements File Format syntax support for Vim " Version: 1.8.0 " Author: raimon <raimon49@hotmail.com> " Upstream: https://github.com/raimon49/requirements.txt.vim " License: MIT LICENSE " The MIT License (MIT) " " Copyright (c) 2015 raimon " " Permission is hereby gra...
{"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/requirements.vim", "license": "mit", "size": 3386}
### File: runtime/syntax/resolv.vim " Vim syntax file " Language: resolver configuration file " Maintainer: Radu Dineiu <radu.dineiu@gmail.com> " URL: https://raw.github.com/rid9/vim-resolv/master/resolv.vim " Last Change: 2020 Mar 10 " Version: 1.4 " " Credits: " David Necas (Yeti) <yeti@physics.muni.cz> " Stefano...
{"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/resolv.vim", "license": "mit", "size": 6361}
### File: runtime/syntax/reva.vim " Vim syntax file " Language: Reva Forth " Version: 2011.2 " Last Change: 2019 Sep 27 " Maintainer: Ron Aaron <ron@ronware.org> " URL: http://ronware.org/reva/ " Filetypes: *.rf *.frt " NOTE: You should also have the ftplugin/reva.vim file to set 'isk' " quit when a syntax file was ...
{"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/reva.vim", "license": "mit", "size": 7583}
### File: runtime/syntax/rexx.vim " Vim syntax file " Language: Rexx " Maintainer: Thomas Geulig <geulig@nentec.de> " Last Change: 2012 Sep 14, added support for new ooRexx 4.0 features " URL: http://www.geulig.de/vim/rexx.vim " Special Thanks to Dan Sharp <dwsharp@hotmail.com> and Rony G. Flatscher " <Rony.Flatscher...
{"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/rexx.vim", "license": "mit", "size": 15331}
### File: runtime/syntax/rhelp.vim " Vim syntax file " Language: R Help File " Maintainer: This runtime file is looking for a new maintainer. " Former Maintainers: Jakson Aquino <jalvesaq@gmail.com> " Johannes Ranke <jranke@uni-bremen.de> " Former Repository: https://github.com/jalvesaq/R-Vim-run...
{"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/rhelp.vim", "license": "mit", "size": 12263}
### File: runtime/syntax/rib.vim " Vim syntax file " Language: Renderman Interface Bytestream " Maintainer: Andrew Bromage <ajb@spamcop.net> " Last Change: 2003 May 11 " " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn case match " Comments syn match ribLineComment ...
{"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/rib.vim", "license": "mit", "size": 2192}
### File: runtime/syntax/rmd.vim " Language: Markdown with chunks of R, Python and other languages " Maintainer: This runtime file is looking for a new maintainer. " Former Maintainer: Jakson Alves de Aquino <jalvesaq@gmail.com> " Former Repository: https://github.com/jalvesaq/R-Vim-runtime " Last Change: 2023 Dec 24 ...
{"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/rmd.vim", "license": "mit", "size": 10899}
### File: runtime/syntax/rnc.vim " Vim syntax file " Language: Relax NG compact syntax " 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 rncTodo ...
{"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/rnc.vim", "license": "mit", "size": 2263}
### File: runtime/syntax/rng.vim " Vim syntax file " Language: RELAX NG " Maintainer: Jaromir Hradilek <jhradilek@gmail.com> " URL: https://github.com/jhradilek/vim-rng " Last Change: 25 March 2013 " Description: A syntax file for RELAX NG, a schema language for XML 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/rng.vim", "license": "mit", "size": 817}
### File: runtime/syntax/rnoweb.vim " Vim syntax file " Language: R noweb Files " Maintainer: Johannes Ranke <jranke@uni-bremen.de> " Last Change: Thu Apr 05, 2018 11:06PM " Version: 0.9.1 " Remarks: - This file is inspired by the proposal of " Fernando Henrique Ferraz Pereira da Rosa <fefe...
{"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/rnoweb.vim", "license": "mit", "size": 1915}
### File: runtime/syntax/robots.vim " Vim syntax file " Language: "Robots.txt" files " Robots.txt files indicate to WWW robots which parts of a web site should not be accessed. " Maintainer: Dominique Stéphan (dominique@mggen.com) " URL: http://www.mggen.com/vim/syntax/robots.zip " Last change: 2001 May 09 " 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/robots.vim", "license": "mit", "size": 1530}
### File: runtime/syntax/routeros.vim " Vim syntax file " Language: MikroTik RouterOS Script " Maintainer: zainin <z@wintr.dev> " Original Author: ndbjorne @ MikroTik forums " Last Change: 2021 Nov 14 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn case ig...
{"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/routeros.vim", "license": "mit", "size": 3362}
### File: runtime/syntax/rpcgen.vim " Vim syntax file " Language: rpcgen " Maintainer: This runtime file is looking for a new maintainer. " Former Maintainer: Charles E. Campbell " Last Change: Aug 31, 2016 " 2024 Feb 19 by Vim Project (announce adoption) " Version: 13 " Former URL: http://www.drchip.org/astronaut/vi...
{"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/rpcgen.vim", "license": "mit", "size": 1762}
### File: runtime/syntax/rpl.vim " Vim syntax file " Language: RPL/2 " Version: 0.15.15 against RPL/2 version 4.00pre7i " Last Change: 2012 Feb 03 by Thilo Six " Maintainer: Joël BERTRAND <rpl2@free.fr> " URL: http://www.makalis.fr/~bertrand/rpl2/download/vim/indent/rpl.vim " Credits: Nothing " quit when a syntax fil...
{"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/rpl.vim", "license": "mit", "size": 25700}
### File: runtime/syntax/rrst.vim " reStructured Text with R statements " Language: reST with R code chunks " Maintainer: Alex Zvoleff, azvoleff@mail.sdsu.edu " Homepage: https://github.com/jalvesaq/R-Vim-runtime " Last Change: Thu Apr 05, 2018 11:06PM " " CONFIGURATION: " To highlight chunk headers as R code, put 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/rrst.vim", "license": "mit", "size": 1306}
### File: runtime/syntax/rst.vim " Vim reST syntax file " Language: reStructuredText documentation format " Maintainer: Marshall Ward <marshall.ward@gmail.com> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Website: https://github.com/marshallward/vim-restructuredtext " Latest Revision: 2020-03-31 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/rst.vim", "license": "mit", "size": 11779}
### File: runtime/syntax/rtf.vim " Vim syntax file " Language: Rich Text Format " "*.rtf" files " " The Rich Text Format (RTF) Specification is a method of encoding formatted " text and graphics for easy transfer between applications. " .hlp (windows help files) use compiled rtf files " rtf documentation at http://nig...
{"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/rtf.vim", "license": "mit", "size": 2331}
### File: runtime/syntax/ruby.vim " Vim syntax file " Language: Ruby " Maintainer: Doug Kearns <dougkearns@gmail.com> " URL: https://github.com/vim-ruby/vim-ruby " Release Coordinator: Doug Kearns <dougkearns@gmail.com> " Last Change: 2023 Mar 16 " ------------------------------------------------------------------...
{"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/ruby.vim", "license": "mit", "size": 41903}
### File: runtime/syntax/rust.vim " Vim syntax file " Language: Rust " Maintainer: Patrick Walton <pcwalton@mozilla.com> " Maintainer: Ben Blum <bblum@cs.cmu.edu> " Maintainer: Chris Morgan <me@chrismorgan.info> " Last Change: 2023-09-11 " For bugs, patches and license go to https://github.com/rust-lang/rust...
{"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/rust.vim", "license": "mit", "size": 22785}
### File: runtime/syntax/samba.vim " Vim syntax file " Language: samba configuration files (smb.conf) " Maintainer: Rafael Garcia-Suarez <rgarciasuarez@free.fr> " URL: http://rgarciasuarez.free.fr/vim/syntax/samba.vim " Last change: 2009 Aug 06 " " New maintainer wanted! " " Don't forget to run your conf...
{"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/samba.vim", "license": "mit", "size": 6122}
### File: runtime/syntax/sas.vim " Vim syntax file " Language: SAS " Maintainer: Zhen-Huan Hu <wildkeny@gmail.com> " Original Maintainer: James Kidd <james.kidd@covance.com> " Version: 3.0.0 " Last Change: Aug 26, 2017 " " 2017 Mar 7 " " Upgrade version number to 3.0. Improvements include: " - Improve 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/sas.vim", "license": "mit", "size": 34087}
### File: runtime/syntax/sass.vim " Vim syntax file " Language: Sass " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: *.sass " Last Change: 2022 Mar 15 if exists("b:current_syntax") finish endif runtime! syntax/css.vim syn case ignore syn cluster sassCssProperties contains=cssFontProp,cssFontDescriptorPr...
{"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/sass.vim", "license": "mit", "size": 6412}
### File: runtime/syntax/sather.vim " Vim syntax file " Language: Sather/pSather " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/sather.vim " Last Change: 2003 May 11 " Sather is a OO-language developed at the International Computer Science " Institute (ICSI) in Berkeley, ...
{"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/sather.vim", "license": "mit", "size": 3489}
### File: runtime/syntax/sbt.vim " Vim syntax file " Language: sbt " Maintainer: Steven Dobay <stevendobay at protonmail.com> " Last Change: 2017.04.30 if exists("b:current_syntax") finish endif runtime! syntax/scala.vim syn region sbtString start="\"[^"]" skip="\\\"" end="\"" contains=sbtStringEscape 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/sbt.vim", "license": "mit", "size": 880}
### File: runtime/syntax/scala.vim " Vim syntax file " Language: Scala " Maintainer: Derek Wyatt " URL: https://github.com/derekwyatt/vim-scala " License: Same as Vim " Last Change: 23 January 2022 " -----------------------------------------------------------...
{"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/scala.vim", "license": "mit", "size": 11679}
### File: runtime/syntax/scdoc.vim " Syntax file for scdoc files " Maintainer: Gregory Anders <contact@gpanders.com> " Last Updated: 2022-05-09 " Upstream: https://github.com/gpanders/vim-scdoc if exists('b:current_syntax') finish endif let b:current_syntax = 'scdoc' syntax match scdocFirstLineError "\%^.*$" 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/scdoc.vim", "license": "mit", "size": 2743}
### File: runtime/syntax/scheme.vim " Vim syntax file " Language: Scheme (R7RS) " Last Change: 2024 Jun 21 " Author: Evan Hanson <evhan@foldling.org> " Maintainer: Evan Hanson <evhan@foldling.org> " Previous Author: Dirk van Deun <dirk@igwe.vub.ac.be> " Previous Maintainer: ...
{"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/scheme.vim", "license": "mit", "size": 19630}
### File: runtime/syntax/scilab.vim " " Vim syntax file " Language : Scilab " Maintainer : Benoit Hamelin " File type : *.sci (see :help filetype) " History " 28jan2002 benoith 0.1 Creation. Adapted from matlab.vim. " 04feb2002 benoith 0.5 Fixed bugs with constant highlighting. " " quit when a syntax file was...
{"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/scilab.vim", "license": "mit", "size": 3210}
### File: runtime/syntax/screen.vim " Vim syntax file " Language: screen(1) configuration file " Maintainer: Dmitri Vereshchagin <dmitri.vereshchagin@gmail.com> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2015-09-24 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/screen.vim", "license": "mit", "size": 9104}
### File: runtime/syntax/scss.vim " Vim syntax file " Language: SCSS " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: *.scss " Last Change: 2019 Dec 05 if exists("b:current_syntax") finish endif runtime! syntax/sass.vim syn clear sassComment syn clear sassCssComment syn clear sassEndOfLineComment syn mat...
{"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/scss.vim", "license": "mit", "size": 526}
### File: runtime/syntax/sd.vim " Language: streaming descriptor file " Maintainer: Puria Nafisi Azizi (pna) <pna@netstudent.polito.it> " License: This file can be redistribued and/or modified under the same terms " as Vim itself. " URL: http://netstudent.polito.it/vim_syntax/ " Last Change: 2012 Feb 03 by Thilo Six ...
{"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/sd.vim", "license": "mit", "size": 2223}
### File: runtime/syntax/sdc.vim " Vim syntax file " Language: SDC - Synopsys Design Constraints " Maintainer: Maurizio Tranchero - maurizio.tranchero@gmail.com " Credits: based on TCL Vim syntax file " Version: 0.3 " Last Change: Thu Mar 25 17:35:16 CET 2009 " 2024 Jul 17 by Vim Project (update to SDC 2.1...
{"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/sdc.vim", "license": "mit", "size": 3232}
### File: runtime/syntax/sdl.vim " Vim syntax file " Language: SDL " Maintainer: Michael Piefel <entwurf@piefel.de> " Last Change: 2 May 2001 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif if !exists("sdl_2000") syntax case ignore endif " A bunch of useful SDL 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/sdl.vim", "license": "mit", "size": 6563}
### File: runtime/syntax/sed.vim " Vim syntax file " Language: sed " Maintainer: Doug Kearns <dougkearns@gmail.com> " Previous Maintainer: Haakon Riiser <hakonrk@fys.uio.no> " Contributor: Jack Haden-Enneking " Last Change: 2022 Oct 15 " quit when a syntax file was already loaded if exists("b:current_syntax") fi...
{"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/sed.vim", "license": "mit", "size": 5396}
### File: runtime/syntax/sendpr.vim " Vim syntax file " Language: FreeBSD send-pr file " Maintainer: Hendrik Scholz <hendrik@scholz.net> " Last Change: 2022 Jun 14 " " http://raisdorf.net/files/misc/send-pr.vim " quit when a syntax file was already loaded 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/sendpr.vim", "license": "mit", "size": 938}