Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Naheel-Azawy/vlang-mode

Emacs major mode for the V programming language
https://github.com/Naheel-Azawy/vlang-mode

Last synced: 3 months ago
JSON representation

Emacs major mode for the V programming language

Awesome Lists containing this project

README

        

* vlang-mode.el
Emacs major mode for the V programming language

[[./img.png]]

** Installation and usage
Using [[https://github.com/raxod502/straight.el][straight.el]], add the following to your emacs init,
#+begin_src emacs-lisp
(straight-use-package
'(vlang-mode :type git :host github :repo "Naheel-Azawy/vlang-mode"))
#+end_src

Or using [[https://github.com/quelpa/quelpa][quelpa]],
#+begin_src emacs-lisp
(quelpa
'(vlang-mode :fetcher url
:url "https://raw.githubusercontent.com/naheel-azawy/vlang-mode.el/master/vlang-mode.el"))
(require 'vlang-mode)
#+end_src

** Licenses
GPL-3