~ubuntu-branches/ubuntu/vivid/silversearcher-ag/vivid

« back to all changes in this revision

Viewing changes to src/lang.c

  • Committer: Package Import Robot
  • Author(s): Hajime Mizuno
  • Date: 2015-01-26 10:32:49 UTC
  • mfrom: (1.2.1) (10.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20150126103249-bxlxo8eagay3mj4h
Tags: 0.28.0-1
* new upstream release
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    { "json", { "json" } },
35
35
    { "jsp", { "jsp", "jspx", "jhtm", "jhtml" } },
36
36
    { "less", { "less" } },
 
37
    { "liquid", { "liquid" } },
37
38
    { "lisp", { "lisp", "lsp" } },
38
39
    { "lua", { "lua" } },
39
40
    { "m4", { "m4" } },
40
41
    { "make", { "Makefiles", "mk", "mak" } },
 
42
    { "markdown", { "markdown", "mdown", "mdwn", "mkdn", "mkd", "md" } },
41
43
    { "mason", { "mas", "mhtml", "mpl", "mtxt" } },
42
44
    { "matlab", { "m" } },
 
45
    { "mercury", { "m", "moo" } },
43
46
    { "objc", { "m", "h" } },
44
47
    { "objcpp", { "mm", "h" } },
45
 
    { "ocaml", { "ml", "mli" } },
 
48
    { "ocaml", { "ml", "mli", "mll", "mly" } },
46
49
    { "octave", { "m" } },
47
50
    { "parrot", { "pir", "pasm", "pmc", "ops", "pod", "pg", "tg" } },
48
51
    { "perl", { "pl", "pm", "pm6", "pod", "t" } },