mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	@@ -3,7 +3,7 @@
 | 
			
		||||
" Maintainer:          Nick Jensen <nickspoon@gmail.com>
 | 
			
		||||
" Former Maintainers:  Anduin Withers <awithers@anduin.com>
 | 
			
		||||
"                      Johannes Zellner <johannes@zellner.org>
 | 
			
		||||
" Last Change:         2019-08-01
 | 
			
		||||
" Last Change:         2020-01-27
 | 
			
		||||
" Filenames:           *.cs
 | 
			
		||||
" License:             Vim (see :h license)
 | 
			
		||||
" Repository:          https://github.com/nickspoons/vim-cs
 | 
			
		||||
@@ -97,6 +97,8 @@ syn match	csXmlComment	"///.*$" contains=csXmlCommentLeader,@csXml,@Spell keepen
 | 
			
		||||
syn include	@csXml syntax/xml.vim
 | 
			
		||||
hi def link	xmlRegion Comment
 | 
			
		||||
 | 
			
		||||
" Since syntax/xml.vim contains `syn spell toplevel`, we need to set it back to `default` here.
 | 
			
		||||
syn spell default
 | 
			
		||||
 | 
			
		||||
" [1] 9.5 Pre-processing directives
 | 
			
		||||
syn region	csPreCondit	start="^\s*#\s*\(define\|undef\|if\|elif\|else\|endif\|line\|error\|warning\)" skip="\\$" end="$" contains=csComment keepend
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
" Maintainer:  Debian Vim Maintainers
 | 
			
		||||
" Former Maintainers: Gerfried Fuchs <alfie@ist.org>
 | 
			
		||||
"                     Wichert Akkerman <wakkerma@debian.org>
 | 
			
		||||
" Last Change: 2019 Oct 20
 | 
			
		||||
" Last Change: 2020 Feb 02
 | 
			
		||||
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debchangelog.vim
 | 
			
		||||
 | 
			
		||||
" Standard syntax initialization
 | 
			
		||||
@@ -24,7 +24,7 @@ let s:supported = [
 | 
			
		||||
      \ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
 | 
			
		||||
      \ 'sid', 'rc-buggy',
 | 
			
		||||
      \
 | 
			
		||||
      \ 'trusty', 'xenial', 'bionic', 'disco', 'eoan', 'focal', 'devel'
 | 
			
		||||
      \ 'trusty', 'xenial', 'bionic', 'eoan', 'focal', 'devel'
 | 
			
		||||
      \ ]
 | 
			
		||||
