mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
@@ -1326,9 +1326,9 @@ HCL:
|
|||||||
HLSL:
|
HLSL:
|
||||||
type: programming
|
type: programming
|
||||||
extensions:
|
extensions:
|
||||||
|
- .hlsl
|
||||||
- .fx
|
- .fx
|
||||||
- .fxh
|
- .fxh
|
||||||
- .hlsl
|
|
||||||
- .hlsli
|
- .hlsli
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
tm_scope: none
|
tm_scope: none
|
||||||
|
|||||||
Reference in New Issue
Block a user