;
; This is the database file for file types.
;
; Fields are separated by '|', and they are:
; type name | (t)ext/(b)inary | MIME type name | accepted file suffixes separated by commas
;
; An optional comment may be appended to
; a record line preceded by ';'
;
; VERY IMPORTANT: the first listed file suffix should be the
; suffix of a template file for this file type
; located in the templates directory
; otherwise that template will not be detected
; example: The first text file suffix is 'txt'
; and there is a template file named:
; Templates/templates.txt
; therefore this file template will be used for new text files
;
; There must be at least one file suffix
; for each file type.
;
; File types without a defined mime type
; will be accepted for editing (but without syntax coloring)
; if the mime type field has an entry of '-'
; File types with no entry in the mime-type field
; will not be loaded into the editor
; Files must be identified as (t)ext/(b)inary so they
; can be correctly interpreted as text or binary files
; by the FTP service. Default is binary.
;
; P. Lutus 09/26/2011
;

All|||*.*; this entry must remain for the option of listing all files

HTML|t|text/html|html,xhtml,htm,shtml,asp,stm,idc,htx,ssi,cfm,hts ; HTML files

Text|t|text/plain|txt,text,doc,bat,log,tbd ; Plain text files

JavaScript|t|text/javascript|js ; JavaScript source files

CSS|t|text/css|css ; cascading style sheet files

Python|t|text/python|py ; Python source files;

Ruby|t|text/ruby|rb ; Ruby source files

C++|t|text/cpp|cpp ; c++ programming files

Java|t|text/java|java ; Java source files

Shell Script|t|text/unix|sh ; Shell scripts

Perl|t|text/perl|pl ; Perl files

PHP|t|text/perl|php ; PHP files

CGI|t|text/cgi|cgi ; CGI files

Actionscript|t|text/actionscript|as ; actionscript files

Assembly|t|text/asm|asm ; assembly-language files

BBCode|t|text/bbcode|bbc ; bbcode files

C|t|text/c|c ; c programming files

Clojure|t|text/clojure|clj ; c programming files

C#|t|text/cs|cs ; c# programming files

LaTeX|t|text/c|tex ; LaTeX source files

Delphi|t|text/delphi|dpr,p ; Delphi source files

Fortran|t|text/fortran|f ; Fortran source files

Groovy|t|text/groovy|groovy ; Groovy source files

Java Server Page|t|text/jsp|jsp ; JSP source files

Lisp|t|text/lisp|el ; Lisp source files

Lua|t|text/lua|lua ; LUA source files

Makefile|t|text/makefile|mak ; Makefile configuration files

MXML|t|text/mxml|mxml ; MXML files

Properties|t|text/properties|properties ; Properties files

SAS|t|text/sas|sas ; SAS files

Scala|t|text/scala|scala ; Scala files

SQL|t|text/sql|sql ; SQL files

Tcl|t|text/tcl|tcl ; Tcl files

Windows batch script|t|text/bat|bat ; Batch scripts

XML|t|text/xml|xml,glade ; XML text files

RTF|t|text/plain|rtf ; RTF documents (accepted for conversion)

Graphic|b||gif,jpg,jpeg,png ; graphic files (not loaded into editor)

Sound|b||mid,rmi,wav,ra,ram ; sound files (not loaded into editor)

