Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/guidoschmidt/urscript-mode
- Owner: guidoschmidt
- License: mit
- Created: 2019-02-04T16:24:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T16:05:53.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T00:19:49.907Z (about 1 month ago)
- Topics: emacs, language, major-mode, robotics, robots, scripting
- Language: Emacs Lisp
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))
```