Snazzah / SublimeDiscordRP

📄 Discord rich presence for Sublime Text
MIT License
131 stars 35 forks source link

Add V language support #44

Closed PiggyPiglet closed 4 years ago

PiggyPiglet commented 4 years ago

Excerpt from V documentation,

V is a statically typed compiled programming language designed for building maintainable software. It's similar to Go and is also influenced by Oberon, Rust, Swift.

V is a very simple language. Going through this documentation will take you about half an hour, and by the end of it you will learn pretty much the entire language.

Despite being simple, it gives a lot of power to the developer. Anything you can do in other languages, you can do in V.

Relevant icons:

v

File extension: .v

Snazzah commented 4 years ago

Added in cea28fc