comparison runtime/filetype.vim @ 26131:87d8f52d3821 v8.2.3598

patch 8.2.3598: RouterOS filetype is not recognized Commit: https://github.com/vim/vim/commit/0818ab82e7058145366ebbe759f0b3f74724bdfd Author: zainin <thexsinner@gmail.com> Date: Mon Nov 15 21:44:11 2021 +0000 patch 8.2.3598: RouterOS filetype is not recognized Problem: RouterOS filetype is not recognized. Solution: Add file and script patterns. (closes https://github.com/vim/vim/issues/9097)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Nov 2021 22:45:02 +0100
parents 217cd7833e8b
children a71175404e4e
comparison
equal deleted inserted replaced
26130:42600a15fce6 26131:87d8f52d3821
1491 au BufNewFile,BufRead robots.txt setf robots 1491 au BufNewFile,BufRead robots.txt setf robots
1492 1492
1493 " Rpcgen 1493 " Rpcgen
1494 au BufNewFile,BufRead *.x setf rpcgen 1494 au BufNewFile,BufRead *.x setf rpcgen
1495 1495
1496 " MikroTik RouterOS script
1497 au BufRead,BufNewFile *.rsc setf routeros
1498
1496 " reStructuredText Documentation Format 1499 " reStructuredText Documentation Format
1497 au BufNewFile,BufRead *.rst setf rst 1500 au BufNewFile,BufRead *.rst setf rst
1498 1501
1499 " RTF 1502 " RTF
1500 au BufNewFile,BufRead *.rtf setf rtf 1503 au BufNewFile,BufRead *.rtf setf rtf