let s:unsupported = [
 | 
			
		||||
      \ 'frozen', 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
 | 
			
		||||
@@ -33,7 +33,8 @@ let s:unsupported = [
 | 
			
		||||
      \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty',
 | 
			
		||||
      \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid',
 | 
			
		||||
      \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy',
 | 
			
		||||
      \ 'utopic', 'vivid', 'wily', 'yakkety', 'zesty', 'artful', 'cosmic'
 | 
			
		||||
      \ 'utopic', 'vivid', 'wily', 'yakkety', 'zesty', 'artful', 'cosmic',
 | 
			
		||||
      \ 'disco'
 | 
			
		||||
      \ ]
 | 
			
		||||
let &cpo=s:cpo
 | 
			
		||||
 | 
			
		||||
@@ -43,7 +44,7 @@ exe 'syn match debchangelogFirstKV	contained "; \('.s:urgency.'\|'.s:binNMU.'\)"
 | 
			
		||||
exe 'syn match debchangelogOtherKV	contained ", \('.s:urgency.'\|'.s:binNMU.'\)"'
 | 
			
		||||
exe 'syn match debchangelogTarget	contained "\%( \%('.join(s:supported, '\|').'\)\>[-[:alnum:]]*\)\+"'
 | 
			
		||||
exe 'syn match debchangelogUnsupportedTarget	contained "\%( \%('.join(s:unsupported, '\|').'\)\>[-[:alnum:]]*\)\+"'
 | 
			
		||||
syn keyword debchangelogUnreleased	contained UNRELEASED
 | 
			
		||||
syn match debchangelogUnreleased	contained / UNRELEASED/
 | 
			
		||||
syn match debchangelogVersion	contained "(.\{-})"
 | 
			
		||||
syn match debchangelogCloses	contained "closes:\_s*\(bug\)\=#\=\_s\=\d\+\(,\_s*\(bug\)\=#\=\_s\=\d\+\)*"
 | 
			
		||||
syn match debchangelogLP	contained "\clp:\s\+#\d\+\(,\s*#\d\+\)*"
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
" Language:     Debian sources.list
 | 
			
		||||
" Maintainer:   Debian Vim Maintainers
 | 
			
		||||
" Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl>
 | 
			
		||||
" Last Change: 2019 Oct 18
 | 
			
		||||
" Last Change: 2020 Feb 02
 | 
			
		||||
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim
 | 
			
		||||
 | 
			
		||||
" Standard syntax initialization
 | 
			
		||||
@@ -26,7 +26,7 @@ let s:supported = [
 | 
			
		||||
      \ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
 | 
			
		||||
      \ 'sid', 'rc-buggy',
 | 
			
		||||
      \
 | 
			
		||||
      \ 'trusty', 'xenial', 'bionic', 'disco', 'eoan', 'focal', 'devel'
 | 
			
		||||
      \ 'trusty', 'xenial', 'bionic', 'eoan', 'focal', 'devel'
 | 
			
		||||
      \ ]
 | 
			
		||||
let s:unsupported = [
 | 
			
		||||
      \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
 | 
			
		||||
@@ -35,7 +35,8 @@ let s:unsupported = [
 | 
			
		||||
      \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty',
 | 
			
		||||
      \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid',
 | 
			
		||||
      \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy',
 | 
			
		||||
      \ 'utopic', 'vivid', 'wily', 'yakkety', 'zesty', 'artful', 'cosmic'
 | 
			
		||||
      \ 'utopic', 'vivid', 'wily', 'yakkety', 'zesty', 'artful', 'cosmic',
 | 
			
		||||
      \ 'disco'
 | 
			
		||||
      \ ]
 | 
			
		||||
let &cpo=s:cpo
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
" Vim syntax file
 | 
			
		||||
" Language:	Fortran 2008 (and older: Fortran 2003, 95, 90, and 77)
 | 
			
		||||
" Version:	101
 | 
			
		||||
" Last Change:	2019 Nov. 26
 | 
			
		||||
" Version:	102
 | 
			
		||||
" Last Change:	2019 Dec. 14
 | 
			
		||||
" Maintainer:	Ajit J. Thakkar <ajit@unb.ca>; <http://www2.unb.ca/~ajit/>
 | 
			
		||||
" Usage:	For instructions, do :help fortran-syntax from Vim
 | 
			
		||||
" Credits:
 | 
			
		||||
@@ -185,8 +185,8 @@ syn match fortranLabelNumber	display	"^    \d\s"ms=s+4,me=e-1
 | 
			
		||||
if exists("fortran_more_precise")
 | 
			
		||||
  " Numbers as targets
 | 
			
		||||
  syn match fortranTarget	display	"\(\<if\s*(.\+)\s*\)\@<=\(\d\+\s*,\s*\)\{2}\d\+\>"
 | 
			
		||||
  syn match fortranTarget	display	"\(\<do\s\+\)\@<11=\d\+\>"
 | 
			
		||||
  syn match fortranTarget	display	"\(\<go\s*to\s*(\=\)\@<11=\(\d\+\s*,\s*\)*\d\+\>"
 | 
			
		||||
  syn match fortranTarget	display	"\(\<do\s\+\)\@11<=\d\+\>"
 | 
			
		||||
  syn match fortranTarget	display	"\(\<go\s*to\s*(\=\)\@11<=\(\d\+\s*,\s*\)*\d\+\>"
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
syn keyword fortranTypeR	external
 | 
			
		||||
@@ -274,7 +274,7 @@ syn match fortranType			"\<elemental\>"
 | 
			
		||||
syn match fortranType			"\<pure\>"
 | 
			
		||||
syn match fortranType			"\<impure\>"
 | 
			
		||||
if exists("fortran_more_precise")
 | 
			
		||||
  syn match fortranConstructName "\(\<end\s*forall\s\+\)\@<15=\a\w*\>"
 | 
			
		||||
  syn match fortranConstructName "\(\<end\s*forall\s\+\)\@15<=\a\w*\>"
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if b:fortran_dialect == "f08"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user