Mercurial > vim
annotate .github/CODEOWNERS @ 29488:0bca7d819ae5
Added tag v9.0.0085 for changeset 4f52a21f41f34bb7b073e4d856c553b9756e3ce0
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 26 Jul 2022 21:00:04 +0200 |
parents | 67f31c24291b |
children | e64e9ba15acc |
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 |
29307 | 14 runtime/autoload/haskell.vim @alx741 |
15 runtime/autoload/javascript.vim @jsit | |
22089
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/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
|
17 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
|
18 runtime/autoload/netrwSettings.vim @cecamp |
29307 | 19 runtime/autoload/php.vim @david-szabo97 |
22328 | 20 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
|
21 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
|
22 runtime/autoload/vimball.vim @cecamp |
23305 | 23 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
|
24 runtime/autoload/zip.vim @cecamp |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
25 runtime/colors/blue.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
26 runtime/colors/darkblue.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
27 runtime/colors/default.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
28 runtime/colors/delek.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
29 runtime/colors/desert.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
30 runtime/colors/elflord.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
31 runtime/colors/evening.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
32 runtime/colors/industry.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
33 runtime/colors/koehler.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
34 runtime/colors/morning.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
35 runtime/colors/murphy.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
36 runtime/colors/pablo.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
37 runtime/colors/peachpuff.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
38 runtime/colors/ron.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
39 runtime/colors/shine.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
40 runtime/colors/slate.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
41 runtime/colors/tools @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
42 runtime/colors/torte.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
43 runtime/colors/zellner.vim @habamax @romainl @neutaaaaan |
22171 | 44 runtime/compiler/checkstyle.vim @dkearns |
24468 | 45 runtime/compiler/cm3.vim @dkearns |
22328 | 46 runtime/compiler/cucumber.vim @tpope |
22171 | 47 runtime/compiler/dart.vim @dkearns |
48 runtime/compiler/dart2js.vim @dkearns | |
49 runtime/compiler/dart2native.vim @dkearns | |
50 runtime/compiler/dartanalyser.vim @dkearns | |
51 runtime/compiler/dartdevc.vim @dkearns | |
52 runtime/compiler/dartdoc.vim @dkearns | |
53 runtime/compiler/dartfmt.vim @dkearns | |
54 runtime/compiler/eruby.vim @dkearns | |
23737 | 55 runtime/compiler/fbc.vim @dkearns |
22171 | 56 runtime/compiler/gawk.vim @dkearns |
57 runtime/compiler/gjs.vim @dkearns | |
29307 | 58 runtime/compiler/go.vim @dbarnett |
22328 | 59 runtime/compiler/haml.vim @tpope |
29193 | 60 runtime/compiler/icon.vim @dkearns |
22171 | 61 runtime/compiler/javac.vim @dkearns |
62 runtime/compiler/jest.vim @dkearns | |
63 runtime/compiler/jjs.vim @dkearns | |
64 runtime/compiler/jshint.vim @dkearns | |
65 runtime/compiler/jsonlint.vim @dkearns | |
22565 | 66 runtime/compiler/lazbuild.vim @dkearns |
29150 | 67 runtime/compiler/perl.vim @petdance @heptite |
68 runtime/compiler/perlcritic.vim @petdance @dkearns | |
22171 | 69 runtime/compiler/php.vim @dkearns |
29150 | 70 runtime/compiler/podchecker.vim @petdance @dkearns |
24636 | 71 runtime/compiler/powershell.vim @heaths |
22328 | 72 runtime/compiler/rake.vim @tpope @dkearns |
22171 | 73 runtime/compiler/rhino.vim @dkearns |
22328 | 74 runtime/compiler/rspec.vim @tpope @dkearns |
22171 | 75 runtime/compiler/rubocop.vim @dkearns |
22328 | 76 runtime/compiler/ruby.vim @tpope @dkearns |
22171 | 77 runtime/compiler/rubyunit.vim @dkearns |
22328 | 78 runtime/compiler/sass.vim @tpope |
29307 | 79 runtime/compiler/sdoc.vim @gpanders |
22171 | 80 runtime/compiler/se.vim @dkearns |
22565 | 81 runtime/compiler/shellcheck.vim @dkearns |
24024 | 82 runtime/compiler/sml.vim @dkearns |
25402 | 83 runtime/compiler/spectral.vim @romainl |
22171 | 84 runtime/compiler/stylelint.vim @dkearns |
85 runtime/compiler/tcl.vim @dkearns | |
86 runtime/compiler/tidy.vim @dkearns | |
87 runtime/compiler/ts-node.vim @dkearns | |
88 runtime/compiler/tsc.vim @dkearns | |
89 runtime/compiler/typedoc.vim @dkearns | |
90 runtime/compiler/xmllint.vim @dkearns | |
91 runtime/compiler/xo.vim @dkearns | |
25402 | 92 runtime/compiler/yamllint.vim @romainl |
23164 | 93 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
|
94 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
|
95 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
|
96 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
|
97 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
|
98 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
|
99 runtime/doc/pi_zip.txt @cecamp |
24636 | 100 runtime/doc/ps1.txt @heaths |
22824 | 101 runtime/ftplugin/awk.vim @dkearns |
23737 | 102 runtime/ftplugin/basic.vim @dkearns |
22328 | 103 runtime/ftplugin/bst.vim @tpope |
23164 | 104 runtime/ftplugin/cfg.vim @chrisbra |
26100 | 105 runtime/ftplugin/clojure.vim @axvr |
29307 | 106 runtime/ftplugin/cs.vim @nickspoons |
25973 | 107 runtime/ftplugin/csh.vim @dkearns |
22171 | 108 runtime/ftplugin/css.vim @dkearns |
22328 | 109 runtime/ftplugin/cucumber.vim @tpope |
28933 | 110 runtime/ftplugin/dosbatch.vim @mrdubya |
22171 | 111 runtime/ftplugin/eiffel.vim @dkearns |
29450 | 112 runtime/ftplugin/expect.vim @dkearns |
29307 | 113 runtime/ftplugin/erlang.vim @hcs42 |
22328 | 114 runtime/ftplugin/eruby.vim @tpope @dkearns |
29450 | 115 runtime/ftplugin/fennel.vim @gpanders |
29352 | 116 runtime/ftplugin/fetchmail.vim @dkearns |
24569 | 117 runtime/ftplugin/fpcmake.vim @dkearns |
23737 | 118 runtime/ftplugin/freebasic.vim @dkearns |
29307 | 119 runtime/ftplugin/fstab.vim @rid9 |
29450 | 120 runtime/ftplugin/gdb.vim @xeyownt |
22328 | 121 runtime/ftplugin/git.vim @tpope |
122 runtime/ftplugin/gitcommit.vim @tpope | |
123 runtime/ftplugin/gitconfig.vim @tpope | |
124 runtime/ftplugin/gitrebase.vim @tpope | |
125 runtime/ftplugin/gitsendemail.vim @tpope | |
29307 | 126 runtime/ftplugin/go.vim @dbarnett |
23305 | 127 runtime/ftplugin/gprof.vim @dpelle |
22328 | 128 runtime/ftplugin/haml.vim @tpope |
129 runtime/ftplugin/hgcommit.vim @k-takata | |
29450 | 130 runtime/ftplugin/html.vim @dkearns |
26591 | 131 runtime/ftplugin/i3config.vim @hiqua |
29193 | 132 runtime/ftplugin/icon.vim @dkearns |
26219 | 133 runtime/ftplugin/indent.vim @dkearns |
22171 | 134 runtime/ftplugin/javascript.vim @dkearns |
135 runtime/ftplugin/javascriptreact.vim @dkearns | |
29307 | 136 runtime/ftplugin/jsonc.vim @izhakjakov |
137 runtime/ftplugin/julia.vim @carlobaldassi | |
23164 | 138 runtime/ftplugin/kconfig.vim @chrisbra |
29307 | 139 runtime/ftplugin/less.vim @genoma |
22328 | 140 runtime/ftplugin/liquid.vim @tpope |
26148 | 141 runtime/ftplugin/lua.vim @dkearns |
24468 | 142 runtime/ftplugin/m3build.vim @dkearns |
143 runtime/ftplugin/m3quake.vim @dkearns | |
22328 | 144 runtime/ftplugin/markdown.vim @tpope |
145 runtime/ftplugin/matlab.vim @cecamp | |
24636 | 146 runtime/ftplugin/meson.vim @Liambeguin |
24468 | 147 runtime/ftplugin/modula3.vim @dkearns |
25880 | 148 runtime/ftplugin/nginx.vim @chr4 |
23164 | 149 runtime/ftplugin/nroff.vim @a-vrma |
22328 | 150 runtime/ftplugin/nsis.vim @k-takata |
25773 | 151 runtime/ftplugin/octave.vim @dkearns |
24569 | 152 runtime/ftplugin/pascal.vim @dkearns |
24636 | 153 runtime/ftplugin/pbtxt.vim @lakshayg |
29307 | 154 runtime/ftplugin/pdf.vim @tpope |
29150 | 155 runtime/ftplugin/perl.vim @petdance @dkearns |
156 runtime/ftplugin/pod.vim @petdance @dkearns | |
28933 | 157 runtime/ftplugin/postscr.vim @mrdubya |
24387 | 158 runtime/ftplugin/ps1.vim @heaths |
159 runtime/ftplugin/ps1xml.vim @heaths | |
29307 | 160 runtime/ftplugin/python.vim @tpict |
27459 | 161 runtime/ftplugin/qb64.vim @dkearns |
29307 | 162 runtime/ftplugin/r.vim @jalvesaq |
163 runtime/ftplugin/rhelp.vim @jalvesaq | |
164 runtime/ftplugin/rmd.vim @jalvesaq | |
165 runtime/ftplugin/rnoweb.vim @jalvesaq | |
26148 | 166 runtime/ftplugin/routeros.vim @zainin |
29307 | 167 runtime/ftplugin/rrst.vim @jalvesaq |
168 runtime/ftplugin/rst.vim @marshallward | |
22328 | 169 runtime/ftplugin/ruby.vim @tpope @dkearns |
170 runtime/ftplugin/sass.vim @tpope | |
29307 | 171 runtime/ftplugin/scala.vim @derekwyatt |
22328 | 172 runtime/ftplugin/scss.vim @tpope |
29307 | 173 runtime/ftplugin/sdoc.vim @gpanders |
26591 | 174 runtime/ftplugin/solution.vim @dkearns |
23305 | 175 runtime/ftplugin/spec.vim @ignatenkobrain |
24636 | 176 runtime/ftplugin/systemverilog.vim @Kocha |
29150 | 177 runtime/ftplugin/tap.vim @petdance |
25973 | 178 runtime/ftplugin/tcsh.vim @dkearns |
23737 | 179 runtime/ftplugin/tidy.vim @dkearns |
22328 | 180 runtime/ftplugin/tmux.vim @ericpruitt |
25973 | 181 runtime/ftplugin/toml.vim @averms |
29150 | 182 runtime/ftplugin/tt2html.vim @petdance |
22171 | 183 runtime/ftplugin/typescript.vim @dkearns |
184 runtime/ftplugin/typescriptreact.vim @dkearns | |
29307 | 185 runtime/ftplugin/wast.vim @rhysd |
28777 | 186 runtime/ftplugin/wget.vim @dkearns |
187 runtime/ftplugin/wget2.vim @dkearns | |
23164 | 188 runtime/ftplugin/xml.vim @chrisbra |
29150 | 189 runtime/ftplugin/xs.vim @petdance |
23164 | 190 runtime/ftplugin/zsh.vim @chrisbra |
27459 | 191 runtime/indent/basic.vim @dkearns |
22328 | 192 runtime/indent/bst.vim @tpope |
25880 | 193 runtime/indent/cdl.vim @dkearns |
26100 | 194 runtime/indent/clojure.vim @axvr |
25880 | 195 runtime/indent/config.vim @dkearns |
29307 | 196 runtime/indent/cs.vim @nickspoons |
25880 | 197 runtime/indent/css.vim @dkearns |
22328 | 198 runtime/indent/cucumber.vim @tpope |
25880 | 199 runtime/indent/d.vim @dkearns |
22328 | 200 runtime/indent/dosbatch.vim @k-takata |
25880 | 201 runtime/indent/dtd.vim @dkearns |
202 runtime/indent/dylan.vim @dkearns | |
29307 | 203 runtime/indent/eiffel.vim @jocelyn |
25880 | 204 runtime/indent/elm.vim @andys8 |
29307 | 205 runtime/indent/erlang.vim @hcs42 |
22328 | 206 runtime/indent/eruby.vim @tpope @dkearns |
25880 | 207 runtime/indent/eterm.vim @dkearns |
29307 | 208 runtime/indent/falcon.vim @steveno |
25880 | 209 runtime/indent/framescript.vim @dkearns |
27459 | 210 runtime/indent/freebasic.vim @dkearns |
22328 | 211 runtime/indent/gitconfig.vim @tpope |
29307 | 212 runtime/indent/gitolite.vim @sitaramc |
213 runtime/indent/go.vim @dbarnett | |
22328 | 214 runtime/indent/haml.vim @tpope |
25880 | 215 runtime/indent/idlang.vim @dkearns |
29307 | 216 runtime/indent/java.vim @xuhdev |
217 runtime/indent/javascript.vim @bounceme | |
218 runtime/indent/json.vim @elzr | |
219 runtime/indent/jsonc.vim @izhakjakov | |
220 runtime/indent/julia.vim @carlobaldassi | |
25880 | 221 runtime/indent/ld.vim @dkearns |
29307 | 222 runtime/indent/less.vim @genoma |
22328 | 223 runtime/indent/liquid.vim @tpope |
25880 | 224 runtime/indent/make.vim @dkearns |
24636 | 225 runtime/indent/meson.vim @Liambeguin |
25880 | 226 runtime/indent/mma.vim @dkearns |
227 runtime/indent/nginx.vim @chr4 | |
22328 | 228 runtime/indent/nsis.vim @k-takata |
25880 | 229 runtime/indent/occam.vim @dkearns |
29150 | 230 runtime/indent/perl.vim @petdance |
29307 | 231 runtime/indent/php.vim @2072 |
28933 | 232 runtime/indent/postscr.vim @mrdubya |
25880 | 233 runtime/indent/prolog.vim @dkearns |
24387 | 234 runtime/indent/ps1.vim @heaths |
27459 | 235 runtime/indent/qb64.vim @dkearns |
29307 | 236 runtime/indent/r.vim @jalvesaq |
25880 | 237 runtime/indent/readline.vim @dkearns |
29307 | 238 runtime/indent/rhelp.vim @jalvesaq |
239 runtime/indent/rmd.vim @jalvesaq | |
240 runtime/indent/rnoweb.vim @jalvesaq | |
241 runtime/indent/rrst.vim @jalvesaq | |
22328 | 242 runtime/indent/ruby.vim @AndrewRadev @dkearns |
243 runtime/indent/sass.vim @tpope | |
29307 | 244 runtime/indent/scala.vim @derekwyatt |
22328 | 245 runtime/indent/scss.vim @tpope |
23164 | 246 runtime/indent/sh.vim @chrisbra |
24636 | 247 runtime/indent/systemverilog.vim @Kocha |
25880 | 248 runtime/indent/tcl.vim @dkearns |
25973 | 249 runtime/indent/tcsh.vim @dkearns |
23305 | 250 runtime/indent/teraterm.vim @k-takata |
29307 | 251 runtime/indent/typescript.vim @HerringtonDarkholme |
252 runtime/indent/vroom.vim @dbarnett | |
253 runtime/indent/wast.vim @rhysd | |
23164 | 254 runtime/indent/xml.vim @chrisbra |
255 runtime/indent/zsh.vim @chrisbra | |
29307 | 256 runtime/keymap/armenian-eastern_utf-8.vim @blinskey |
257 runtime/keymap/armenian-western_utf-8.vim @blinskey | |
23305 | 258 runtime/keymap/tamil_tscii.vim @yegappan |
28933 | 259 runtime/lang/menu_en_gb.latin1.vim @mrdubya |
23305 | 260 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan |
23164 | 261 runtime/pack/dist/opt/matchit/ @chrisbra |
22171 | 262 runtime/plugin/getscriptPlugin.vim @cecamp |
263 runtime/plugin/logiPat.vim @cecamp | |
264 runtime/plugin/netrwPlugin.vim @cecamp | |
265 runtime/plugin/tarPlugin.vim @cecamp | |
266 runtime/plugin/vimballPlugin.vim @cecamp | |
267 runtime/plugin/zipPlugin.vim @cecamp | |
23305 | 268 runtime/syntax/aidl.vim @dpelle |
22328 | 269 runtime/syntax/amiga.vim @cecamp |
26050 | 270 runtime/syntax/arduino.vim @johshoff |
29307 | 271 runtime/syntax/asciidoc.vim @aerostitch |
22824 | 272 runtime/syntax/asm.vim @dkearns |
273 runtime/syntax/asmh8300.vim @dkearns | |
24636 | 274 runtime/syntax/asterisk.vim @jaunis |
29307 | 275 runtime/syntax/autohotkey.vim @mmikeww |
22824 | 276 runtime/syntax/awk.vim @dkearns |
23737 | 277 runtime/syntax/basic.vim @dkearns |
22328 | 278 runtime/syntax/bst.vim @tpope |
29307 | 279 runtime/syntax/bzl.vim @dbarnett |
280 runtime/syntax/bzr.vim @hdima | |
23305 | 281 runtime/syntax/cabal.vim @coot |
23164 | 282 runtime/syntax/cabalconfig.vim @coot |
283 runtime/syntax/cabalproject.vim @coot | |
29307 | 284 runtime/syntax/cf.vim @ernstvanderlinden |
26100 | 285 runtime/syntax/clojure.vim @axvr |
23164 | 286 runtime/syntax/cs.vim @nickspoons |
22328 | 287 runtime/syntax/csh.vim @cecamp |
288 runtime/syntax/cucumber.vim @tpope | |
29307 | 289 runtime/syntax/d.vim @JesseKPhillips |
290 runtime/syntax/dart.vim @pr3d4t0r | |
23305 | 291 runtime/syntax/datascript.vim @dpelle |
22328 | 292 runtime/syntax/dcl.vim @cecamp |
24278 | 293 runtime/syntax/desktop.vim @e-kwsm |
28933 | 294 runtime/syntax/dosbatch.vim @mrdubya |
29307 | 295 runtime/syntax/dosini.vim @xuhdev |
24636 | 296 runtime/syntax/dot.vim @mmottl |
23305 | 297 runtime/syntax/doxygen.vim @frogonwheels |
23164 | 298 runtime/syntax/dtd.vim @chrisbra |
24636 | 299 runtime/syntax/dts.vim @zonque |
29307 | 300 runtime/syntax/eiffel.vim @jocelyn |
22328 | 301 runtime/syntax/elmfilt.vim @cecamp |
29307 | 302 runtime/syntax/erlang.vim @hcs42 |
22328 | 303 runtime/syntax/eruby.vim @tpope @dkearns |
29450 | 304 runtime/syntax/expect.vim @dkearns |
22328 | 305 runtime/syntax/exports.vim @cecamp |
29307 | 306 runtime/syntax/falcon.vim @steveno |
29450 | 307 runtime/syntax/fennel.vim @gpanders |
29352 | 308 runtime/syntax/fetchmail.vim @dkearns |
29307 | 309 runtime/syntax/forth.vim @jkotlinski |
24569 | 310 runtime/syntax/fpcmake.vim @dkearns |
29352 | 311 runtime/syntax/freebasic.vim @dkearns |
29307 | 312 runtime/syntax/fstab.vim @rid9 |
22328 | 313 runtime/syntax/git.vim @tpope |
314 runtime/syntax/gitcommit.vim @tpope | |
315 runtime/syntax/gitconfig.vim @tpope | |
29307 | 316 runtime/syntax/gitolite.vim @sitaramc |
22328 | 317 runtime/syntax/gitrebase.vim @tpope |
29307 | 318 runtime/syntax/go.vim @bhcleek |
319 runtime/syntax/godoc.vim @dbarnett | |
23305 | 320 runtime/syntax/gprof.vim @dpelle |
24278 | 321 runtime/syntax/groff.vim @jmarshall |
22328 | 322 runtime/syntax/haml.vim @tpope |
23164 | 323 runtime/syntax/haskell.vim @coot |
22328 | 324 runtime/syntax/hgcommit.vim @k-takata |
29450 | 325 runtime/syntax/html.vim @dkearns |
26591 | 326 runtime/syntax/i3config.vim @hiqua |
29193 | 327 runtime/syntax/icon.vim @dkearns |
26219 | 328 runtime/syntax/indent.vim @dkearns |
29307 | 329 runtime/syntax/jargon.vim @h3xx |
330 runtime/syntax/java.vim @fleiner | |
331 runtime/syntax/jsonc.vim @izhakjakov | |
332 runtime/syntax/julia.vim @carlobaldassi | |
23164 | 333 runtime/syntax/kconfig.vim @chrisbra |
24636 | 334 runtime/syntax/less.vim @genoma |
22328 | 335 runtime/syntax/lex.vim @cecamp |
336 runtime/syntax/liquid.vim @tpope | |
337 runtime/syntax/lisp.vim @cecamp | |
22171 | 338 runtime/syntax/lynx.vim @dkearns |
24468 | 339 runtime/syntax/m3build.vim @dkearns |
340 runtime/syntax/m3quake.vim @dkearns | |
22171 | 341 runtime/syntax/mailcap.vim @dkearns |
22328 | 342 runtime/syntax/make.vim @rohieb |
29307 | 343 runtime/syntax/mallard.vim @jhradilek |
22328 | 344 runtime/syntax/maple.vim @cecamp |
345 runtime/syntax/markdown.vim @tpope | |
29150 | 346 runtime/syntax/mason.vim @petdance |
24636 | 347 runtime/syntax/meson.vim @Liambeguin |
24468 | 348 runtime/syntax/modula3.vim @dkearns |
29307 | 349 runtime/syntax/n1ql.vim @pr3d4t0r |
22328 | 350 runtime/syntax/netrw.vim @cecamp |
25880 | 351 runtime/syntax/nginx.vim @chr4 |
29307 | 352 runtime/syntax/ninja.vim @nico |
24278 | 353 runtime/syntax/nroff.vim @jmarshall |
22328 | 354 runtime/syntax/nsis.vim @k-takata |
24569 | 355 runtime/syntax/pascal.vim @dkearns |
24636 | 356 runtime/syntax/pbtxt.vim @lakshayg |
22328 | 357 runtime/syntax/pdf.vim @tpope |
29150 | 358 runtime/syntax/perl.vim @petdance |
22328 | 359 runtime/syntax/php.vim @TysonAndre |
29307 | 360 runtime/syntax/plsql.vim @lee-lindley |
29150 | 361 runtime/syntax/pod.vim @petdance |
28933 | 362 runtime/syntax/postscr.vim @mrdubya |
22171 | 363 runtime/syntax/privoxy.vim @dkearns |
23573 | 364 runtime/syntax/prolog.vim @XVilka |
24387 | 365 runtime/syntax/ps1.vim @heaths |
366 runtime/syntax/ps1xml.vim @heaths | |
24636 | 367 runtime/syntax/psl.vim @danielkho |
27459 | 368 runtime/syntax/qb64.vim @dkearns |
29307 | 369 runtime/syntax/r.vim @jalvesaq |
370 runtime/syntax/raml.vim @in3d | |
371 runtime/syntax/ratpoison.vim @trapd00r | |
23164 | 372 runtime/syntax/rc.vim @chrisbra |
29307 | 373 runtime/syntax/rcs.vim @hdima |
28933 | 374 runtime/syntax/rebol.vim @mrdubya |
29307 | 375 runtime/syntax/rego.vim @zenmatic |
376 runtime/syntax/resolv.vim @rid9 | |
377 runtime/syntax/rmd.vim @jalvesaq | |
378 runtime/syntax/rng.vim @jhradilek | |
26148 | 379 runtime/syntax/routeros.vim @zainin |
22328 | 380 runtime/syntax/rpcgen.vim @cecamp |
29307 | 381 runtime/syntax/rrst.vim @jalvesaq |
382 runtime/syntax/rst.vim @marshallward | |
22171 | 383 runtime/syntax/ruby.vim @dkearns |
22328 | 384 runtime/syntax/sass.vim @tpope |
29307 | 385 runtime/syntax/scala.vim @derekwyatt |
22328 | 386 runtime/syntax/scss.vim @tpope |
29307 | 387 runtime/syntax/sdoc.vim @gpanders |
22328 | 388 runtime/syntax/sh.vim @cecamp |
389 runtime/syntax/sm.vim @cecamp | |
23305 | 390 runtime/syntax/spec.vim @ignatenkobrain |
23164 | 391 runtime/syntax/sqloracle.vim @chrisbra |
29307 | 392 runtime/syntax/squirrel.vim @zenmatic |
24278 | 393 runtime/syntax/sshconfig.vim @Jakuje |
23164 | 394 runtime/syntax/sshdconfig.vim @Jakuje |
24278 | 395 runtime/syntax/sudoers.vim @e-kwsm |
29307 | 396 runtime/syntax/svn.vim @hdima |
24636 | 397 runtime/syntax/systemverilog.vim @Kocha |
22328 | 398 runtime/syntax/tags.vim @cecamp |
29150 | 399 runtime/syntax/tap.vim @petdance |
25973 | 400 runtime/syntax/tcsh.vim @dkearns |
22328 | 401 runtime/syntax/teraterm.vim @k-takata |
402 runtime/syntax/tex.vim @cecamp | |
22171 | 403 runtime/syntax/tidy.vim @dkearns |
22328 | 404 runtime/syntax/tmux.vim @ericpruitt |
25973 | 405 runtime/syntax/toml.vim @averms |
29150 | 406 runtime/syntax/tt2.vim @petdance |
407 runtime/syntax/tt2html.vim @petdance | |
408 runtime/syntax/tt2js.vim @petdance | |
29307 | 409 runtime/syntax/typescript.vim @HerringtonDarkholme |
410 runtime/syntax/typescriptcommon.vim @HerringtonDarkholme | |
411 runtime/syntax/typescriptreact.vim @HerringtonDarkholme | |
22328 | 412 runtime/syntax/vim.vim @cecamp |
29307 | 413 runtime/syntax/vroom.vim @dbarnett |
414 runtime/syntax/wast.vim @rhysd | |
22171 | 415 runtime/syntax/wget.vim @dkearns |
28777 | 416 runtime/syntax/wget2.vim @dkearns |
22171 | 417 runtime/syntax/xbl.vim @dkearns |
22328 | 418 runtime/syntax/xmath.vim @cecamp |
23305 | 419 runtime/syntax/xml.vim @chrisbra |
29150 | 420 runtime/syntax/xs.vim @petdance |
22328 | 421 runtime/syntax/xslt.vim @Boobies |
422 runtime/syntax/xxd.vim @cecamp | |
423 runtime/syntax/yacc.vim @cecamp | |
23164 | 424 runtime/syntax/zsh.vim @chrisbra |
23305 | 425 runtime/tutor/tutor.eo @dpelle |
426 runtime/tutor/tutor.eo.utf-8 @dpelle | |
427 runtime/tutor/tutor.fr @dpelle | |
428 runtime/tutor/tutor.fr.utf-8 @dpelle | |
24636 | 429 src/iscygpty.* @k-takata |
430 src/libvterm/ @leonerd | |
29066 | 431 src/po/ca.po @nfdisco |
23164 | 432 src/po/de.po @chrisbra |
23305 | 433 src/po/eo.po @dpelle |
29066 | 434 src/po/es.po @victorhck |
435 src/po/fi.po @flammie | |
23305 | 436 src/po/fr.po @dpelle |
28933 | 437 src/po/ga.po @kscanne |
29066 | 438 src/po/it.po @azc100 |
439 src/po/ja.po @k-takata | |
440 src/po/sr.po @eevan78 | |
441 src/po/tr.po @bitigchi | |
442 src/po/uk.po @sakhnik | |
25161 | 443 src/xxd/ @jnweiger |