]> Creatis software - bbtk.git/blob - kernel/appli/bbi/REAME.txt
72e110d4b9ad5a339a5bb90f9e725d2345833334
[bbtk.git] / kernel / appli / bbi / REAME.txt
1 The file bbs-mode.el is a (x)emacs lisp script 
2 providing highlight syntax for bbi scripts (.bbs)
3
4 To use it : 
5 1) put it into your .emacs or .xemacs folder
6 2) edit the file init.el of .(x)emacs folder and add the lines :
7 ;; highlight syntax for bbi scripts
8 (require 'bbs-mode)
9 (add-to-list 'auto-mode-alist '("\\.bbs\\'" . bbs-mode))
10
11