Made github recognise LX (Hopefully)

This commit is contained in:
Pasha Bibko
2025-05-03 21:51:36 +01:00
parent 8d9c850206
commit 347db8ca3e
2 changed files with 11 additions and 2 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
# Auto detect text files and perform LF normalization
# Auto detect text files and perform LF normalization #
* text=auto
# Recognises LX files as a custom language #
*.lx linguist-language=LX
+7 -1
View File
@@ -1,4 +1,10 @@
func main()
{
return 34
int a
a = 783412
int b
b = 6
return a + b
}