Skip to content

Instantly share code, notes, and snippets.

@hinrik
Created September 2, 2009 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hinrik/179865 to your computer and use it in GitHub Desktop.
Save hinrik/179865 to your computer and use it in GitHub Desktop.
--- /usr/share/vim/vim72/scripts.vim 2009-09-02 17:44:04.710028064 +0000
+++ scripts.vim 2009-09-02 16:15:49.482060392 +0000
@@ -100,7 +100,11 @@
elseif s:name =~ 'lua'
set ft=lua
- " Perl
+ " Perl 6
+ elseif s:name =~ 'perl6'
+ set ft=perl6
+
+ " Perl 5
elseif s:name =~ 'perl'
set ft=perl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment