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: HMTL Tidy configuration file ( /etc/tidyrc ~/.tidyrc ) " Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au> " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/syntax/tidy.vim " Last Change: 2005 Oct 06 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax f...
zyz2011-vim
runtime/syntax/tidy.vim
Vim Script
gpl2
6,964
" Vim syntax file " Language: Mail file " Previous Maintainer: Felix von Leitner <leitner@math.fu-berlin.de> " Maintainer: GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com' " Last Change: Thu 02 Feb 2012 08:47:04 PM EST " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif le...
zyz2011-vim
runtime/syntax/mail.vim
Vim Script
gpl2
6,061
" Vim syntax file " Language: dircolors(1) input file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2012-04-25 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn keyword dircolorsTodo contained FIXME TODO XXX NOTE syn region dircolorsComment ...
zyz2011-vim
runtime/syntax/dircolors.vim
Vim Script
gpl2
42,054
" Vim syntax file " Language: updatedb.conf(5) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2009-05-25 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn keyword updatedbTodo contained TODO FIXME XXX NOTE syn region updatedbCom...
zyz2011-vim
runtime/syntax/updatedb.vim
Vim Script
gpl2
1,208
" Vim syntax file " Language: sysctl.conf(5) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2011-05-02 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn match sysctlBegin display '^' \ nextgroup=sysctlTo...
zyz2011-vim
runtime/syntax/sysctl.vim
Vim Script
gpl2
1,141
" Vim syntax file " Language: Fantom " Maintainer: Kamil Toman <kamil.toman@gmail.com> " Last Change: 2010 May 27 " Based on Java syntax file by Claudio Fleiner <claudio@fleiner.com> " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " keyword definitions syn keyword fanE...
zyz2011-vim
runtime/syntax/fan.vim
Vim Script
gpl2
5,445
" Vim syntax file " Language: CA-OpenROAD " Maintainer: Luis Moreno <lmoreno@eresmas.net> " Last change: 2001 Jun 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_syntax") finish endif syntax case ign...
zyz2011-vim
runtime/syntax/openroad.vim
Vim Script
gpl2
14,344
" WebMacro syntax file " Language: WebMacro " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/webmacro.vim " Last Change: 2003 May 11 " webmacro is a nice little language that you should " check out if you use java servlets. " webmacro: http://www.webmacro.org " For ...
zyz2011-vim
runtime/syntax/webmacro.vim
Vim Script
gpl2
3,471
" Vim syntax file " Language: Haste preprocessor files " Maintainer: M. Tranchero - maurizio.tranchero@gmail.com " Credits: some parts have been taken from vhdl, verilog, and C syntax " files " Version: 0.5 " HASTE if exists("b:current_syntax") finish endif " For version 5.x: Clear all syntax items " For version...
zyz2011-vim
runtime/syntax/hastepreproc.vim
Vim Script
gpl2
1,633
" Vim syntax file " Language: Java " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/java.vim " Last Change: 2011 Dec 30 " Please check :help java.vim for comments on some of the options available. " Quit when a syntax file was already loaded if !exists("main_syntax") i...
zyz2011-vim
runtime/syntax/java.vim
Vim Script
gpl2
17,445
" Vim syntax file " Language: CSP (Communication Sequential Processes, using FDR input syntax) " Maintainer: Jan Bredereke <brederek@tzi.de> " Version: 0.6.0 " Last change: Mon Mar 25, 2002 " URL: http://www.tzi.de/~brederek/vim/ " Copying: You may distribute and use this file freely, in the same " way as the vim edi...
zyz2011-vim
runtime/syntax/csp.vim
Vim Script
gpl2
7,501
" Vim syntax file " Language: Gedcom " Maintainer: Paul Johnson (pjcj@transeda.com) " Version 1.059 - 23rd December 1999 " 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 syntax case ...
zyz2011-vim
runtime/syntax/gedcom.vim
Vim Script
gpl2
2,673
" Vim syntax file " Language: M4 " Maintainer: Claudio Fleiner (claudio@fleiner.com) " URL: http://www.fleiner.com/vim/syntax/m4.vim " Last Change: 2005 Jan 15 " This file will highlight user function calls if they use only " capital letters and have at least one argument (i.e. the '(' " must be there). Let me know...
zyz2011-vim
runtime/syntax/m4.vim
Vim Script
gpl2
3,063
" Vim syntax file " Language: setserial(8) 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 match setserialBegin display '^' \ nextgrou...
zyz2011-vim
runtime/syntax/setserial.vim
Vim Script
gpl2
5,217
" Vim syntax file " Language: Apache-Style configuration files (proftpd.conf/apache.conf/..) " Maintainer: Christian Hammers <ch@westend.com> " URL: none " ChangeLog: " 2001-05-04,ch " adopted Vim 6.0 syntax style " 1999-10-28,ch " initial release " The following formats are recognised: " Apache-style .conf " # Com...
zyz2011-vim
runtime/syntax/apachestyle.vim
Vim Script
gpl2
1,738
" Vim syntax file " Language: FrameScript v4.0 " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-02-22 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn match framescriptOperator \ '[+*/%=-]\|[><]=\=\|#[&|]' syn keyword framescriptTodo ...
zyz2011-vim
runtime/syntax/framescript.vim
Vim Script
gpl2
11,667
" Vim syntax file " Language: Blank 1.4.1 " Maintainer: Rafal M. Sulejman <unefunge@friko2.onet.pl> " Last change: 2011 Dec 28 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/blank.vim
Vim Script
gpl2
1,205
" Vim syntax file " Language: LDAP LDIF " Maintainer: Zak Johnson <zakj@nox.cx> " Last Change: 2003-12-30 if version < 600 syntax clear elseif exists("b:current_syntax") finish endif syn sync minlines=10 linebreaks=1 syn match ldifAttribute /^[^ #][^:]*/ contains=ldifOption display syn match ldifOption /;[^:]\+/...
zyz2011-vim
runtime/syntax/ldif.vim
Vim Script
gpl2
1,216
" Vim syntax file " Language: configure.in script: M4 with sh " Maintainer: Christian Hammesr <ch@lathspell.westend.com> " Last Change: 2008 Sep 03 " Well, I actually even do not know much about m4. This explains why there " is probably very much missing here, yet ! " But I missed a good hilighting when editing my GN...
zyz2011-vim
runtime/syntax/config.vim
Vim Script
gpl2
1,847
" Vim syntax file " Language: Oracle Procedureal SQL (PL/SQL) " Maintainer: Jeff Lanzarotta (jefflanzarotta at yahoo dot com) " Original Maintainer: C. Laurence Gonsalves (clgonsal@kami.com) " URL: http://lanzarotta.tripod.com/vim/syntax/plsql.vim.zip " Last Change: September 18, 2002 " History: Geoff Evans & Bill Prib...
zyz2011-vim
runtime/syntax/plsql.vim
Vim Script
gpl2
13,230
" Vim syntax file " Language: awk, nawk, gawk, mawk " Maintainer: Antonio Colombo <azc100@gmail.com> " Last Change: 2012 May 18 " AWK ref. is: Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger " The AWK Programming Language, Addison-Wesley, 1988 " GAWK ref. is: Arnold D. Robbins " Effective AWK Programming, Th...
zyz2011-vim
runtime/syntax/awk.vim
Vim Script
gpl2
7,721
" Vim syntax file " Language: X Pixmap " Maintainer: Ronald Schild <rs@scutum.de> " Last Change: 2008 May 28 " Version: 5.4n.1 " 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 ke...
zyz2011-vim
runtime/syntax/xpm.vim
Vim Script
gpl2
4,655
" Vim syntax file " Language: Haml " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: *.haml " Last Change: 2010 Aug 09 if exists("b:current_syntax") finish endif if !exists("main_syntax") let main_syntax = 'haml' endif let b:ruby_no_expensive = 1 runtime! syntax/html.vim unlet! b:current_syntax silent! s...
zyz2011-vim
runtime/syntax/haml.vim
Vim Script
gpl2
7,024
" Vim syntax file " Language: readline(3) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2012-04-25 " readline_has_bash - if defined add support for bash specific " settings/functions if exists('b:current_syntax') finish endif let s:cpo_save...
zyz2011-vim
runtime/syntax/readline.vim
Vim Script
gpl2
16,630
" Vim syntax file " Language: UnrealScript " Maintainer: Mark Ferrell <major@chaoticdreams.org> " URL: ftp://ftp.chaoticdreams.org/pub/ut/vim/uc.vim " Credits: Based on the java.vim syntax file by Claudio Fleiner " Last change: 2003 May 31 " Please check :help uc.vim for comments on some of the options available. " ...
zyz2011-vim
runtime/syntax/uc.vim
Vim Script
gpl2
6,925
" Vim syntax file " Language: eRuby " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2010 Apr 15 " URL: http://vim-ruby.rubyforge.org " Anon CVS: See above site " Release Coordinator: Doug Kearns <dougkearns@gmail.com> if exists("b:current_syntax") finish endif if !exists("main_syntax") let main_...
zyz2011-vim
runtime/syntax/eruby.vim
Vim Script
gpl2
2,942
" Vim syntax file " Language: TASM: turbo assembler by Borland " Maintaner: FooLman of United Force <foolman@bigfoot.com> " Last Change: 2012 Feb 03 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:curr...
zyz2011-vim
runtime/syntax/tasm.vim
Vim Script
gpl2
6,051
" Vim syntax file " Language: Dracula " Maintainer: Scott Bordelon <slb@artisan.com> " Last change: Wed Apr 25 18:50:01 PDT 2001 " Extensions: drac.*,*.drac,*.drc,*.lvs,*.lpe " Comment: Dracula is an industry-standard language created by CADENCE (a " company specializing in Electronics Design Automation), for ...
zyz2011-vim
runtime/syntax/dracula.vim
Vim Script
gpl2
3,071
" Vim syntax file " Language: FvwmM4 preprocessed Fvwm2 configuration files " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-06-02 " URI: http://physics.muni.cz/~yeti/download/syntax/fvwmm4.vim " Setup if version >= 600 if exists('b:current_syntax') finish endif else syntax cle...
zyz2011-vim
runtime/syntax/fvwm2m4.vim
Vim Script
gpl2
828
" Vim syntax file " Language: HTML/OS by Aestiva " Maintainer: Jason Rust <jrust@westmont.edu> " URL: http://www.rustyparts.com/vim/syntax/htmlos.vim " Info: http://www.rustyparts.com/scripts.php " Last Change: 2003 May 11 " " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was alr...
zyz2011-vim
runtime/syntax/htmlos.vim
Vim Script
gpl2
8,743
" Vim syntax file " Language: Mathematica " Maintainer: steve layland <layland@wolfram.com> " Last Change: 2012 Feb 03 by Thilo Six " Source: http://members.wri.com/layland/vim/syntax/mma.vim " http://vim.sourceforge.net/scripts/script.php?script_id=1273 " Id: $Id: mma.vim,v 1.4 200...
zyz2011-vim
runtime/syntax/mma.vim
Vim Script
gpl2
11,967
" Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: strace output " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-10-10 " URL: http://trific.ath.cx/Ftp/vim/syntax/strace.vim " Setup if version >= 600 if exists("b:current_syntax...
zyz2011-vim
runtime/syntax/strace.vim
Vim Script
gpl2
2,199
" Vim syntax file " Language: SNNS result file " Maintainer: Davide Alberani <alberanid@bigfoot.com> " Last Change: 28 Apr 2001 " Version: 0.2 " URL: http://digilander.iol.it/alberanid/vim/syntax/snnsres.vim " " SNNS http://www-ra.informatik.uni-tuebingen.de/SNNS/ " is a simulator for neural networks. if version < 60...
zyz2011-vim
runtime/syntax/snnsres.vim
Vim Script
gpl2
2,144
" Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: Gtk+ theme files `gtkrc' " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-10-31 " URL: http://trific.ath.cx/Ftp/vim/syntax/gtkrc.vim " Setup if version >= 600 if exists("b:curr...
zyz2011-vim
runtime/syntax/gtkrc.vim
Vim Script
gpl2
9,476
" Vim syntax file " Language: cdrdao(1) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-09-02 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn keyword cdrdaoconfTodo \ TODO FIXME XXX NOTE syn match cdrdaoconfBegin ...
zyz2011-vim
runtime/syntax/cdrdaoconf.vim
Vim Script
gpl2
3,635
" Vim syntax file " Language: git send-email message " Maintainer: Tim Pope " Filenames: *.msg.[0-9]* (first line is "From ... # This line is ignored.") " Last Change: 2010 May 21 if exists("b:current_syntax") finish endif runtime! syntax/mail.vim syn case match syn match gitsendemailComment "\%^From.*#.*" syn m...
zyz2011-vim
runtime/syntax/gitsendemail.vim
Vim Script
gpl2
437
" Vim syntax file " Language: HTML with Cheetah tags " Maintainer: Max Ischenko <mfi@ukr.net> " Last Change: 2003-05-11 " 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 if !exists("m...
zyz2011-vim
runtime/syntax/htmlcheetah.vim
Vim Script
gpl2
672
" Vim syntax file " Language: Django template " Maintainer: Dave Hodder <dmh@dmh.org.uk> " Last Change: 2012 Apr 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 syntax case match...
zyz2011-vim
runtime/syntax/django.vim
Vim Script
gpl2
4,305
" Vim syntax file " Language: Smalltalk " Maintainer: Arndt Hesse <hesse@self.de> " Last Change: 2012 Feb 12 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") finish endif let s:cpo_s...
zyz2011-vim
runtime/syntax/st.vim
Vim Script
gpl2
3,133
" Vim syntax file " Language: TAK2, TAK3, TAK2000 thermal modeling input file " Maintainer: Adrian Nagle, anagle@ball.com " Last Change: 2003 May 11 " Filenames: *.tak " URL: http://www.naglenet.org/vim/syntax/tak.vim " MAIN URL: http://www.naglenet.org/vim/ " For version 5.x: Clear all syntax items "...
zyz2011-vim
runtime/syntax/tak.vim
Vim Script
gpl2
3,348
" Vim syntax file " Language: DocBook XML " Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Sam, 07 Sep 2002 17:20:12 CEST let b:docbk_type="xml" runtime syntax/docbk.vim
zyz2011-vim
runtime/syntax/docbkxml.vim
Vim Script
gpl2
191
" Vim syntax file " Language: udev(8) rules file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-12-18 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim " TODO: Line continuations. syn keyword udevrulesTodo contained TODO FIXME XXX NOTE syn reg...
zyz2011-vim
runtime/syntax/udevrules.vim
Vim Script
gpl2
6,948
" Vim syntax file " Language: GNU Assembler " Maintainer: Erik Wognsen <erik.wognsen@gmail.com> " Previous maintainer: " Kevin Dahlhausen <kdahlhaus@yahoo.com> " Last Change: 2012 Apr 09 " Thanks to Ori Avtalion for feedback on the comment markers! " For version 5.x: Clear all syntax items " For version 6.0 and lat...
zyz2011-vim
runtime/syntax/asm.vim
Vim Script
gpl2
4,426
" Vim syntax file " Language: C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2012 May 03 " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim " A bunch of useful C keywords syn keyword cStatement goto break return continue ...
zyz2011-vim
runtime/syntax/c.vim
Vim Script
gpl2
22,519
" Vim syntax file for the "papp" file format (_p_erl _app_lication) " " Language: papp " Maintainer: Marc Lehmann <pcg@goof.com> " Last Change: 2009 Nov 11 " Filenames: *.papp *.pxml *.pxsl " URL: http://papp.plan9.de/ " You can set the "papp_include_html" variable so that html will be " rendered as such inside ph...
zyz2011-vim
runtime/syntax/papp.vim
Vim Script
gpl2
4,126
" Vim syntax file " Language: Remind " Maintainer: Davide Alberani <alberanid@libero.it> " Last Change: 18 Sep 2009 " Version: 0.5 " URL: http://erlug.linux.it/~da/vim/syntax/remind.vim " " remind is a sophisticated reminder service " you can download remind from: " http://www.roaringpenguin.com/penguin/open_source_...
zyz2011-vim
runtime/syntax/remind.vim
Vim Script
gpl2
2,777
" Vim syntax file " Language: Procmail definition file " Maintainer: Melchior FRANZ <mfranz@aon.at> " Last Change: 2003 Aug 14 " Author: Sonia Heimann " 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/procmail.vim
Vim Script
gpl2
2,409
" Vim syntax file " Language: mgp - MaGic Point " Maintainer: Gerfried Fuchs <alfie@ist.org> " Filenames: *.mgp " Last Change: 25 Apr 2001 " URL: http://alfie.ist.org/vim/syntax/mgp.vim " " Comments are very welcome - but please make sure that you are commenting on " the latest version of this file. " SPAM i...
zyz2011-vim
runtime/syntax/mgp.vim
Vim Script
gpl2
2,399
" Vim syntax file " Language: Man page " Maintainer: SungHyun Nam <goweol@gmail.com> " Previous Maintainer: Gautam H. Mudunuri <gmudunur@informatica.com> " Version Info: " Last Change: 2008 Sep 17 " Additional highlighting by Johannes Tanzler <johannes.tanzler@aon.at>: " * manSubHeading " * manSynopsis (only for secti...
zyz2011-vim
runtime/syntax/man.vim
Vim Script
gpl2
2,039
" tcsh.vim: Vim syntax file for tcsh scripts " Maintainer: Gautam Iyer <gi1242@gmail.com> " Modified: Thu 17 Dec 2009 06:05:07 PM EST " " Description: We break up each statement into a "command" and an "end" part. " All groups are either a "command" or part of the "end" of a statement (ie " everything after the "comman...
zyz2011-vim
runtime/syntax/tcsh.vim
Vim Script
gpl2
13,269
" Vim syntax file " Language: dict(1) 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 dictconfTodo contained TODO FIXME XXX NOTE syn region dictconfComment ...
zyz2011-vim
runtime/syntax/dictconf.vim
Vim Script
gpl2
3,106
" Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: XF86Config (XFree86 configuration file) " Former Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2010 Nov 01 " URL: http://trific.ath.cx/Ftp/vim/syntax/xf86conf.vim " Required Vim Vers...
zyz2011-vim
runtime/syntax/xf86conf.vim
Vim Script
gpl2
14,925
" Vim syntax file " Language: SNNS pattern file " Maintainer: Davide Alberani <alberanid@bigfoot.com> " Last Change: 2012 Feb 03 by Thilo Six " Version: 0.2 " URL: http://digilander.iol.it/alberanid/vim/syntax/snnspat.vim " " SNNS http://www-ra.informatik.uni-tuebingen.de/SNNS/ " is a simulator for neural networks. i...
zyz2011-vim
runtime/syntax/snnspat.vim
Vim Script
gpl2
2,430
"---------------------------------------------------------------------------- " Description: Vim Ada syntax file " Language: Ada (2005) " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $ " Copyright: Copyright (C) 2006 Martin Krischik " Maintainer: Martin Krischik " David A. Wheeler <dwheeler@dwheeler.com...
zyz2011-vim
runtime/syntax/ada.vim
Vim Script
gpl2
13,050
" Vim syntax file " " Language: Logtalk " Maintainer: Paulo Moura <pmoura@logtalk.org> " Last Change: February 4, 2012 " 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 cpo&vim " Logtalk is case sensitive: syn cas...
zyz2011-vim
runtime/syntax/logtalk.vim
Vim Script
gpl2
16,291
" Vim syntax file" " Language: Baan " Maintainer: Erik Remmelzwaal (erik.remmelzwaal 0x40 ssaglobal.com) " Originally owned by: Erwin Smit / Her van de Vliert " Last change: v1.17 2006/04/26 10:40:18 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded " if version <...
zyz2011-vim
runtime/syntax/baan.vim
Vim Script
gpl2
73,998
" Vim syntax file " Language: LiteStep RC file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-02-22 if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn keyword litestepTodo \ contained \ TODO FIXME XXX NOTE syn match litestepComment ...
zyz2011-vim
runtime/syntax/litestep.vim
Vim Script
gpl2
6,664
" Vim syntax file " Language: Asterisk config file " Maintainer: brc007 " Updated for 1.2 by Tilghman Lesher (Corydon76) " Last Change: 2006 Mar 20 " version 0.4 " if version < 600 syntax clear elseif exists("b:current_syntax") finish endif syn sync clear syn sync fromstart syn keyword asteriskTodo TODO ...
zyz2011-vim
runtime/syntax/asterisk.vim
Vim Script
gpl2
5,585
" Vim syntax file " Language: lite " Maintainer: Lutz Eymers <ixtab@polzin.com> " URL: http://www.isp.de/data/lite.vim " Email: Subject: send syntax_vim.tgz " Last Change: 2001 Mai 01 " " Options lite_sql_query = 1 for SQL syntax highligthing inside strings " lite_minlines = x to sync at least x lines backwards ...
zyz2011-vim
runtime/syntax/lite.vim
Vim Script
gpl2
5,197
" Vim syntax file " Language: modules.conf(5) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-10-25 if exists("b:current_syntax") finish endif setlocal iskeyword+=- let s:cpo_save = &cpo set cpo&vim syn keyword modconfTodo FIXME TODO XXX NOTE syn reg...
zyz2011-vim
runtime/syntax/modconf.vim
Vim Script
gpl2
1,407
" Vim syntax file " Language: FORM " Version: 2.0 " Maintainer: Michael M. Tung <michael.tung@uni-mainz.de> " Last Change: <Thu Oct 23 13:11:21 CEST 2008> " Past Change: <October 2008 Thomas Reiter thomasr@nikhef.nl> " Past Change: <Wed, 2005/05/25 09:24:58 arwagner wptx44> " First public release based on 'Symbolic Ma...
zyz2011-vim
runtime/syntax/form.vim
Vim Script
gpl2
6,813
" Vim syntax file " Language: Focus Master File " Maintainer: Rob Brady <robb@datatone.com> " Last Change: $Date: 2004/06/13 15:54:03 $ " URL: http://www.datatone.com/~robb/vim/syntax/master.vim " $Revision: 1.1 $ " this is a very simple syntax file - I will be improving it " add entire DEFINE syntax " For version 5....
zyz2011-vim
runtime/syntax/master.vim
Vim Script
gpl2
1,435
" Vim syntax file " Language: trustees " Maintainer: Nima Talebi <nima@it.net.au> " Last Change: 2005-10-12 if version < 600 syntax clear elseif exists("b:current_syntax") finish endif syntax case match syntax sync minlines=0 maxlines=0 " Errors & Comments syntax match tfsError /.*/ highlight link tfsErro...
zyz2011-vim
runtime/syntax/trustees.vim
Vim Script
gpl2
1,537
" Vim syntax file " Language: Good old CFG files " Maintainer: Igor N. Prischepoff (igor@tyumbit.ru, pri_igor@mail.ru) " Last change: 2001 Sep 02 " 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/cfg.vim
Vim Script
gpl2
1,750
" Vim syntax file " Language: IA-64 (Itanium) assembly language " Maintainer: Parth Malwankar <pmalwankar@yahoo.com> " URL: http://www.geocities.com/pmalwankar (Home Page with link to my Vim page) " http://www.geocities.com/pmalwankar/vim.htm (for VIM) " File Version: 0.7 " Last Change: 2006 Sep 08 " For vers...
zyz2011-vim
runtime/syntax/ia64.vim
Vim Script
gpl2
10,938
" Wget syntax file " Filename: wget.vim " Language: Wget configuration file ( /etc/wgetrc ~/.wgetrc ) " Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au> " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/syntax/wget.vim " Last Change: 2005 Jul 24 " TODO: all commands are actually underscore ...
zyz2011-vim
runtime/syntax/wget.vim
Vim Script
gpl2
8,798
" Vim syntax file " Language: Perl 5 " Maintainer: Andy Lester <andy@petdance.com> " URL: http://github.com/petdance/vim-perl/tree/master " Last Change: 2010-08-10 " Contributors: Andy Lester <andy@petdance.com> " Hinrik Örn Sigurðsson <hinrik.sig@gmail.com> " Lukas Mai <l.ma...
zyz2011-vim
runtime/syntax/perl.vim
Vim Script
gpl2
34,201
" Vim syntax file " Language: Latte " Maintainer: Nick Moffitt, <nick@zork.net> " Last Change: 14 June, 2000 " " Notes: " I based this on the TeX and Scheme syntax files (but mostly scheme). " See http://www.latte.org for info on the language. " For version 5.x: Clear all syntax items " For version 6.x: Quit when a sy...
zyz2011-vim
runtime/syntax/latte.vim
Vim Script
gpl2
3,989
" Vim syntax file " Language: WEB " Maintainer: Andreas Scherer <andreas.scherer@pobox.com> " Last Change: April 30, 2001 " Details of the WEB language can be found in the article by Donald E. Knuth, " "The WEB System of Structured Documentation", included as "webman.tex" in " the standard WEB distribution, available ...
zyz2011-vim
runtime/syntax/web.vim
Vim Script
gpl2
1,271
" Vim syntax file " Language: MetaPost " Maintainer: Andreas Scherer <andreas.scherer@pobox.com> " Last Change: April 30, 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 let plain...
zyz2011-vim
runtime/syntax/mp.vim
Vim Script
gpl2
5,757
" 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 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a...
zyz2011-vim
runtime/syntax/promela.vim
Vim Script
gpl2
1,823
" Vim syntax file " Language: SiCAD (procedure language) " Maintainer: Zsolt Branyiczky <zbranyiczky@lmark.mgx.hu> " Last Change: 2003 May 11 " URL: http://lmark.mgx.hu:81/download/vim/sicad.vim " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version <...
zyz2011-vim
runtime/syntax/sicad.vim
Vim Script
gpl2
18,941
" Vim syntax file " Language: M$ Resource files (*.rc) " Maintainer: Heiko Erhardt <Heiko.Erhardt@munich.netsurf.de> " Last Change: 2001 May 09 " This file is based on the c.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 else...
zyz2011-vim
runtime/syntax/rc.vim
Vim Script
gpl2
10,435
" Vim syntax file " Language: Quickfix window " Maintainer: Bram Moolenaar <Bram@vim.org> " Last change: 2001 Jan 15 " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " A bunch of useful C keywords syn match qfFileName "^[^|]*" nextgroup=qfSeparator syn match qfSeparator "|" ne...
zyz2011-vim
runtime/syntax/qf.vim
Vim Script
gpl2
596
" 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 " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syn...
zyz2011-vim
runtime/syntax/plp.vim
Vim Script
gpl2
1,466
" Vim syntax file " Language: Debian sources.list " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl> " Last Change: 2012 April 29 " URL: http://anonscm.debian.org/hg/pkg-vim/vim/raw-file/unstable/runtime/syntax/debsourc...
zyz2011-vim
runtime/syntax/debsources.vim
Vim Script
gpl2
1,358
" Vim syntax file " Language: Valgrind Memory Debugger Output " Maintainer: Roger Luethi <rl@hellgate.ch> " Program URL: http://devel-home.kde.org/~sewardj/ " Last Change: 2012 Apr 30 " " Notes: mostly based on strace.vim and xml.vim " Quit when a syntax file was already loaded if exists("b:current_syntax") finish en...
zyz2011-vim
runtime/syntax/valgrind.vim
Vim Script
gpl2
3,059
" Vim syntax file " Language: sgml catalog file " Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Fr, 04 Nov 2005 12:46:45 CET " Filenames: /etc/sgml.catalog " $Id: catalog.vim,v 1.2 2005/11/23 21:11:10 vimboss Exp $ " Quit when a syntax file was already loaded if exists("b:current_syntax") finish...
zyz2011-vim
runtime/syntax/catalog.vim
Vim Script
gpl2
921
" Vim syntax file " " Language: AutoIt v3 (http://www.autoitscript.com/autoit3/) " Maintainer: Jared Breland <jbreland@legroom.net> " Authored By: Riccardo Casini <ric@libero.it> " Script URL: http://www.vim.org/scripts/script.php?script_id=1239 " ChangeLog: Please visit the script URL for detailed change information ...
zyz2011-vim
runtime/syntax/autoit.vim
Vim Script
gpl2
48,014
" Vim syntax file " Language: Bazaar (bzr) commit file " Maintainer: Dmitry Vasiliev <dima at hlabs dot org> " URL: https://github.com/hdima/vim-scripts/blob/master/syntax/bzr.vim " Last Change: 2012-02-11 " Filenames: bzr_log.* " Version: 1.2.2 " " Thanks: " " Gioele Barabucci " for id...
zyz2011-vim
runtime/syntax/bzr.vim
Vim Script
gpl2
1,955
" Vim syntax file " Language: udev(8) 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 udevconfTodo contained TODO FIXME XXX NOTE syn region udevconfComment ...
zyz2011-vim
runtime/syntax/udevconf.vim
Vim Script
gpl2
1,215
" Vim syntax file " Language: Haskell with literate comments, Bird style, " TeX style and plain text surrounding " \begin{code} \end{code} blocks " Maintainer: Haskell Cafe mailinglist <haskell-cafe@haskell.org> " Original Author: Arthur van Leeuwen <arthurvl@cs.uu.nl> " Last Change: 2010 Apr 11 " Version: 1.04...
zyz2011-vim
runtime/syntax/lhaskell.vim
Vim Script
gpl2
4,997
" Vim syntax file " Language: Linden Scripting Language " Maintainer: Timo Frenay <timo@frenay.net> " Last Change: 2012 Apr 30 " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif let s:keepcpo= &cpo set cpo&vim " Initializations syn case match " Keywords syn keyword lslKeyword d...
zyz2011-vim
runtime/syntax/lsl.vim
Vim Script
gpl2
15,800
" Vim syntax file " Language: R Help File " Maintainer: Jakson Aquino <jalvesaq@gmail.com> " Former Maintainer: Johannes Ranke <jranke@uni-bremen.de> " Last Change: Fri Oct 14, 2011 09:54PM " Version: 0.7.4 " SVN: $Id: rhelp.vim 90 2010-11-22 10:58:11Z ranke $ " Remarks: - Includes R syntax highlighting...
zyz2011-vim
runtime/syntax/rhelp.vim
Vim Script
gpl2
10,077
" Vim syntax file " Language: HTML " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/html.vim " Last Change: 2006 Jun 19 " Please check :help html.vim for some comments and a description of the options " For version 5.x: Clear all syntax items " For version 6.x: Quit when ...
zyz2011-vim
runtime/syntax/html.vim
Vim Script
gpl2
15,612
" Vim syntax file " Language: Subversion (svn) commit file " Maintainer: Dmitry Vasiliev <dima at hlabs dot org> " URL: https://github.com/hdima/vim-scripts/blob/master/syntax/svn.vim " Last Change: 2012-04-15 " Filenames: svn-commit*.tmp " Version: 1.8 " Contributors: " Stefano Zacchiroli " ...
zyz2011-vim
runtime/syntax/svn.vim
Vim Script
gpl2
1,606
" Vim syntax file " Language: dictd(8) 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 dictdconfTodo contained TODO FIXME XXX NOTE syn region dictdconfComme...
zyz2011-vim
runtime/syntax/dictdconf.vim
Vim Script
gpl2
6,453
" Vim syntax file " Language: CUDA (NVIDIA Compute Unified Device Architecture) " Maintainer: Timothy B. Terriberry <tterribe@users.sourceforge.net> " Last Change: 2007 Oct 13 " 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/cuda.vim
Vim Script
gpl2
2,839
" Vim syntax file " Language: udev(8) permissions 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 udevpermBegin display '^' nextgroup=udevpermDevice syn match udevpermDev...
zyz2011-vim
runtime/syntax/udevperm.vim
Vim Script
gpl2
2,397
" Vim syntax file " Language: RFC 2614 - An API for Service Location SPI 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 slpspiTodo contained TODO FIXME XXX NOTE syn reg...
zyz2011-vim
runtime/syntax/slpspi.vim
Vim Script
gpl2
1,169
" Vim syntax file " Language: Oracle config files (.ora) (Oracle 8i, ver. 8.1.5) " Maintainer: Sandor Kopanyi <sandor.kopanyi@mailbox.hu> " Url: <-> " Last Change: 2003 May 11 " * the keywords are listed by file (sqlnet.ora, listener.ora, etc.) " * the parathesis-checking is made at the beginning for all keywords " *...
zyz2011-vim
runtime/syntax/ora.vim
Vim Script
gpl2
27,463
" Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: Apache configuration (httpd.conf, srm.conf, access.conf, .htaccess) " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " License: This file can be redistribued and/or modified under the same terms " ...
zyz2011-vim
runtime/syntax/apache.vim
Vim Script
gpl2
15,138
" Vim syntax file " Language: MGL " Version: 1.0 " Last Change: 2006 Feb 21 " Maintainer: Gero Kuhlmann <gero@gkminix.han.de> " " $Id: mgl.vim,v 1.1 2006/02/21 22:08:20 vimboss Exp $ " if version < 600 syntax clear elseif exists("b:current_syntax") finish endif syn sync lines=250 syn keyword mglBoolean true fa...
zyz2011-vim
runtime/syntax/mgl.vim
Vim Script
gpl2
3,958
" Vim syn file " Language: Altera AHDL " Maintainer: John Cook <john.cook@kla-tencor.com> " Last Change: 2001 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_syntax") finish endif "this language i...
zyz2011-vim
runtime/syntax/ahdl.vim
Vim Script
gpl2
3,158
" Vim syntax file " Language: Lua 4.0, Lua 5.0, Lua 5.1 and Lua 5.2 " Maintainer: Marcus Aurelius Farias <masserahguard-lua 'at' yahoo com> " First Author: Carlos Augusto Teixeira Mendes <cmendes 'at' inf puc-rio br> " Last Change: 2012 Feb 07 " Options: lua_version = 4 or 5 " lua_subversion = 0 (4.0, 5.0) or 1 (5.1) ...
zyz2011-vim
runtime/syntax/lua.vim
Vim Script
gpl2
13,715
" Vim script for testing colors " Maintainer: Bram Moolenaar <Bram@vim.org> " Contributors: Rafael Garcia-Suarez, Charles Campbell " Last Change: 2008 Jun 04 " edit this file, then do ":source %", and check if the colors match " black black_on_white white_on_black " black_on_black black_on_black " darkred dar...
zyz2011-vim
runtime/syntax/colortest.vim
Vim Script
gpl2
3,201
" Vim syntax file " This is a GENERATED FILE. Please always refer to source file at the URI below. " Language: SysV-compatible init process control file `inittab' " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2002-09-13 " URL: http://physics.muni.cz/~yeti/download/syntax/inittab.vim " Setu...
zyz2011-vim
runtime/syntax/inittab.vim
Vim Script
gpl2
2,829
" Vim syntax file " Language: A-A-P recipe " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2004 Jun 13 " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif let s:cpo_save = &cpo set cpo&vim syn include @aapPythonScript syntax/python.vim syn match aapVariable /...
zyz2011-vim
runtime/syntax/aap.vim
Vim Script
gpl2
5,697
" Vim syntax file " Language: Virata AConfig Configuration Script " Maintainer: Manuel M.H. Stol <mmh.stol@gmx.net> " Last Change: 2003 May 11 " Vim URL: http://www.vim.org/lang.html " Virata URL: http://www.globespanvirata.com/ " Virata AConfig Configuration Script syntax " Can be detected by: 1) Extension .hw, .sw...
zyz2011-vim
runtime/syntax/virata.vim
Vim Script
gpl2
11,874
" Vim syntax file " Language: OCaml " Filenames: *.ml *.mli *.mll *.mly " Maintainers: Markus Mottl <markus.mottl@gmail.com> " Karl-Heinz Sylla <Karl-Heinz.Sylla@gmd.de> " Issac Trotts <ijtrotts@ucdavis.edu> " URL: http://www.ocaml.info/vim/syntax/ocaml.vim " Last...
zyz2011-vim
runtime/syntax/ocaml.vim
Vim Script
gpl2
13,693