Skip to content

Commit

Permalink
Added more filetypes to search in
Browse files Browse the repository at this point in the history
  • Loading branch information
ainformatico committed Apr 14, 2014
1 parent fe241e4 commit 3d5f02c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lang.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lang_spec_t langs[] = {
{ "cc", { "c", "h", "xs" } },
{ "cfmx", { "cfc", "cfm", "cfml" } },
{ "clojure", { "clj" } },
{ "coffee", { "coffee" } },
{ "cpp", { "cpp", "cc", "cxx", "m", "hpp", "hh", "h", "hxx" } },
{ "csharp", { "cs" } },
{ "css", { "css" } },
Expand All @@ -23,10 +24,12 @@ lang_spec_t langs[] = {
{ "groovy", { "groovy", "gtmpl", "gpp", "grunit" } },
{ "haskell", { "hs", "lhs" } },
{ "hh", { "h" } },
{ "haml", { "haml" } },
{ "html", { "htm", "html", "shtml", "xhtml" } },
{ "java", { "java", "properties" } },
{ "js", { "js" } },
{ "jsp", { "jsp", "jspx", "jhtm", "jhtml" } },
{ "json", { "json" } },
{ "lisp", { "lisp", "lsp" } },
{ "lua", { "lua" } },
{ "m4", { "m4" } },
Expand All @@ -46,6 +49,7 @@ lang_spec_t langs[] = {
{ "rs", { "rs" } },
{ "ruby", { "rb", "rhtml", "rjs", "rxml", "erb", "rake", "spec" } },
{ "rust", { "rs" } },
{ "sass", { "sass", "scss" } },
{ "salt", { "sls" } },
{ "scala", { "scala" } },
{ "scheme", { "scm", "ss" } },
Expand Down

0 comments on commit 3d5f02c

Please sign in to comment.