From 56ee61b17ce3cf712837e15eb9b6ad289118c45c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 9 Mar 2016 12:46:43 +0000 Subject: [PATCH] make .hlsl the primary extension for HLSL When I submitted the HLSL-language, I accidentally missed that the first extension was the primary one (as is documented in the source code, which I unfortunately missed), and instead alphabetized the whole list. The primary extension should be .hlsl, so let's remedy this. --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 7ee17bb0..7e682d6f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1326,9 +1326,9 @@ HCL: HLSL: type: programming extensions: + - .hlsl - .fx - .fxh - - .hlsl - .hlsli ace_mode: text tm_scope: none