diff --git a/misc/mc.ext.in b/misc/mc.ext.in
index a093f88..c4dc68f 100644
a
|
b
|
type/^ASCII\ mail\ text |
257 | 257 | |
258 | 258 | # C |
259 | 259 | shell/.c |
260 | | Open=%var{EDITOR:vi} %f |
| 260 | Include=editor |
261 | 261 | |
262 | 262 | # Fortran |
263 | 263 | shell/.f |
264 | | Open=%var{EDITOR:vi} %f |
| 264 | Include=editor |
265 | 265 | |
266 | 266 | # Header |
267 | 267 | regex/\.(h|hpp)$ |
268 | | Open=%var{EDITOR:vi} %f |
| 268 | Include=editor |
269 | 269 | |
270 | 270 | # Object |
271 | 271 | type/^ELF |
… |
… |
type/^ELF |
274 | 274 | |
275 | 275 | # Asm |
276 | 276 | shell/.s |
277 | | Open=%var{EDITOR:vi} %f |
| 277 | Include=editor |
278 | 278 | |
279 | 279 | # C++ |
280 | 280 | regex/\.(C|cc|cpp)$ |
| 281 | Include=editor |
| 282 | |
| 283 | include/editor |
281 | 284 | Open=%var{EDITOR:vi} %f |
282 | 285 | |
283 | 286 | |
… |
… |
regex/\.([dD][vV][iI])$ |
537 | 540 | |
538 | 541 | # TeX |
539 | 542 | regex/\.([Tt][Ee][Xx])$ |
540 | | Open=%var{EDITOR:vi} %f |
| 543 | Include=editor |
541 | 544 | |
542 | 545 | |
543 | 546 | ### Miscellaneous ### |