comparison src/testdir/test_filetype.vim @ 28662:dfe200e3d315 v8.2.4855

patch 8.2.4855: robot files are not recognized Commit: https://github.com/vim/vim/commit/2096a5f128029b1156a035a27c988995db240cea Author: Zoe Roux <zoe.roux-stg@nickel.eu> Date: Mon May 2 10:29:31 2022 +0100 patch 8.2.4855: robot files are not recognized Problem: Robot files are not recognized. Solution: Add patterns for robot files. (Zoe Roux, closes https://github.com/vim/vim/issues/10339)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 May 2022 11:30:04 +0200
parents be4410fa2bac
children 239bd331e0a9
comparison
equal deleted inserted replaced
28661:8c8a1074fa23 28662:dfe200e3d315
455 \ 'reva': ['file.frt'], 455 \ 'reva': ['file.frt'],
456 \ 'rexx': ['file.rex', 'file.orx', 'file.rxo', 'file.rxj', 'file.jrexx', 'file.rexxj', 'file.rexx', 'file.testGroup', 'file.testUnit'], 456 \ 'rexx': ['file.rex', 'file.orx', 'file.rxo', 'file.rxj', 'file.jrexx', 'file.rexxj', 'file.rexx', 'file.testGroup', 'file.testUnit'],
457 \ 'rib': ['file.rib'], 457 \ 'rib': ['file.rib'],
458 \ 'rnc': ['file.rnc'], 458 \ 'rnc': ['file.rnc'],
459 \ 'rng': ['file.rng'], 459 \ 'rng': ['file.rng'],
460 \ 'robot': ['file.robot', 'file.resource'],
460 \ 'robots': ['robots.txt'], 461 \ 'robots': ['robots.txt'],
461 \ 'routeros': ['file.rsc'], 462 \ 'routeros': ['file.rsc'],
462 \ 'rpcgen': ['file.x'], 463 \ 'rpcgen': ['file.x'],
463 \ 'rpl': ['file.rpl'], 464 \ 'rpl': ['file.rpl'],
464 \ 'rst': ['file.rst'], 465 \ 'rst': ['file.rst'],