Skip to content

Commit

Permalink
Include proper version and remarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuGlessRB committed Jan 18, 2018
1 parent 4d49f18 commit 64186a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions runtime/syntax/cmod.vim
@@ -1,8 +1,10 @@
" Vim syntax file
" Language: Cmod
" Language: Cmod
" Current Maintainer: Stephen R. van den Berg <srb@cuci.nl>
" Last Change: 2018 Jan 18
" Remark: Is used to edit Cmod files for Pike development
" Last Change: 2018 Jan 18
" Version: 2.2.1
" Remark: Is used to edit Cmod files for Pike development.
" Remark: Includes a highlighter for any embedded Autodoc format.

" quit when a syntax file was already loaded
if exists("b:current_syntax")
Expand Down
2 changes: 1 addition & 1 deletion runtime/syntax/pike.vim
Expand Up @@ -2,7 +2,7 @@
" Language: Pike
" Maintainer: Stephen R. van den Berg <srb@cuci.nl>
" Last Change: 2018 Jan 16
" Version: 2.2
" Version: 2.2.1
" Remark: Derived from the C-syntax; fixed several bugs in the C-syntax
" Remark: and extended it with the Pike syntax.
" Remark: Includes a highlighter for all Pike types of parenthesis errors.
Expand Down

0 comments on commit 64186a7

Please sign in to comment.