summaryrefslogtreecommitdiffstats
path: root/re.pl
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-12 18:04:31 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-12 18:04:31 -0600
commitf056a90a481ee08201d81efb2a39632b4b552242 (patch)
tree9abfc9357b3fefe289b24086c80eb55738e4302f /re.pl
parentc4d9088aab2bbe46733795ffd0f6dab59c6af284 (diff)
downloadconf-f056a90a481ee08201d81efb2a39632b4b552242.tar.gz
conf-f056a90a481ee08201d81efb2a39632b4b552242.zip
add vim modelines to various files for syntax highlighting
Diffstat (limited to 're.pl')
-rw-r--r--re.pl/repl.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/re.pl/repl.rc b/re.pl/repl.rc
index 072aa59..08ed446 100644
--- a/re.pl/repl.rc
+++ b/re.pl/repl.rc
@@ -1,5 +1,3 @@
-# vim:filetype=perl:
-#
#package main;
## this is for Perl's Devel::REPL. it goes in ~/.re.pl/repl.rc
#
@@ -75,3 +73,4 @@ $cd =~ s{^(/(?:Users|home)/[^/]+)/}{} and do {
$Devel::REPL::Script::CURRENT_SCRIPT->apply_script($proj, 0);
};
+# vim:filetype=perl: