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

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Oct 22, 2010
1 parent f42b930 commit 8ec6744
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions changes.txt
Expand Up @@ -7,14 +7,17 @@
*** visual grep
can now visualize the result of a git grep on a project.

** introducing parsing_java/

** introducing parsing_nw/
so can visualize also Tex/Latex/Noweb source (which includes
the documentation of pfff!)

** introducing parsing_lisp/

** introducing parsing_haskell/

** introducing parsing_java/


** php analysis
finalized the PIL

Expand Down
1 change: 1 addition & 0 deletions commons/file_type.ml
Expand Up @@ -160,6 +160,7 @@ let file_type_of_file2 file =
| "xcf" | "xpm" -> Media (Picture e)
| "icns" | "icon" | "ico" -> Media (Picture e)
| "ppm" -> Media (Picture e)
| "tga" -> Media (Picture e)
| "ttf" | "font" -> Media (Picture e)

| "wav" -> Media (Sound e)
Expand Down

0 comments on commit 8ec6744

Please sign in to comment.