8000 GitHub - leehb1592/dbml-mode: Major mode for DBML (dbdiagram.io)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leehb1592/dbml-mode

 
 

Repository files navigation

dbml-mode

MELPA MELPA Stable CI Coverage Status Buy me a coffee Liberapay PayPal

This major mode attempts to port all of the syntax highlighting from https://dbdiagram.io and build upon it by providing helpers such as duplicate checking and rendering SVGs directly in Emacs.

sample

How to

Install it from Melpa or clone and install manually, then simply M-x dbml-mode.

Enable for file extensions

It might be useful to auto-enable the mode for certain files or patterns. One of such methods is updating auto-mode-alist:

(add-to-list 'auto-mode-alist
             '("\\.dbml\\'" . dbml-mode))

For every file with .dbml extension.

About

Major mode for DBML (dbdiagram.io)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%
0