Thanks to visit codestin.com
Credit goes to github.com

Skip to content

KeyWeeUsr/dbml-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy me a coffee Liberapay PayPal

dbml-mode

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.

How to

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.

Packages

 
 
 

Contributors