Skip to content

Naheel-Azawy/vlang-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vlang-mode.el

Emacs major mode for the V programming language

./img.png

Installation and usage

Using straight.el, add the following to your emacs init,

	 (straight-use-package
	  '(vlang-mode :type git :host github :repo "Naheel-Azawy/vlang-mode"))

Or using quelpa,

(quelpa
 '(vlang-mode :fetcher url
              :url "https://raw.githubusercontent.com/naheel-azawy/vlang-mode.el/master/vlang-mode.el"))
(require 'vlang-mode)

Licenses

GPL-3

About

Emacs major mode for the V programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published