diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-23 19:39:42 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-23 19:39:42 +0200 |
commit | f3ab28a28761b6cd606833585c552490a1f5efe1 (patch) | |
tree | 6ef5157e284834134d250a75d2497a20729e2d70 /syntax | |
parent | bc3b36088e468a50d0cc515544b8138e622c27b3 (diff) | |
download | vim-polyglot-f3ab28a28761b6cd606833585c552490a1f5efe1.tar.gz vim-polyglot-f3ab28a28761b6cd606833585c552490a1f5efe1.zip |
Move packages to yaml file
Diffstat (limited to 'syntax')
-rw-r--r-- | syntax/icalendar.vim | 2 | ||||
-rw-r--r-- | syntax/velocity.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/syntax/icalendar.vim b/syntax/icalendar.vim index ca8179fe..05b3d68c 100644 --- a/syntax/icalendar.vim +++ b/syntax/icalendar.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'icalenadr') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'icalendar') == -1 " Vim syntax file " Language: icalendar <http://www.ietf.org/rfc/rfc2445.txt> diff --git a/syntax/velocity.vim b/syntax/velocity.vim index ee6200fa..d044f914 100644 --- a/syntax/velocity.vim +++ b/syntax/velocity.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vm') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'velocity') == -1 " Vim syntax file " Language: Velocity HTML template |