lib/linguist/languages.yml in github-linguist-5.0.10 vs lib/linguist/languages.yml in github-linguist-5.0.11

- old
+ new

@@ -1,11 +1,10 @@ # Defines all Languages known to GitHub. # # type - Either data, programming, markup, prose, or nil # aliases - An Array of additional aliases (implicitly -# includes the lowercase name with spaces replaced -# by dashes) +# includes name.downcase) # ace_mode - A String name of the Ace Mode used for highlighting whenever # a file is edited. This must match one of the filenames in http://git.io/3XO_Cg. # Use "text" if a mode does not exist. # codemirror_mode - A String name of the CodeMirror Mode used for highlighting whenever a file is edited. # This must match a mode from https://git.io/vi9Fx @@ -454,11 +453,10 @@ extensions: - ".c" - ".cats" - ".h" - ".idc" - - ".w" interpreters: - tcc ace_mode: c_cpp codemirror_mode: clike codemirror_mime_type: text/x-csrc @@ -588,10 +586,17 @@ ace_mode: text tm_scope: none extensions: - ".csv" language_id: 51 +CWeb: + type: programming + extensions: + - ".w" + tm_scope: none + ace_mode: text + language_id: 657332628 Cap'n Proto: type: programming tm_scope: source.capnp extensions: - ".capnp" @@ -686,10 +691,22 @@ - ".cljx" - ".hic" filenames: - riemann.config language_id: 62 +Closure Templates: + type: markup + group: HTML + ace_mode: soy_template + codemirror_mode: soy + codemirror_mime_type: text/x-soy + alias: + - soy + extensions: + - ".soy" + tm_scope: text.html.soy + language_id: 357046146 CoffeeScript: type: programming tm_scope: source.coffee ace_mode: coffee codemirror_mode: coffeescript @@ -1358,10 +1375,12 @@ - ".geo" - ".geom" - ".glslv" - ".gshader" - ".shader" + - ".tesc" + - ".tese" - ".vert" - ".vrx" - ".vsh" - ".vshader" ace_mode: glsl @@ -3158,10 +3177,18 @@ - instantfpc ace_mode: pascal codemirror_mode: pascal codemirror_mime_type: text/x-pascal language_id: 281 +Pep8: + type: programming + color: "#C76F5B" + extensions: + - ".pep" + ace_mode: text + tm_scope: source.pep8 + language_id: 840372442 Perl: type: programming tm_scope: source.perl ace_mode: perl codemirror_mode: perl @@ -3738,10 +3765,11 @@ - ".9" - ".l" - ".me" - ".ms" - ".n" + - ".nr" - ".rno" - ".roff" - ".tmac" filenames: - mmn @@ -4096,10 +4124,10 @@ Shen: type: programming color: "#120F14" extensions: - ".shen" - tm_scope: none + tm_scope: source.shen ace_mode: text language_id: 348 Slash: type: programming color: "#007eff"