code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
" Vim syntax file " Language: Spice circuit simulator input netlist " Maintainer: Noam Halevy <Noam.Halevy.motorola.com> " Last Change: 2012 Jun 01 " (Dominique Pelle added @Spell) " " This is based on sh.vim by Lennart Schultz " but greatly simplified " For version 5.x: Clear all syntax items " For version 6.x: Qui...
zyz2011-vim
runtime/syntax/spice.vim
Vim Script
gpl2
2,636
" Vim syntax file " Language: PPD (PostScript printer description) file " Maintainer: Bjoern Jacke <bjacke@suse.de> " Last Change: 2001-10-06 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") finis...
zyz2011-vim
runtime/syntax/ppd.vim
Vim Script
gpl2
1,259
" Vim syntax file " Language: HASTE - a language for VLSI IC programming " Maintainer: M. Tranchero - maurizio.tranchero?gmail.com " Credits: some parts have been taken from vhdl, verilog, and C syntax " files " Version: 0.9 " Last Change: 0.9 improvement of haste numbers detection " Change: 0.8 error matching for wro...
zyz2011-vim
runtime/syntax/haste.vim
Vim Script
gpl2
5,089
" Vim syntax file " Language: SNNS network file " Maintainer: Davide Alberani <alberanid@bigfoot.com> " Last Change: 28 Apr 2001 " Version: 0.2 " URL: http://digilander.iol.it/alberanid/vim/syntax/snnsnet.vim " " SNNS http://www-ra.informatik.uni-tuebingen.de/SNNS/ " is a simulator for neural networks. if version < 6...
zyz2011-vim
runtime/syntax/snnsnet.vim
Vim Script
gpl2
2,693
" 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 distro. " This syntax file was derive...
zyz2011-vim
runtime/syntax/ecd.vim
Vim Script
gpl2
1,559
" Vim syntax file " Language: Renderman shader language " Maintainer: Dan Piponi <dan@tanelorn.demon.co.uk> " Last Change: 2001 May 09 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") finish endif...
zyz2011-vim
runtime/syntax/sl.vim
Vim Script
gpl2
4,420
" Vim syntax file " Language: Verilog-AMS " Maintainer: S. Myles Prather <smprather@gmail.com> " " Version 1.1 S. Myles Prather <smprather@gmail.com> " Moved some keywords to the type category. " Added the metrix suffixes to the number matcher. " Version 1.2 Prasanna Tamhankar <pratam@gm...
zyz2011-vim
runtime/syntax/verilogams.vim
Vim Script
gpl2
6,556
" Vim syntax file " Language: Essbase script " Maintainer: Raul Segura Acevedo <raulseguraaceved@netscape.net> " Last change: 2011 Dec 25 by Thilo Six " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax")...
zyz2011-vim
runtime/syntax/csc.vim
Vim Script
gpl2
8,789
" Vim syntax file " Language: Postfix main.cf configuration " Maintainer: KELEMEN Peter <Peter dot Kelemen at cern dot ch> " Last Update: Hong Xu " Last Change: 2011 May 14 " Version: 0.40 " URL: http://cern.ch/fuji/vim/syntax/pfmain.vim " Comment: Based on Postfix 2.9 defaults. if version < 600 syntax clear elseif...
zyz2011-vim
runtime/syntax/pfmain.vim
Vim Script
gpl2
82,833
" Vim syntax file " Language: JCL job control language - DOS/VSE " Maintainer: Davyd Ondrejko <david.ondrejko@safelite.com> " URL: " Last change: 2001 May 10 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:curr...
zyz2011-vim
runtime/syntax/vsejcl.vim
Vim Script
gpl2
1,393
" Vim syntax file " Language: DNS/BIND Zone File " This has been replaced by the bindzone syntax :runtime! syntax/bindzone.vim
zyz2011-vim
runtime/syntax/dns.vim
Vim Script
gpl2
132
" 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 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syn...
zyz2011-vim
runtime/syntax/gsp.vim
Vim Script
gpl2
2,260
" Vim syntax file " Language: Pike " Maintainer: Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it> " Last Change: 2001 May 10 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") finish endif " A bun...
zyz2011-vim
runtime/syntax/pike.vim
Vim Script
gpl2
6,703
" Vim syntax file " Language: Datascript " Maintainer: Dominique Pelle <dominique.pelle@gmail.com> " Last Change: 2012 Apr 30 " " DataScript is a formal language for modelling binary datatypes, " bitstreams or file formats. For more information, see: " http://datascript.berlios.de/DataScriptLanguageOverview.html if ve...
zyz2011-vim
runtime/syntax/datascript.vim
Vim Script
gpl2
3,474
" Vim syntax file " Language: gp (version 2.5) " Maintainer: Karim Belabas <Karim.Belabas@math.u-bordeaux.fr> " Last change: 2012 Jan 08 " URL: http://pari.math.u-bordeaux.fr if version < 600 syntax clear elseif exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim " control statements synta...
zyz2011-vim
runtime/syntax/gp.vim
Vim Script
gpl2
3,138
" Vim syntax file " Language: Squid config file " Maintainer: Klaus Muth <klaus@hampft.de> " Last Change: 2005 Jun 12 " URL: http://www.hampft.de/vim/syntax/squid.vim " ThanksTo: Ilya Sher <iso8601@mail.ru>, " Michael Dotzler <Michael.Dotzler@leoni.com> " For version 5.x: Clear all syntax items " For v...
zyz2011-vim
runtime/syntax/squid.vim
Vim Script
gpl2
7,318
" Vim syntax file " Language: NSIS script, for version of NSIS 1.91 and later " Maintainer: Alex Jakushev <Alex.Jakushev@kemek.lt> " Last Change: 2004 May 12 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_...
zyz2011-vim
runtime/syntax/nsis.vim
Vim Script
gpl2
9,876
" 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: 2012 May 19 " Modeline: vim: ts=8:sw=2:sts=2: " "...
zyz2011-vim
runtime/syntax/dirpager.vim
Vim Script
gpl2
1,787
" Vim syntax support file " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2012 Feb 11 " This file sets up for syntax highlighting. " It is loaded from "syntax.vim" and "manual.vim". " 1. Set the default highlight groups. " 2. Install Syntax autocommands for all the available syntax files. if !has("syntax")...
zyz2011-vim
runtime/syntax/synload.vim
Vim Script
gpl2
1,866
" Vim syntax file " Language: MuPAD source " Maintainer: Dave Silvia <dsilvia@mchsi.com> " Filenames: *.mu " Date: 6/30/2004 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") finish e...
zyz2011-vim
runtime/syntax/mupad.vim
Vim Script
gpl2
15,775
" Vim syntax file " Language: JSP (Java Server Pages) " Maintainer: Rafael Garcia-Suarez <rgarciasuarez@free.fr> " URL: http://rgarciasuarez.free.fr/vim/syntax/jsp.vim " Last change: 2004 Feb 02 " Credits : Patch by Darren Greaves (recognizes <jsp:...> tags) " Patch by Thomas Kimpton (recognizes jspExpr inside HTM...
zyz2011-vim
runtime/syntax/jsp.vim
Vim Script
gpl2
3,122
" Vim syntax file " Language: SGML (SGML Declaration <!SGML ...>) " Last Change: jueves, 28 de diciembre de 2000, 13:51:44 CLST " Maintainer: "Daniel A. Molina W." <sickd@linux-chile.org> " You can modify and maintain this file, in other case send comments " the maintainer email address. " For version 5.x: Clear all s...
zyz2011-vim
runtime/syntax/sgmldecl.vim
Vim Script
gpl2
2,473
" SiSU Vim syntax file " SiSU Maintainer: Ralph Amissah <ralph@amissah.com> " SiSU Markup: SiSU (sisu-3.1.0) " Last Change: 2011-10-03 " URL: <http://git.sisudoc.org/?p=code/sisu.git;a=blob;f=data/sisu/v3/conf/editor-syntax-etc/vim/syntax/sisu.vim;hb=HEAD> "(originally looked at Ruby Vim by Mirko Na...
zyz2011-vim
runtime/syntax/sisu.vim
Vim Script
gpl2
20,448
" Vim syntax file " Language: Microsoft Macro Assembler (80x86) " Orig Author: Rob Brady <robb@datatone.com> " Maintainer: Wu Yongwei <wuyongwei@gmail.com> " Last Change: $Date: 2012/02/04 12:45:39 $ " $Revision: 1.46 $ " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already lo...
zyz2011-vim
runtime/syntax/masm.vim
Vim Script
gpl2
16,075
" Language : Tar Listing Syntax " Maintainer : Bram Moolenaar " Last change: Sep 08, 2004 if exists("b:current_syntax") finish endif syn match tarComment '^".*' contains=tarFilename syn match tarFilename 'tarfile \zs.*' contained syn match tarDirectory '.*/$' hi def link tarComment Comment hi def link tarFilename...
zyz2011-vim
runtime/syntax/tar.vim
Vim Script
gpl2
373
" Vim syntax file " Language: Slrn score file (based on slrn 0.9.8.0) " Maintainer: Preben 'Peppe' Guldberg <peppe@wielders.org> " Last Change: 8 Oct 2004 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syn...
zyz2011-vim
runtime/syntax/slrnsc.vim
Vim Script
gpl2
3,531
" Vim syntax file " Language: /var/log/messages file " Maintainer: Yakov Lerner <iler.ml@gmail.com> " Latest Revision: 2008-06-29 " Changes: 2008-06-29 support for RFC3339 tuimestamps James Vega if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn match message...
zyz2011-vim
runtime/syntax/messages.vim
Vim Script
gpl2
2,549
" Vim syntax file " Language: generic git output " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2010 May 21 if exists("b:current_syntax") finish endif syn case match syn sync minlines=50 syn include @gitDiff syntax/diff.vim syn region gitHead start=/\%^/ end=/^$/ syn region gitHead start=/\%(^commit ...
zyz2011-vim
runtime/syntax/git.vim
Vim Script
gpl2
4,156
" MUSHcode syntax file " Maintainer: Rick Bird <nveid@nveid.com> " Based on vim Syntax file by: Bek Oberin <gossamer@tertius.net.au> " Last Updated: Fri Nov 04 20:28:15 2005 " " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif e...
zyz2011-vim
runtime/syntax/mush.vim
Vim Script
gpl2
13,466
" Vim syntax file " Language: Visual Basic " Maintainer: Tim Chase <vb.vim@tim.thechases.com> " Former Maintainer: Robert M. Cortopassi <cortopar@mindspring.com> " (tried multiple times to contact, but email bounced) " Last Change: " 2005 May 25 Synched with work by Thomas Barthel " 2004 May 30 Added a few keywor...
zyz2011-vim
runtime/syntax/vb.vim
Vim Script
gpl2
20,622
" Vim syntax file loader " Language: SQL " Maintainer: David Fishburn <fishburn at ianywhere dot com> " Last Change: Thu Sep 15 2005 10:30:02 AM " Version: 1.0 " Description: Checks for a: " buffer local variable, " global variable, " If the above exist, it will s...
zyz2011-vim
runtime/syntax/sql.vim
Vim Script
gpl2
1,217
" Vim syntax file " Language: ABEL " Maintainer: John Cook <johncook3@gmail.com> " Last Change: 2011 Dec 27 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") finish endif let s:cpo_save = &cpo set...
zyz2011-vim
runtime/syntax/abel.vim
Vim Script
gpl2
5,444
" Vim syntax file " Language: Modsim III, by compuware corporation (www.compuware.com) " Maintainer: Philipp Jocham <flip@sbox.tu-graz.ac.at> " Extension: *.mod " Last Change: 2001 May 10 " " 2001 March 24: " - Modsim III is a registered trademark from compuware corporation " - made compatible with Vim 6.0 " " 1999 A...
zyz2011-vim
runtime/syntax/modsim3.vim
Vim Script
gpl2
3,956
" Vim syntax file " Language: Slice (ZeroC's Specification Language for Ice) " Maintainer: Morel Bodin <slice06@nym.hush.com> " Last Change: 2005 Dec 03 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_synta...
zyz2011-vim
runtime/syntax/slice.vim
Vim Script
gpl2
3,218
" Vim syntax file " 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 cmusrcTodo contained TODO FIXME XXX NOTE syn match cmusrcComment contained display '^...
zyz2011-vim
runtime/syntax/cmusrc.vim
Vim Script
gpl2
12,913
" Vim syntax file " Language: occam " Copyright: Fred Barnes <frmb2@kent.ac.uk>, Mario Schweigler <ms44@kent.ac.uk> " Maintainer: Mario Schweigler <ms44@kent.ac.uk> " Last Change: 24 May 2003 if version < 600 syntax clear elseif exists("b:current_syntax") finish endif "{{{ Settings " Set shift width for indent s...
zyz2011-vim
runtime/syntax/occam.vim
Vim Script
gpl2
4,472
" Vim syntax file " Language: passwd(5) password file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-10-03 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn match passwdBegin display '^' nextgroup=passwdAccount syn match passwdAccount...
zyz2011-vim
runtime/syntax/passwd.vim
Vim Script
gpl2
2,431
" Vim syntax file " Language: JavaCC, a Java Compiler Compiler written by JavaSoft " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/javacc.vim " Last Change: 2001 Jun 20 " Uses java.vim, and adds a few special things for JavaCC Parser files. " Those files usually have the e...
zyz2011-vim
runtime/syntax/javacc.vim
Vim Script
gpl2
2,625
" Vim syntax file " Language: AYacc " Maintainer: Mathieu Clabaut <mathieu.clabaut@free.fr> " LastChange: 2011 Dec 25 " Original: Yacc, maintained by Dr. Charles E. Campbell, Jr. " Comment: Replaced sourcing c.vim file by ada.vim and rename yacc* " in ayacc* " For version 5.x: Clear all syntax items " For versio...
zyz2011-vim
runtime/syntax/ayacc.vim
Vim Script
gpl2
2,954
" Vim syntax file " Language: Metafont " Maintainer: Andreas Scherer <andreas.scherer@pobox.com> " Last Change: April 25, 2001 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syn clear elseif exists("b:current_syntax") finish endif " Metafon...
zyz2011-vim
runtime/syntax/mf.vim
Vim Script
gpl2
8,244
" 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 " For version 5.x: Clear all syntax items " For version 6.x: Quit wh...
zyz2011-vim
runtime/syntax/pic.vim
Vim Script
gpl2
3,714
" Vim syntax file " Language: WildPackets EtherPeek Decoder (.dcd) file " Maintainer: Christopher Shinn <christopher@lucent.com> " Last Change: 2003 Apr 25 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_sy...
zyz2011-vim
runtime/syntax/dcd.vim
Vim Script
gpl2
2,198
" Vim syntax file " Language: Active State's PerlScript (ASP) " Maintainer: Aaron Hope <edh@brioforge.com> " URL: http://nim.dhs.org/~edh/aspperl.vim " Last Change: 2001 May 09 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elsei...
zyz2011-vim
runtime/syntax/aspperl.vim
Vim Script
gpl2
1,016
" Vim syntax file " Language: Microsoft Module-Definition (.def) File " Orig Author: Rob Brady <robb@datatone.com> " Maintainer: Wu Yongwei <wuyongwei@gmail.com> " Last Change: $Date: 2007/10/02 13:51:24 $ " $Revision: 1.2 $ " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was alrea...
zyz2011-vim
runtime/syntax/def.vim
Vim Script
gpl2
1,495
" 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 set cpo&vim setlocal iskeyword=@,48-...
zyz2011-vim
runtime/syntax/privoxy.vim
Vim Script
gpl2
3,579
" Vim syntax file " Language: Diff (context or unified) " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2010 Aug 03 " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") finish endif scriptencoding utf-8 syn match diffOnly "^Only in .*" syn match diffIdentical "^Files .* and...
zyz2011-vim
runtime/syntax/diff.vim
Vim Script
gpl2
14,972
" Vim syntax file " Language: Speedup, plant simulator from AspenTech " Maintainer: Stefan.Schwarzer <s.schwarzer@ndh.net> " URL: http://www.ndh.net/home/sschwarzer/download/spup.vim " Last Change: 2012 Feb 03 by Thilo Six " Filename: spup.vim " Bugs " - in the appropriate sections keywords are always high...
zyz2011-vim
runtime/syntax/spup.vim
Vim Script
gpl2
14,286
" Vim syntax file " Language: Haskell " Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org> " Last Change: 2008 Dec 15 " Original Author: John Williams <jrw@pobox.com> " " Thanks to Ryan Crumley for suggestions and John Meacham for " pointing out bugs. Also thanks to Ian Lynagh and Donald Bruce Stewart "...
zyz2011-vim
runtime/syntax/haskell.vim
Vim Script
gpl2
8,733
" Vim syntax file " Language: ChaiScript " Maintainer: Jason Turner <lefticus 'at' gmail com> " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") finish end syn case match " syncing method syn sync fromstart " Strings syn region chaiscriptString start=+"+ end=+"+ skip=+\\\\\...
zyz2011-vim
runtime/syntax/chaiscript.vim
Vim Script
gpl2
2,887
" Vim syntax file " Language: SPECMAN E-LANGUAGE " Maintainer: Or Freund <or@mobilian.com ;omf@gmx.co.uk; OrMeir@yahoo.com> " Last Update: Wed Oct 24 2001 "--------------------------------------------------------- "| If anyone found an error or fix the parenthesis part | "| I will be happy to hear about it | "| Th...
zyz2011-vim
runtime/syntax/specman.vim
Vim Script
gpl2
7,648
" Vim syntax file " Language: Esmtp setup file (based on esmtp 0.5.0) " Maintainer: Kornel Kielczewski <kornel@gazeta.pl> " Last Change: 16 Feb 2005 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") ...
zyz2011-vim
runtime/syntax/esmtprc.vim
Vim Script
gpl2
1,041
" Vim syntax file " Language: git commit file " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: *.git/COMMIT_EDITMSG " Last Change: 2012 April 7 if exists("b:current_syntax") finish endif syn case match syn sync minlines=50 if has("spell") syn spell toplevel endif syn include @gitcommitDiff syntax/diff....
zyz2011-vim
runtime/syntax/gitcommit.vim
Vim Script
gpl2
4,837
" Vim syntax file " Language: NASTRAN input/DMAP " Maintainer: Tom Kowalski <trk@schaefferas.com> " Last change: April 27, 2001 " Thanks to the authors and maintainers of fortran.vim. " Since DMAP shares some traits with fortran, this syntax file " is based on the fortran.vim syntax file. "--------------------------...
zyz2011-vim
runtime/syntax/nastran.vim
Vim Script
gpl2
8,733
" Vim syntax file " Language: BASIC " Maintainer: Allan Kelly <allan@fruitloaf.co.uk> " Last Change: 2011 Dec 25 by Thilo Six " First version based on Micro$soft QBASIC circa 1989, as documented in " 'Learn BASIC Now' by Halvorson&Rygmyr. Microsoft Press 1989. " This syntax file not a complete implementation yet. Se...
zyz2011-vim
runtime/syntax/basic.vim
Vim Script
gpl2
8,508
" Vim syntax file " Language: BIND configuration file " Maintainer: Nick Hibma <nick@van-laarhoven.org> " Last change: 2007-01-30 " Filenames: named.conf, rndc.conf " Location: http://www.van-laarhoven.org/vim/syntax/named.vim " " Previously maintained by glory hump <rnd@web-drive.ru> and updated by Marcin " Dalecki. "...
zyz2011-vim
runtime/syntax/named.vim
Vim Script
gpl2
10,417
" Vim syntax file " Language: RFC 2614 - An API for Service Location configuration file " 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 slpconfTodo contained TODO FIXME XXX NOT...
zyz2011-vim
runtime/syntax/slpconf.vim
Vim Script
gpl2
11,779
" Vim syntax file " Language: task data " Maintainer: John Florian <jflorian@doubledog.org> " Updated: Wed Jul 8 19:46:20 EDT 2009 " For version 5.x: Clear all syntax items. " For version 6.x: Quit when a syntax file was already loaded. if version < 600 syntax clear elseif exists("b:current_syntax") finish endif...
zyz2011-vim
runtime/syntax/taskdata.vim
Vim Script
gpl2
1,303
" Vim syntax file " Language: 4Dos batch file " Maintainer: John Leo Spetz <jls11@po.cwru.edu> " Last Change: 2001 May 09 "//Issues to resolve: "//- Boolean operators surrounded by period are recognized but the "// periods are not highlighted. The only way to do that would "// be separate synmatches for each possib...
zyz2011-vim
runtime/syntax/btm.vim
Vim Script
gpl2
9,631
" Vim syntax file " Language: TeX (plain.tex format) " 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 display contains=@NoSpell \ '\\[a-zA-Z@]\+' ...
zyz2011-vim
runtime/syntax/plaintex.vim
Vim Script
gpl2
10,289
" Vim syntax file " Language: 3D wavefront's obj file " Maintainer: Vincent Berthoux <twinside@gmail.com> " File Types: .obj (used in 3D) " Last Change: 2010 May 18 " " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b...
zyz2011-vim
runtime/syntax/obj.vim
Vim Script
gpl2
3,161
" Vim syntax support file " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2006 Apr 16 " This file is used for ":syntax off". " It removes the autocommands and stops highlighting for all buffers. if !has("syntax") finish endif " Remove all autocommands for the Syntax event. This also avoids that " "synt...
zyz2011-vim
runtime/syntax/nosyntax.vim
Vim Script
gpl2
755
" Vim syntax file " Language: sinda85, sinda/fluint input file " Maintainer: Adrian Nagle, anagle@ball.com " Last Change: 2003 May 11 " Filenames: *.sin " URL: http://www.naglenet.org/vim/syntax/sinda.vim " MAIN URL: http://www.naglenet.org/vim/ " For version 5.x: Clear all syntax items " For version ...
zyz2011-vim
runtime/syntax/sinda.vim
Vim Script
gpl2
4,101
" Vim syntax file " Language: mysql " Maintainer: Kenneth J. Pronovici <pronovic@ieee.org> " Last Change: $LastChangedDate: 2010-04-22 09:48:02 -0500 (Thu, 22 Apr 2010) $ " Filenames: *.mysql " URL: ftp://cedar-solutions.com/software/mysql.vim " Note: The definitions below are taken from the ...
zyz2011-vim
runtime/syntax/mysql.vim
Vim Script
gpl2
17,874
" Vim syntax file " Language: sinda85, sinda/fluint compare file " Maintainer: Adrian Nagle, anagle@ball.com " Last Change: 2003 May 11 " Filenames: *.cmp " URL: http://www.naglenet.org/vim/syntax/sindacmp.vim " MAIN URL: http://www.naglenet.org/vim/ " For version 5.x: Clear all syntax items " For ver...
zyz2011-vim
runtime/syntax/sindacmp.vim
Vim Script
gpl2
1,682
" Vim syntax file " Language: COBOL " Maintainer: Tim Pope <vimNOSPAM@tpope.info> " (formerly Davyd Ondrejko <vondraco@columbus.rr.com>) " (formerly Sitaram Chamarty <sitaram@diac.com> and " James Mitchell <james_mitchell@acm.org>) " $Id: cobol.vim,v 1.2 2007/05/05 18:23:43 vimboss Exp $ " For version 5...
zyz2011-vim
runtime/syntax/cobol.vim
Vim Script
gpl2
10,310
" Vim syntax file " Language: Cucumber " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: *.feature " Last Change: 2012 Apr 30 if exists("b:current_syntax") finish endif let s:keepcpo= &cpo set cpo&vim syn case match syn sync minlines=20 let g:cucumber_languages = { \"en": {"and": "And\\>",...
zyz2011-vim
runtime/syntax/cucumber.vim
Vim Script
gpl2
22,609
" ninja build file syntax. " Language: ninja build file as described at " http://martine.github.com/ninja/manual.html " Version: 1.1 " Last Change: 2012/05/13 " Maintainer: Nicolas Weber <nicolasweber@gmx.de> " ninja lexer and parser are at " https://github.com/martine/ninja/blob/master/src/lexer.in.cc " htt...
zyz2011-vim
runtime/syntax/ninja.vim
Vim Script
gpl2
2,008
" Vim syntax file " Language: FreeBSD send-pr file " Maintainer: Hendrik Scholz <hendrik@scholz.net> " Last Change: 2012 Feb 03 " " http://raisdorf.net/files/misc/send-pr.vim " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif e...
zyz2011-vim
runtime/syntax/sendpr.vim
Vim Script
gpl2
1,000
" Vim syntax file " Language: TeX " Maintainer: Dr. Charles E. Campbell, Jr. <NdrchipO@ScampbellPfamily.AbizM> " Last Change: Apr 24, 2012 " Version: 73 " URL: http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_syntax " " Notes: {{{1 " " 1. If you have a \begin{verbatim} that appears to overrun its boundaries...
zyz2011-vim
runtime/syntax/tex.vim
Vim Script
gpl2
61,194
" Vim syntax file " " Language: NATURAL " Version: 2.1.0.5 " Maintainer: Marko von Oppen <marko@von-oppen.com> " Last Changed: 2012-02-05 18:50:43 " Support: http://www.von-oppen.com/ " For version 5.x: Clear all syntax items " For version 6.x: Quit when this syntax file was already loaded if v:version < 600 syntax ...
zyz2011-vim
runtime/syntax/natural.vim
Vim Script
gpl2
7,283
" Vim syntax file " Language: Zimbu " Maintainer: Bram Moolenaar " Last Change: 2012 Jun 01 if exists("b:current_syntax") finish endif syn include @Ccode syntax/c.vim syn keyword zimbuTodo TODO FIXME XXX contained syn match zimbuNoBar "|" contained syn match zimbuParam "|[^| ]\+|" contained contain...
zyz2011-vim
runtime/syntax/zimbu.vim
Vim Script
gpl2
4,801
" Vim syntax file " Language: resolver configuration file " Maintainer: David Necas (Yeti) <yeti@physics.muni.cz> " Original Maintaner: Radu Dineiu <littledragon@altern.org> " License: This file can be redistributed and/or modified under the same terms " as Vim itself. " Last Change: 2012-05-24 if version < 600 syn...
zyz2011-vim
runtime/syntax/resolv.vim
Vim Script
gpl2
3,266
" Vim syntax file " Language: jgraph (graph plotting utility) " Maintainer: Jonas Munsin jmunsin@iki.fi " Last Change: 2003 May 04 " this syntax file is not yet complete " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exist...
zyz2011-vim
runtime/syntax/jgraph.vim
Vim Script
gpl2
1,616
" Vim syntax file " Language: Vim syntax file for SNMPv1 and SNMPv2 MIB and SMI files " Maintainer: Martin Smat <msmat@post.cz> " Original Author: David Pascoe <pascoedj@spamcop.net> " Written: Wed Jan 28 14:37:23 GMT--8:00 1998 " Last Changed: Mon Mar 23 2010 if exists("b:current_syntax") fin...
zyz2011-vim
runtime/syntax/mib.vim
Vim Script
gpl2
2,696
" Vim syntax file " Language: xmath (a simulation tool) " Maintainer: Dr. Charles E. Campbell, Jr. <NdrOchipS@PcampbellAfamily.Mbiz> " Last Change: Sep 11, 2006 " Version: 6 " URL: http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_syntax " For version 5.x: Clear all syntax items " For version 6.x: Quit when ...
zyz2011-vim
runtime/syntax/xmath.vim
Vim Script
gpl2
11,107
" Vim syntax file " Language: GDB command files " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/gdb.vim " Last Change: 2009 May 25 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif...
zyz2011-vim
runtime/syntax/gdb.vim
Vim Script
gpl2
4,639
" DoxyGen syntax hilighting 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: Jan 2009 " Version: 1.23 " " Copyright 2004-2008 Michael Geddes " Please feel free to use, mo...
zyz2011-vim
runtime/syntax/doxygen.vim
Vim Script
gpl2
36,001
" Vim syntax file " Language: Liquid " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: *.liquid " Last Change: 2010 May 21 if exists('b:current_syntax') finish endif if !exists('main_syntax') let main_syntax = 'liquid' endif if !exists('g:liquid_default_subtype') let g:liquid_default_subtype =...
zyz2011-vim
runtime/syntax/liquid.vim
Vim Script
gpl2
6,005
" Vim syntax file " Language: Haskell supporting c2hs binding hooks " Maintainer: Armin Sander <armin@mindwalker.org> " Last Change: 2001 November 1 " " 2001 November 1: Changed commands for sourcing haskell.vim " Enable binding hooks let b:hs_chs=1 " Include standard Haskell highlighting if version < 600 source <s...
zyz2011-vim
runtime/syntax/chaskell.vim
Vim Script
gpl2
396
" Vim syntax file " Language: Reva Forth " Version: 2011.2 " Last Change: 2012/02/13 " 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' " For version 5.x: Clear all syntax items and don't load " For ve...
zyz2011-vim
runtime/syntax/reva.vim
Vim Script
gpl2
7,764
" Vim syntax file " Language: Motif UIL (User Interface Language) " Maintainer: Thomas Koehler <jean-luc@picard.franken.de> " Last Change: 2012 May 14 " URL: http://gott-gehabt.de/800_wer_wir_sind/thomas/Homepage/Computer/vim/syntax/uil.vim " Quit when a syntax file was already loaded if version < 600 syntax clear...
zyz2011-vim
runtime/syntax/uil.vim
Vim Script
gpl2
2,993
" Vim syntax file " Language: CUPL " Maintainer: John Cook <johncook3@gmail.com> " Last Change: 2011 Dec 27 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") finish endif let s:cpo_save = &cpo set...
zyz2011-vim
runtime/syntax/cupl.vim
Vim Script
gpl2
4,230
" Vim syntax file " Language: Modula 2 " Maintainer: pf@artcom0.north.de (Peter Funk) " based on original work of Bram Moolenaar <Bram@vim.org> " Last Change: 2001 May 09 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exi...
zyz2011-vim
runtime/syntax/modula2.vim
Vim Script
gpl2
3,620
" Language: ampl (A Mathematical Programming Language) " Maintainer: Krief David <david.krief@etu.enseeiht.fr> or <david_krief@hotmail.com> " Last Change: 2003 May 11 if version < 600 syntax clear elseif exists("b:current_syntax") finish endif "-- syn match amplEntityKeyword "\(subject to\)\|\(subj...
zyz2011-vim
runtime/syntax/ampl.vim
Vim Script
gpl2
4,293
" Vim syntax file " Language: SGML " Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Tue, 27 Apr 2004 15:05:21 CEST " Filenames: *.sgml,*.sgm " $Id: sgml.vim,v 1.1 2004/06/13 17:52:57 vimboss Exp $ " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loade...
zyz2011-vim
runtime/syntax/sgml.vim
Vim Script
gpl2
8,961
" Vim syntax file " Language: generic ChangeLog file " Written By: Gediminas Paulauskas <menesis@delfi.lt> " Maintainer: Corinna Vinschen <vinschen@redhat.com> " Last Change: June 1, 2003 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax c...
zyz2011-vim
runtime/syntax/changelog.vim
Vim Script
gpl2
2,860
" Snort syntax file " Language: Snort Configuration File (see: http://www.snort.org) " Maintainer: Phil Wood, cornett@arpa.net " Last Change: $Date: 2004/06/13 17:41:17 $ " Filenames: *.hog *.rules snort.conf vision.conf " URL: http://home.lanl.gov/cpw/vim/syntax/hog.vim " Snort Version: 1.8 By Martin Roesc...
zyz2011-vim
runtime/syntax/hog.vim
Vim Script
gpl2
18,161
" Vim syntax file " Language: pam(8) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2011-08-03 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn match pamconfService '^[[:graph:]]\+' \ ...
zyz2011-vim
runtime/syntax/pamconf.vim
Vim Script
gpl2
5,534
" 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 " For version 5.x: Clear all syntax items...
zyz2011-vim
runtime/syntax/dylan.vim
Vim Script
gpl2
3,806
" Vim syntax file " Language: Perl 6 " Maintainer: Andy Lester <andy@petdance.com> " Homepage: http://github.com/petdance/vim-perl/tree/master " Last Change: 2012 Apr 30 " Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org> " Moritz Lenz <moritz@faui2k3.org> " Hinrik Örn...
zyz2011-vim
runtime/syntax/perl6.vim
Vim Script
gpl2
73,497
" Vim syntax file " Language: hosts.deny, hosts.allow configuration files " Maintainer: Thilo Six <T.Six@gmx.de> " Last Change: 2011 May 01 " Derived From: conf.vim " Credits: Bram Moolenaar " " This file is there to get at least a minimal highlighting. " A later version may be improved. " Quit when a (custom) syntax...
zyz2011-vim
runtime/syntax/hostsaccess.vim
Vim Script
gpl2
607
" Vim syntax file " Language: sed " Maintainer: Haakon Riiser <hakonrk@fys.uio.no> " URL: http://folk.uio.no/hakonrk/vim/syntax/sed.vim " Last Change: 2010 May 29 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syn clear elseif exists("b:cur...
zyz2011-vim
runtime/syntax/sed.vim
Vim Script
gpl2
5,352
" Vim syntax file " Language: Jargon File " Maintainer: <rms@poczta.onet.pl> " Last Change: 2001 May 26 " " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif exists("b:current_syntax") finish endif syn match jargonChaptTitle /:[...
zyz2011-vim
runtime/syntax/jargon.vim
Vim Script
gpl2
1,006
" smcl.vim -- Vim syntax file for smcl files. " Language: SMCL -- Stata Markup and Control Language " Maintainer: Jeff Pitblado <jpitblado@stata.com> " Last Change: 26apr2006 " Version: 1.1.2 " Log: " 20mar2003 updated the match definition for cmdab " 14apr2006 'syntax clear' only under version control " check for 'b...
zyz2011-vim
runtime/syntax/smcl.vim
Vim Script
gpl2
12,033
" Vim syntax file " Language: HTML and M4 " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/htmlm4.vim " Last Change: 2001 Apr 30 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif ex...
zyz2011-vim
runtime/syntax/htmlm4.vim
Vim Script
gpl2
874
" Vim syntax file " Language: protocols(5) - Internet protocols definition file " 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 protocolsBegin display '^' ...
zyz2011-vim
runtime/syntax/protocols.vim
Vim Script
gpl2
1,417
" 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 if version < 600 " Remove any old syntax stuff hanging around syn clear elseif exists("b:current_syntax") finish endif " Product specifica...
zyz2011-vim
runtime/syntax/psf.vim
Vim Script
gpl2
4,625
" Vim syntax file " Language: pinfo(1) configuration file " 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 keyword pinfoTodo contained FIXME ...
zyz2011-vim
runtime/syntax/pinfo.vim
Vim Script
gpl2
5,284
" Vim syntax file " Language: Coco/R " Maintainer: Ashish Shukla <wahjava@gmail.com> " Last Change: 2007 Aug 10 " Remark: Coco/R syntax partially implemented. " License: Vim license if version < 600 syntax clear elseif exists("b:current_syntax") finish endif syn keyword cocoKeywords ANY CHARACTERS...
zyz2011-vim
runtime/syntax/coco.vim
Vim Script
gpl2
1,290
" Vim syntax file " Language: MEL (Maya Extension Language) " Maintainer: Robert Minsk <egbert@centropolisfx.com> " Last Change: May 27 1999 " Based on: Bram Moolenaar <Bram@vim.org> C syntax file " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 ...
zyz2011-vim
runtime/syntax/mel.vim
Vim Script
gpl2
3,741