n3-mode.el (editors/n3-mode.el) Add to my watchlist
An Emacs mode for editing N3 ("Notation 3") and Turtle RDFVersion: 201410300 License: none GitHub
Maintainers | easye |
Categories | editors |
Homepage | https://github.com/kurtjx/n3-mode-for-emacs |
Platforms | any |
Variants | - |
"n3-mode.el" depends on
lib (1)
build (1)
Ports that depend on "n3-mode.el"
No ports
Port notes
To use add the following to your ~/.emacs:
(autoload 'n3-mode "n3-mode" "Major mode for OWL or N3 files" t)
(add-hook 'n3-mode-hook 'turn-on-font-lock)
(setq auto-mode-alist
(append
(list
'("\\.n3" . n3-mode)
'("\\.owl" . n3-mode))
auto-mode-alist))
Port Health:
Loading Port Health
Installations (30 days)
0
Requested Installations (30 days)
0
Livecheck results
n3-mode.el seems to have been updated (port version: f20dfa2684f601e1c46f115980c7f4c7af4c82fb, new version: 7eccfce8087716dd7783fe8fd197564069e442c0)
livecheck ran: 1 day, 12 hours ago