mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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:
@@ -561,6 +561,8 @@ local extension = {
|
||||
snw = "rnoweb",
|
||||
Rnw = "rnoweb",
|
||||
Snw = "rnoweb",
|
||||
robot = "robot",
|
||||
resource = "robot",
|
||||
rsc = "routeros",
|
||||
x = "rpcgen",
|
||||
rpl = "rpl",
|
||||
|
||||
Reference in New Issue
Block a user