;;; trafficscript.el -- major mode for editing TrafficScript ;;; see http://knowledgehub.zeus.com (define-generic-mode 'trafficscript-mode '("#") '("while" "if" "else" "break" "continue") '(("\\$[A-Za-z0-9]+" . 'font-lock-variable-name-face) ("[A-Za-z][A-Za-z0-9.]*" . 'font-lock-function-name-face)) '("\\.ts\\'") nil)