lib/linguist/languages.yml in github-linguist-5.0.8 vs lib/linguist/languages.yml in github-linguist-5.0.9

- old
+ new

@@ -1,10 +1,11 @@ # Defines all Languages known to GitHub. # # type - Either data, programming, markup, prose, or nil # aliases - An Array of additional aliases (implicitly -# includes name.downcase) +# includes the lowercase name with spaces replaced +# by dashes) # 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 @@ -1592,10 +1593,11 @@ language_id: 144 HLSL: type: programming extensions: - ".hlsl" + - ".cginc" - ".fx" - ".fxh" - ".hlsli" ace_mode: text tm_scope: source.hlsl @@ -2037,10 +2039,21 @@ extensions: - ".jisonlex" tm_scope: source.jisonlex ace_mode: text language_id: 406395330 +Jolie: + type: programming + extensions: + - ".ol" + - ".iol" + interpreters: + - jolie + color: "#843179" + ace_mode: text + tm_scope: source.jolie + language_id: 998078858 Julia: type: programming extensions: - ".jl" interpreters: @@ -2469,10 +2482,11 @@ - ".mdwn" - ".mkd" - ".mkdn" - ".mkdown" - ".ron" + - ".workbook" tm_scope: source.gfm language_id: 222 Marko: group: HTML type: markup @@ -3044,16 +3058,25 @@ codemirror_mime_type: text/x-plsql tm_scope: none color: "#dad8d8" extensions: - ".pls" + - ".bdy" + - ".ddl" + - ".fnc" - ".pck" - ".pkb" - ".pks" - ".plb" - ".plsql" + - ".prc" + - ".spc" - ".sql" + - ".tpb" + - ".tps" + - ".trg" + - ".vw" language_id: 273 PLpgSQL: type: programming ace_mode: pgsql codemirror_mode: sql @@ -3404,10 +3427,11 @@ - ".gyp" - ".gypi" - ".lmi" - ".py3" - ".pyde" + - ".pyi" - ".pyp" - ".pyt" - ".pyw" - ".rpy" - ".spec" @@ -3756,11 +3780,10 @@ - ".builder" - ".eye" - ".fcgi" - ".gemspec" - ".god" - - ".irbrc" - ".jbuilder" - ".mspec" - ".pluginspec" - ".podspec" - ".rabl" @@ -3778,10 +3801,11 @@ - macruby - rake - jruby - rbx filenames: + - ".irbrc" - ".pryrc" - Appraisals - Berksfile - Brewfile - Buildfile @@ -3793,10 +3817,11 @@ - Guardfile - Jarfile - Mavenfile - Podfile - Puppetfile + - Rakefile - Snapfile - Thorfile - Vagrantfile - buildfile language_id: 326 @@ -4011,10 +4036,17 @@ extensions: - ".self" tm_scope: none ace_mode: text language_id: 345 +ShaderLab: + type: programming + extensions: + - ".shader" + ace_mode: text + tm_scope: source.shaderlab + language_id: 664257356 Shell: type: programming color: "#89e051" aliases: - sh @@ -4678,10 +4710,12 @@ - rss - xsd - wsdl extensions: - ".xml" + - ".adml" + - ".admx" - ".ant" - ".axml" - ".builds" - ".ccxml" - ".clixml" @@ -4705,10 +4739,11 @@ - ".jelly" - ".jsproj" - ".kml" - ".launch" - ".mdpolicy" + - ".mjml" - ".mm" - ".mod" - ".mxml" - ".nproj" - ".nuspec" @@ -4743,10 +4778,12 @@ - ".ui" - ".urdf" - ".ux" - ".vbproj" - ".vcxproj" + - ".vsixmanifest" - ".vssettings" + - ".vstemplate" - ".vxml" - ".wixproj" - ".wsdl" - ".wsf" - ".wxi"