mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Made github recognise LX (Hopefully)
This commit is contained in:
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -1,2 +1,5 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
# Auto detect text files and perform LF normalization #
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
|
# Recognises LX files as a custom language #
|
||||||
|
*.lx linguist-language=LX
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
func main()
|
func main()
|
||||||
{
|
{
|
||||||
return 34
|
int a
|
||||||
|
a = 783412
|
||||||
|
|
||||||
|
int b
|
||||||
|
b = 6
|
||||||
|
|
||||||
|
return a + b
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user