;;; dbscheme-mode.el --- A major mode for editing Semmle database schema files ;;; Commentary: ;; ;; A basic major mode for editing Semmle database schema files. ;; ;; Provides syntax highlightning and comment support. ;;; Code: (define-generic-mode 'dbscheme-mode ; mode name ;; comments '(("//" . nil) ("/*" . "*/")) ;; keywords '("case" "ref" "unique" "of") ;; other things to highlight `((,ql--primitive-type-regex . 'font-lock-type-face) ("\\