Add the ponylang-mode package

This commit is contained in:
Gergely Polonkai 2020-01-06 09:17:16 +01:00
parent 2c0ff111f1
commit ed696285b8
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 8 additions and 0 deletions

View File

@ -3578,6 +3578,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
:mode "\\.vue\\'") :mode "\\.vue\\'")
#+END_SRC #+END_SRC
** Pony is awesome!
#+BEGIN_SRC emacs-lisp
(use-package ponylang-mode
:mode "\\.pony\\'")
#+END_SRC
* Games * Games
** Gnu Go ** Gnu Go

View File

@ -187,6 +187,7 @@
plantuml-mode plantuml-mode
po-mode po-mode
poetry poetry
ponylang-mode
projectile projectile
projectile-speedbar projectile-speedbar
pycoverage pycoverage