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.
This commit is contained in:
Erik Faye-Lund
2016-03-09 12:46:43 +00:00
parent 6b001cf861
commit 56ee61b17c

View File

@@ -1326,9 +1326,9 @@ HCL:
HLSL:
type: programming
extensions:
- .hlsl
- .fx
- .fxh
- .hlsl
- .hlsli
ace_mode: text
tm_scope: none