Skip to content

naruse/EmacsUnityScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is an emacs mode  for coloring the Runtime and Editor API calls in Javascript for Unity 3.x

To make it work, just add this to your .emacs:
;; UnityJS mode for emacs
(autoload ‘unityjs-mode “unityjs-mode” “Major mode for editing Unity script code.” t)
(require ‘unityjs-mode)

And make sure to load the path where you are going to store the .el file.

About

Emacs Major mode for Unity Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published