1
0
forked from aniani/vim

patch 8.2.4855: robot files are not recognized

Problem:    Robot files are not recognized.
Solution:   Add patterns for robot files. (Zoe Roux, closes #10339)
This commit is contained in:
Zoe Roux
2022-05-02 10:29:31 +01:00
committed by Bram Moolenaar
parent 2f7e00a8ae
commit 2096a5f128
3 changed files with 6 additions and 0 deletions

View File

@@ -1592,6 +1592,9 @@ au BufNewFile,BufRead *.rng setf rng
" RPL/2
au BufNewFile,BufRead *.rpl setf rpl
" Robot Framework
au BufNewFile,BufRead *.robot,*.resource setf robot
" Robots.txt
au BufNewFile,BufRead robots.txt setf robots