summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-23 18:06:48 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-23 18:06:48 +0200
commitf6d9935a13a7b37272ad71761d3d86b7f40c3d5f (patch)
treeeb77cad4c21714e411b52d55d69d9e2326df8631 /runtime
parent9f28416e54cefe8b6a2382d078c78f1d469e60cd (diff)
patch 8.2.2801: free Pascal makefile not recognizedv8.2.2801
Problem: Free Pascal makefile not recognized. Solution: Add the fpcmake filetype. (Doug Kearns)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 7364d3f2b9..ec5a46d340 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1195,6 +1195,9 @@ au BufNewFile,BufRead *.pp call dist#ft#FTpp()
" Delphi or Lazarus program file
au BufNewFile,BufRead *.dpr,*.lpr setf pascal
+" Free Pascal makefile definition file
+au BufNewFile,BufRead *.fpc setf fpcmake
+
" PDF
au BufNewFile,BufRead *.pdf setf pdf