" Robots.txt
au BufNewFile,BufRead robots.txt setf robots
-" Rpcgen
-au BufNewFile,BufRead *.x setf rpcgen
+" RON (Rusty Object Notation)
+au BufNewFile,BufRead *.ron setf ron
" MikroTik RouterOS script
au BufRead,BufNewFile *.rsc setf routeros
+" Rpcgen
+au BufNewFile,BufRead *.x setf rpcgen
+
" reStructuredText Documentation Format
au BufNewFile,BufRead *.rst setf rst
\ 'rnoweb': ['file.rnw', 'file.snw'],
\ 'robot': ['file.robot', 'file.resource'],
\ 'robots': ['robots.txt'],
+ \ 'ron': ['file.ron'],
\ 'routeros': ['file.rsc'],
\ 'rpcgen': ['file.x'],
\ 'rpl': ['file.rpl'],