Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guidoschmidt/urscript-mode

Major mode for editing URScript (www.universal-robots.com)
https://github.com/guidoschmidt/urscript-mode

emacs language major-mode robotics robots scripting

Last synced: 7 days ago
JSON representation

Major mode for editing URScript (www.universal-robots.com)

Awesome Lists containing this project

README

        

# URScript-Mode
#### Emacs major mode for [URScript](https://s3-eu-west-1.amazonaws.com/ur-support-site/46196/scriptManual.pdf)

### Installation with `use-package`

**WARNING:** Not yet available via MELPA, you can use [straight.el](https://github.com/raxod502/straight.el)
or [quelpa](https://framagit.org/steckerhalter/quelpa)

```emacs-lisp
(use-package urscript-mode
:ensure t
:mode ("\\.urscript\\'" . urscript-mode))
```