Skip to content

Commit

Permalink
Merge pull request booksbyus#158 from patricklucas/felix_example_fixes
Browse files Browse the repository at this point in the history
Felix example fixes
  • Loading branch information
hintjens committed Jan 19, 2012
2 parents e172da7 + c787b27 commit 2abcef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/z2w
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require 'sflcvdp.pl'; # SFL date picture formatting
use Digest::SHA1 qw(sha1_hex);

@languages = ('Ada', 'Basic', 'C', 'C++', 'C#', 'Clojure', 'CL', 'Erlang',
'F#', 'Go', 'Haskell', 'Haxe', 'Java', 'Lua', 'Node.js',
'F#', 'Felix', 'Go', 'Haskell', 'Haxe', 'Java', 'Lua', 'Node.js',
'Objective-C', 'ooc', 'Perl', 'PHP', 'Python', 'Ruby', 'Scala');

# File extensions for each language
Expand All @@ -33,6 +33,7 @@ use Digest::SHA1 qw(sha1_hex);
'Clojure' => 'clj',
'Erlang' => 'es',
'F#' => 'fsx',
'Felix' => 'flx',
'Go' => 'go',
'Haskell' => 'hs',
'Haxe' => 'hx',
Expand Down
File renamed without changes.

0 comments on commit 2abcef9

Please sign in to comment.