Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
add FreePascal to the list of languages (used with --fpc)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-erichsen committed Apr 29, 2016
1 parent 00ffeb3 commit 0e57607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lang.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ lang_spec_t langs[] = {
{ "elixir", { "ex", "eex", "exs" } },
{ "erlang", { "erl", "hrl" } },
{ "factor", { "factor" } },
{ "fpc", { "pas", "pp", "inc", "lpr", "dpr" } },
{ "fortran", { "f", "f77", "f90", "f95", "f03", "for", "ftn", "fpp" } },
{ "fsharp", { "fs", "fsi", "fsx" } },
{ "gettext", { "po", "pot", "mo" } },
Expand Down

0 comments on commit 0e57607

Please sign in to comment.