Mercurial > vim
annotate .github/CODEOWNERS @ 28862:82244cfc4694
Update runtime files, new color schemes
Commit: https://github.com/vim/vim/commit/30ab04e16e1e9e6133590181197b3f8e70cb495e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 14 13:33:50 2022 +0100
Update runtime files, new color schemes
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 14 May 2022 14:45:04 +0200 |
parents | b96ceb97e896 |
children | 57c9377b9c62 |
rev | line source |
---|---|
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
1 # Lines starting with '#' are comments. |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
2 # Each line is a file pattern followed by one or more owners. |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
3 # You can use github users with @user or email addresses |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
4 |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
5 # These owners will be the default owners for everything in the repo. |
22328 | 6 #* @brammool |
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
7 |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
8 # Order is important. The last matching pattern has the most precedence. |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
9 # So if a pull request only touches javascript files, only these owners |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
10 # will be requested to review. |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
11 |
27459 | 12 runtime/autoload/freebasic.vim @dkearns |
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
13 runtime/autoload/getscript.vim @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
14 runtime/autoload/netrw.vim @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
15 runtime/autoload/netrwFileHandlers.vim @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
16 runtime/autoload/netrwSettings.vim @cecamp |
22328 | 17 runtime/autoload/rubycomplete.vim @segfault @dkearns |
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
18 runtime/autoload/tar.vim @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
19 runtime/autoload/vimball.vim @cecamp |
23305 | 20 runtime/autoload/xmlformat.vim @chrisbra |
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
21 runtime/autoload/zip.vim @cecamp |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
22 runtime/colors/blue.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
23 runtime/colors/darkblue.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
24 runtime/colors/default.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
25 runtime/colors/delek.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
26 runtime/colors/desert.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
27 runtime/colors/elflord.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
28 runtime/colors/evening.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
29 runtime/colors/industry.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
30 runtime/colors/koehler.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
31 runtime/colors/morning.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
32 runtime/colors/murphy.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
33 runtime/colors/pablo.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
34 runtime/colors/peachpuff.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
35 runtime/colors/ron.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
36 runtime/colors/shine.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
37 runtime/colors/slate.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
38 runtime/colors/tools @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
39 runtime/colors/torte.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
40 runtime/colors/zellner.vim @habamax @romainl @neutaaaaan |
22171 | 41 runtime/compiler/checkstyle.vim @dkearns |
24468 | 42 runtime/compiler/cm3.vim @dkearns |
22328 | 43 runtime/compiler/cucumber.vim @tpope |
22171 | 44 runtime/compiler/dart.vim @dkearns |
45 runtime/compiler/dart2js.vim @dkearns | |
46 runtime/compiler/dart2native.vim @dkearns | |
47 runtime/compiler/dartanalyser.vim @dkearns | |
48 runtime/compiler/dartdevc.vim @dkearns | |
49 runtime/compiler/dartdoc.vim @dkearns | |
50 runtime/compiler/dartfmt.vim @dkearns | |
51 runtime/compiler/eruby.vim @dkearns | |
23737 | 52 runtime/compiler/fbc.vim @dkearns |
22171 | 53 runtime/compiler/gawk.vim @dkearns |
54 runtime/compiler/gjs.vim @dkearns | |
22328 | 55 runtime/compiler/haml.vim @tpope |
22171 | 56 runtime/compiler/javac.vim @dkearns |
57 runtime/compiler/jest.vim @dkearns | |
58 runtime/compiler/jjs.vim @dkearns | |
59 runtime/compiler/jshint.vim @dkearns | |
60 runtime/compiler/jsonlint.vim @dkearns | |
22565 | 61 runtime/compiler/lazbuild.vim @dkearns |
22171 | 62 runtime/compiler/php.vim @dkearns |
24636 | 63 runtime/compiler/powershell.vim @heaths |
22328 | 64 runtime/compiler/rake.vim @tpope @dkearns |
22171 | 65 runtime/compiler/rhino.vim @dkearns |
22328 | 66 runtime/compiler/rspec.vim @tpope @dkearns |
22171 | 67 runtime/compiler/rubocop.vim @dkearns |
22328 | 68 runtime/compiler/ruby.vim @tpope @dkearns |
22171 | 69 runtime/compiler/rubyunit.vim @dkearns |
22328 | 70 runtime/compiler/sass.vim @tpope |
22171 | 71 runtime/compiler/se.vim @dkearns |
22565 | 72 runtime/compiler/shellcheck.vim @dkearns |
24024 | 73 runtime/compiler/sml.vim @dkearns |
25402 | 74 runtime/compiler/spectral.vim @romainl |
22171 | 75 runtime/compiler/stylelint.vim @dkearns |
76 runtime/compiler/tcl.vim @dkearns | |
77 runtime/compiler/tidy.vim @dkearns | |
78 runtime/compiler/ts-node.vim @dkearns | |
79 runtime/compiler/tsc.vim @dkearns | |
80 runtime/compiler/typedoc.vim @dkearns | |
81 runtime/compiler/xmllint.vim @dkearns | |
82 runtime/compiler/xo.vim @dkearns | |
25402 | 83 runtime/compiler/yamllint.vim @romainl |
23164 | 84 runtime/compiler/zsh.vim @dkearns |
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
85 runtime/doc/pi_getscript.txt @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
86 runtime/doc/pi_logipat.txt @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
87 runtime/doc/pi_netrw.txt @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
88 runtime/doc/pi_tar.txt @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
89 runtime/doc/pi_vimball.txt @cecamp |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
90 runtime/doc/pi_zip.txt @cecamp |
24636 | 91 runtime/doc/ps1.txt @heaths |
22824 | 92 runtime/ftplugin/awk.vim @dkearns |
23737 | 93 runtime/ftplugin/basic.vim @dkearns |
22328 | 94 runtime/ftplugin/bst.vim @tpope |
23164 | 95 runtime/ftplugin/cfg.vim @chrisbra |
26100 | 96 runtime/ftplugin/clojure.vim @axvr |
25973 | 97 runtime/ftplugin/csh.vim @dkearns |
22171 | 98 runtime/ftplugin/css.vim @dkearns |
22328 | 99 runtime/ftplugin/cucumber.vim @tpope |
22171 | 100 runtime/ftplugin/eiffel.vim @dkearns |
22328 | 101 runtime/ftplugin/eruby.vim @tpope @dkearns |
24569 | 102 runtime/ftplugin/fpcmake.vim @dkearns |
23737 | 103 runtime/ftplugin/freebasic.vim @dkearns |
22328 | 104 runtime/ftplugin/git.vim @tpope |
105 runtime/ftplugin/gitcommit.vim @tpope | |
106 runtime/ftplugin/gitconfig.vim @tpope | |
107 runtime/ftplugin/gitrebase.vim @tpope | |
108 runtime/ftplugin/gitsendemail.vim @tpope | |
23305 | 109 runtime/ftplugin/gprof.vim @dpelle |
22328 | 110 runtime/ftplugin/haml.vim @tpope |
111 runtime/ftplugin/hgcommit.vim @k-takata | |
26591 | 112 runtime/ftplugin/i3config.vim @hiqua |
26219 | 113 runtime/ftplugin/indent.vim @dkearns |
22171 | 114 runtime/ftplugin/javascript.vim @dkearns |
115 runtime/ftplugin/javascriptreact.vim @dkearns | |
23164 | 116 runtime/ftplugin/kconfig.vim @chrisbra |
22328 | 117 runtime/ftplugin/liquid.vim @tpope |
26148 | 118 runtime/ftplugin/lua.vim @dkearns |
24468 | 119 runtime/ftplugin/m3build.vim @dkearns |
120 runtime/ftplugin/m3quake.vim @dkearns | |
22328 | 121 runtime/ftplugin/markdown.vim @tpope |
122 runtime/ftplugin/matlab.vim @cecamp | |
24636 | 123 runtime/ftplugin/meson.vim @Liambeguin |
24468 | 124 runtime/ftplugin/modula3.vim @dkearns |
25880 | 125 runtime/ftplugin/nginx.vim @chr4 |
23164 | 126 runtime/ftplugin/nroff.vim @a-vrma |
22328 | 127 runtime/ftplugin/nsis.vim @k-takata |
25773 | 128 runtime/ftplugin/octave.vim @dkearns |
24569 | 129 runtime/ftplugin/pascal.vim @dkearns |
24636 | 130 runtime/ftplugin/pbtxt.vim @lakshayg |
22328 | 131 runtime/ftplugin/pdf.vim @tpope |
24387 | 132 runtime/ftplugin/ps1.vim @heaths |
133 runtime/ftplugin/ps1xml.vim @heaths | |
27459 | 134 runtime/ftplugin/qb64.vim @dkearns |
26148 | 135 runtime/ftplugin/routeros.vim @zainin |
22328 | 136 runtime/ftplugin/ruby.vim @tpope @dkearns |
137 runtime/ftplugin/sass.vim @tpope | |
138 runtime/ftplugin/scss.vim @tpope | |
26591 | 139 runtime/ftplugin/solution.vim @dkearns |
23305 | 140 runtime/ftplugin/spec.vim @ignatenkobrain |
24636 | 141 runtime/ftplugin/systemverilog.vim @Kocha |
25973 | 142 runtime/ftplugin/tcsh.vim @dkearns |
23737 | 143 runtime/ftplugin/tidy.vim @dkearns |
22328 | 144 runtime/ftplugin/tmux.vim @ericpruitt |
25973 | 145 runtime/ftplugin/toml.vim @averms |
22171 | 146 runtime/ftplugin/typescript.vim @dkearns |
147 runtime/ftplugin/typescriptreact.vim @dkearns | |
28777 | 148 runtime/ftplugin/wget.vim @dkearns |
149 runtime/ftplugin/wget2.vim @dkearns | |
23164 | 150 runtime/ftplugin/xml.vim @chrisbra |
151 runtime/ftplugin/zsh.vim @chrisbra | |
27459 | 152 runtime/indent/basic.vim @dkearns |
22328 | 153 runtime/indent/bst.vim @tpope |
25880 | 154 runtime/indent/cdl.vim @dkearns |
26100 | 155 runtime/indent/clojure.vim @axvr |
25880 | 156 runtime/indent/config.vim @dkearns |
157 runtime/indent/css.vim @dkearns | |
22328 | 158 runtime/indent/cucumber.vim @tpope |
25880 | 159 runtime/indent/d.vim @dkearns |
22328 | 160 runtime/indent/dosbatch.vim @k-takata |
25880 | 161 runtime/indent/dtd.vim @dkearns |
162 runtime/indent/dylan.vim @dkearns | |
163 runtime/indent/elm.vim @andys8 | |
22328 | 164 runtime/indent/eruby.vim @tpope @dkearns |
25880 | 165 runtime/indent/eterm.vim @dkearns |
166 runtime/indent/framescript.vim @dkearns | |
27459 | 167 runtime/indent/freebasic.vim @dkearns |
22328 | 168 runtime/indent/gitconfig.vim @tpope |
169 runtime/indent/haml.vim @tpope | |
25880 | 170 runtime/indent/idlang.vim @dkearns |
171 runtime/indent/ld.vim @dkearns | |
22328 | 172 runtime/indent/liquid.vim @tpope |
25880 | 173 runtime/indent/make.vim @dkearns |
24636 | 174 runtime/indent/meson.vim @Liambeguin |
25880 | 175 runtime/indent/mma.vim @dkearns |
176 runtime/indent/nginx.vim @chr4 | |
22328 | 177 runtime/indent/nsis.vim @k-takata |
25880 | 178 runtime/indent/occam.vim @dkearns |
179 runtime/indent/postscr.vim @dkearns | |
180 runtime/indent/prolog.vim @dkearns | |
24387 | 181 runtime/indent/ps1.vim @heaths |
27459 | 182 runtime/indent/qb64.vim @dkearns |
25880 | 183 runtime/indent/readline.vim @dkearns |
22328 | 184 runtime/indent/ruby.vim @AndrewRadev @dkearns |
185 runtime/indent/sass.vim @tpope | |
186 runtime/indent/scss.vim @tpope | |
23164 | 187 runtime/indent/sh.vim @chrisbra |
24636 | 188 runtime/indent/systemverilog.vim @Kocha |
25880 | 189 runtime/indent/tcl.vim @dkearns |
25973 | 190 runtime/indent/tcsh.vim @dkearns |
23305 | 191 runtime/indent/teraterm.vim @k-takata |
23164 | 192 runtime/indent/xml.vim @chrisbra |
193 runtime/indent/zsh.vim @chrisbra | |
23305 | 194 runtime/keymap/tamil_tscii.vim @yegappan |
195 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan | |
23164 | 196 runtime/pack/dist/opt/matchit/ @chrisbra |
22171 | 197 runtime/plugin/getscriptPlugin.vim @cecamp |
198 runtime/plugin/logiPat.vim @cecamp | |
199 runtime/plugin/netrwPlugin.vim @cecamp | |
200 runtime/plugin/tarPlugin.vim @cecamp | |
201 runtime/plugin/vimballPlugin.vim @cecamp | |
202 runtime/plugin/zipPlugin.vim @cecamp | |
23305 | 203 runtime/syntax/aidl.vim @dpelle |
22328 | 204 runtime/syntax/amiga.vim @cecamp |
26050 | 205 runtime/syntax/arduino.vim @johshoff |
22824 | 206 runtime/syntax/asm.vim @dkearns |
207 runtime/syntax/asmh8300.vim @dkearns | |
24636 | 208 runtime/syntax/asterisk.vim @jaunis |
22824 | 209 runtime/syntax/awk.vim @dkearns |
23737 | 210 runtime/syntax/basic.vim @dkearns |
22328 | 211 runtime/syntax/bst.vim @tpope |
23305 | 212 runtime/syntax/cabal.vim @coot |
23164 | 213 runtime/syntax/cabalconfig.vim @coot |
214 runtime/syntax/cabalproject.vim @coot | |
26100 | 215 runtime/syntax/clojure.vim @axvr |
23164 | 216 runtime/syntax/cs.vim @nickspoons |
22328 | 217 runtime/syntax/csh.vim @cecamp |
218 runtime/syntax/cucumber.vim @tpope | |
23305 | 219 runtime/syntax/datascript.vim @dpelle |
22328 | 220 runtime/syntax/dcl.vim @cecamp |
24278 | 221 runtime/syntax/desktop.vim @e-kwsm |
24636 | 222 runtime/syntax/dot.vim @mmottl |
23305 | 223 runtime/syntax/doxygen.vim @frogonwheels |
23164 | 224 runtime/syntax/dtd.vim @chrisbra |
24636 | 225 runtime/syntax/dts.vim @zonque |
22328 | 226 runtime/syntax/elmfilt.vim @cecamp |
227 runtime/syntax/eruby.vim @tpope @dkearns | |
228 runtime/syntax/exports.vim @cecamp | |
24569 | 229 runtime/syntax/fpcmake.vim @dkearns |
22328 | 230 runtime/syntax/git.vim @tpope |
231 runtime/syntax/gitcommit.vim @tpope | |
232 runtime/syntax/gitconfig.vim @tpope | |
233 runtime/syntax/gitrebase.vim @tpope | |
23305 | 234 runtime/syntax/gprof.vim @dpelle |
24278 | 235 runtime/syntax/groff.vim @jmarshall |
22328 | 236 runtime/syntax/haml.vim @tpope |
23164 | 237 runtime/syntax/haskell.vim @coot |
22328 | 238 runtime/syntax/hgcommit.vim @k-takata |
26591 | 239 runtime/syntax/i3config.vim @hiqua |
26219 | 240 runtime/syntax/indent.vim @dkearns |
23164 | 241 runtime/syntax/kconfig.vim @chrisbra |
24636 | 242 runtime/syntax/less.vim @genoma |
22328 | 243 runtime/syntax/lex.vim @cecamp |
244 runtime/syntax/liquid.vim @tpope | |
245 runtime/syntax/lisp.vim @cecamp | |
22171 | 246 runtime/syntax/lynx.vim @dkearns |
24468 | 247 runtime/syntax/m3build.vim @dkearns |
248 runtime/syntax/m3quake.vim @dkearns | |
22171 | 249 runtime/syntax/mailcap.vim @dkearns |
22328 | 250 runtime/syntax/make.vim @rohieb |
251 runtime/syntax/maple.vim @cecamp | |
252 runtime/syntax/markdown.vim @tpope | |
24636 | 253 runtime/syntax/meson.vim @Liambeguin |
24468 | 254 runtime/syntax/modula3.vim @dkearns |
22328 | 255 runtime/syntax/netrw.vim @cecamp |
25880 | 256 runtime/syntax/nginx.vim @chr4 |
24278 | 257 runtime/syntax/nroff.vim @jmarshall |
22328 | 258 runtime/syntax/nsis.vim @k-takata |
24569 | 259 runtime/syntax/pascal.vim @dkearns |
24636 | 260 runtime/syntax/pbtxt.vim @lakshayg |
22328 | 261 runtime/syntax/pdf.vim @tpope |
262 runtime/syntax/php.vim @TysonAndre | |
22171 | 263 runtime/syntax/privoxy.vim @dkearns |
23573 | 264 runtime/syntax/prolog.vim @XVilka |
24387 | 265 runtime/syntax/ps1.vim @heaths |
266 runtime/syntax/ps1xml.vim @heaths | |
24636 | 267 runtime/syntax/psl.vim @danielkho |
27459 | 268 runtime/syntax/qb64.vim @dkearns |
23164 | 269 runtime/syntax/rc.vim @chrisbra |
26148 | 270 runtime/syntax/routeros.vim @zainin |
22328 | 271 runtime/syntax/rpcgen.vim @cecamp |
22171 | 272 runtime/syntax/ruby.vim @dkearns |
22328 | 273 runtime/syntax/sass.vim @tpope |
274 runtime/syntax/scss.vim @tpope | |
275 runtime/syntax/sh.vim @cecamp | |
276 runtime/syntax/sm.vim @cecamp | |
23305 | 277 runtime/syntax/spec.vim @ignatenkobrain |
23164 | 278 runtime/syntax/sqloracle.vim @chrisbra |
24278 | 279 runtime/syntax/sshconfig.vim @Jakuje |
23164 | 280 runtime/syntax/sshdconfig.vim @Jakuje |
24278 | 281 runtime/syntax/sudoers.vim @e-kwsm |
24636 | 282 runtime/syntax/systemverilog.vim @Kocha |
22328 | 283 runtime/syntax/tags.vim @cecamp |
25973 | 284 runtime/syntax/tcsh.vim @dkearns |
22328 | 285 runtime/syntax/teraterm.vim @k-takata |
286 runtime/syntax/tex.vim @cecamp | |
22171 | 287 runtime/syntax/tidy.vim @dkearns |
22328 | 288 runtime/syntax/tmux.vim @ericpruitt |
25973 | 289 runtime/syntax/toml.vim @averms |
22328 | 290 runtime/syntax/vim.vim @cecamp |
22171 | 291 runtime/syntax/wget.vim @dkearns |
28777 | 292 runtime/syntax/wget2.vim @dkearns |
22171 | 293 runtime/syntax/xbl.vim @dkearns |
22328 | 294 runtime/syntax/xmath.vim @cecamp |
23305 | 295 runtime/syntax/xml.vim @chrisbra |
22328 | 296 runtime/syntax/xslt.vim @Boobies |
297 runtime/syntax/xxd.vim @cecamp | |
298 runtime/syntax/yacc.vim @cecamp | |
23164 | 299 runtime/syntax/zsh.vim @chrisbra |
23305 | 300 runtime/tutor/tutor.eo @dpelle |
301 runtime/tutor/tutor.eo.utf-8 @dpelle | |
302 runtime/tutor/tutor.fr @dpelle | |
303 runtime/tutor/tutor.fr.utf-8 @dpelle | |
24636 | 304 src/iscygpty.* @k-takata |
305 src/libvterm/ @leonerd | |
23164 | 306 src/po/de.po @chrisbra |
23305 | 307 src/po/eo.po @dpelle |
308 src/po/fr.po @dpelle | |
25161 | 309 src/xxd/ @jnweiger |