diff --git a/src/ARE/Actions.pm b/src/ARE/Actions.pm index de982c8..39d48dc 100644 --- a/src/ARE/Actions.pm +++ b/src/ARE/Actions.pm @@ -105,3 +105,4 @@ sub buildsub($rpast, $block = PAST::Block.new() ) { $block; } +# vim: filetype=perl6: diff --git a/src/ARE/Compiler.pm b/src/ARE/Compiler.pm index 546b1f0..ee5c7e7 100644 --- a/src/ARE/Compiler.pm +++ b/src/ARE/Compiler.pm @@ -6,4 +6,4 @@ class ARE::Compiler is HLL::Compiler { } } - +# vim: filetype=perl6: diff --git a/src/ARE/Grammar.pm b/src/ARE/Grammar.pm index 2231da5..59656e9 100644 --- a/src/ARE/Grammar.pm +++ b/src/ARE/Grammar.pm @@ -44,3 +44,4 @@ token metachar:sym<[> { proto token backslash { <...> } token backslash:sym { $=[<[dswDSW]>] } +# vim: filetype=perl6: diff --git a/src/Partcl/Actions.pm b/src/Partcl/Actions.pm index d747335..86ea50b 100644 --- a/src/Partcl/Actions.pm +++ b/src/Partcl/Actions.pm @@ -166,4 +166,4 @@ method term:sym($/) { make $.ast; } method term:sym<[ ]>($/) { make $