GitHub supports V now!

pull/1765/head
Alexander Medvednikov 2019-08-27 19:36:40 +03:00
parent e2c7d3b2d9
commit 0a37200fda
2 changed files with 0 additions and 4 deletions

2
.gitattributes vendored
View File

@ -1,2 +0,0 @@
*.v linguist-language=Go
website/* linguist-vendored

View File

@ -32,8 +32,6 @@ V 1.0 release is planned for December 2019. Right now V is in an alpha stage.
## Notes
GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn't support the language yet.
The compilation is temporarily slower for this release:
- Debug builds are used (use `./v -prod -o v compiler` to get faster compilation).