4 #ifndef OHCOUNT_LANGUAGES_H 5 #define OHCOUNT_LANGUAGES_H 9 #define LANG_ACTIONSCRIPT "actionscript" 10 #define LANG_ADA "ada" 11 #define LANG_ASSEMBLER "assembler" 12 #define LANG_AUTOCONF "autoconf" 13 #define LANG_AUTOMAKE "automake" 14 #define LANG_AWK "awk" 15 #define LANG_BAT "bat" 16 #define LANG_BLITZMAX "blitzmax" 17 #define LANG_BOO "boo" 19 #define LANG_CLASSIC_BASIC "classic_basic" 20 #define LANG_CLEARSILVER "clearsilver" 21 #define LANG_CLEARSILVER_TEMPLATE "clearsilver_template" 22 #define LANG_CMAKE "cmake" 23 #define LANG_CPP "cpp" 24 #define LANG_CS_ASPX "cs_aspx" 25 #define LANG_CSHARP "csharp" 26 #define LANG_CSS "css" 27 #define LANG_DCL "dcl" 28 #define LANG_DMD "dmd" 29 #define LANG_DYLAN "dylan" 30 #define LANG_EBUILD "ebuild" 31 #define LANG_EIFFEL "eiffel" 32 #define LANG_ERLANG "erlang" 33 #define LANG_EXHERES "exheres" 34 #define LANG_EMACSLISP "emacslisp" 35 #define LANG_FACTOR "factor" 36 #define LANG_FORTRANFIXED "fortranfixed" 37 #define LANG_FORTRANFREE "fortranfree" 38 #define LANG_FSHARP "fsharp" 39 #define LANG_GLSL "glsl" 40 #define LANG_GROOVY "groovy" 41 #define LANG_HASKELL "haskell" 42 #define LANG_HAML "haml" 43 #define LANG_HAXE "haxe" 44 #define LANG_HTML "html" 45 #define LANG_IDL_PVWAVE "idl_pvwave" 46 #define LANG_JAVA "java" 47 #define LANG_JAVASCRIPT "javascript" 48 #define LANG_JSP "jsp" 49 #define LANG_LIMBO "limbo" 50 #define LANG_LISP "lisp" 51 #define LANG_LUA "lua" 52 #define LANG_MAKE "make" 53 #define LANG_MATLAB "matlab" 54 #define LANG_METAFONT "metafont" 55 #define LANG_METAPOST "metapost" 56 #define LANG_METAPOST_WITH_TEX "metapost_with_tex" 57 #define LANG_MXML "mxml" 58 #define LANG_NIX "nix" 59 #define LANG_OBJECTIVE_C "objective_c" 60 #define LANG_OBJECTIVE_J "objective_j" 61 #define LANG_OCAML "ocaml" 62 #define LANG_OCTAVE "octave" 63 #define LANG_PASCAL "pascal" 64 #define LANG_PERL "perl" 65 #define LANG_PHP "php" 66 #define LANG_PIKE "pike" 67 #define LANG_PYTHON "python" 69 #define LANG_REXX "rexx" 70 #define LANG_RHTML "rhtml" 71 #define LANG_RUBY "ruby" 72 #define LANG_SCALA "scala" 73 #define LANG_SCHEME "scheme" 74 #define LANG_SCILAB "scilab" 75 #define LANG_SHELL "shell" 76 #define LANG_SMALLTALK "smalltalk" 77 #define LANG_STRATEGO "stratego" 78 #define LANG_STRUCTURED_BASIC "structured_basic" 79 #define LANG_SQL "sql" 80 #define LANG_TCL "tcl" 81 #define LANG_TEX "tex" 82 #define LANG_VALA "vala" 83 #define LANG_VB_ASPX "vb_aspx" 84 #define LANG_VHDL "vhdl" 85 #define LANG_VIM "vim" 86 #define LANG_VISUALBASIC "visualbasic" 87 #define LANG_XAML "xaml" 88 #define LANG_XML "xml" 89 #define LANG_XSLT "xslt" 90 #define LANG_XMLSCHEMA "xmlschema" const char * name
Definition: languages.h:93
const char * key
Definition: languages.h:93
Definition: languages.h:93
struct LanguageMap * ohcount_hash_language_from_name(register const char *str, register unsigned int len)
const char * nice_name
Definition: languages.h:93
int category
Definition: languages.h:93