mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:8.2.4855: robot files are not recognized (#18364)
Problem: Robot files are not recognized.
Solution: Add patterns for robot files. (Zoe Roux, closes vim/vim#10339)
2096a5f128
This commit is contained in:
@@ -456,6 +456,7 @@ let s:filename_checks = {
|
||||
\ 'rib': ['file.rib'],
|
||||
\ 'rnc': ['file.rnc'],
|
||||
\ 'rng': ['file.rng'],
|
||||
\ 'robot': ['file.robot', 'file.resource'],
|
||||
\ 'robots': ['robots.txt'],
|
||||
\ 'routeros': ['file.rsc'],
|
||||
\ 'rpcgen': ['file.x'],
|
||||
|
Reference in New Issue
Block a user