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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user