diff options
Diffstat (limited to 'runtime/syntax/m4.vim')
-rw-r--r-- | runtime/syntax/m4.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/syntax/m4.vim b/runtime/syntax/m4.vim index 366f65890c..f90197aeb0 100644 --- a/runtime/syntax/m4.vim +++ b/runtime/syntax/m4.vim @@ -2,7 +2,8 @@ " Language: M4 " Maintainer: Claudio Fleiner (claudio@fleiner.com) " URL: http://www.fleiner.com/vim/syntax/m4.vim -" Last Change: 2005 Jan 15 +" (outdated) +" Last Change: 2022 Jun 12 " This file will highlight user function calls if they use only " capital letters and have at least one argument (i.e. the '(' |