Commit 865457b
Changed files (1)
lib
elelem
builtins
lib/elelem/builtins/verify.rb
@@ -4,6 +4,7 @@ module Elelem
module Verifiers
SYNTAX = {
".rb" => "ruby -c %{path}",
+ ".erb" => "erb -x %{path} | ruby -c",
".py" => "python -m py_compile %{path}",
".go" => "go vet %{path}",
".rs" => "cargo check --quiet",