comparison runtime/filetype.vim @ 24832:5e3fa7c7a95f v8.2.2954

patch 8.2.2954: short file name extension for Scala not recognized Commit: https://github.com/vim/vim/commit/6db7b6375a3ea3afef5295b1366896902012e640 Author: Brennon M <d1pl0mat@outlook.com> Date: Sun Jun 6 20:15:53 2021 +0200 patch 8.2.2954: short file name extension for Scala not recognized Problem: Short file name extension for Scala not recognized. Solution: Recognize *.sc. (closes https://github.com/vim/vim/issues/8337)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Jun 2021 20:30:03 +0200
parents 1077a2762d06
children 50cdd1e6f152
comparison
equal deleted inserted replaced
24831:34842c8a8793 24832:5e3fa7c7a95f
1494 1494
1495 " Sather 1495 " Sather
1496 au BufNewFile,BufRead *.sa setf sather 1496 au BufNewFile,BufRead *.sa setf sather
1497 1497
1498 " Scala 1498 " Scala
1499 au BufNewFile,BufRead *.scala setf scala 1499 au BufNewFile,BufRead *.scala,*.sc setf scala
1500 1500
1501 " SBT - Scala Build Tool 1501 " SBT - Scala Build Tool
1502 au BufNewFile,BufRead *.sbt setf sbt 1502 au BufNewFile,BufRead *.sbt setf sbt
1503 1503
1504 " Scilab 1504 " Scilab