Add shell-mode for Bitbake file
This commit is contained in:
parent
f76704f18b
commit
0d096766f6
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
||||||
;; SH mode
|
;; SH mode
|
||||||
(add-to-list 'auto-mode-alist '("\\.pro$" . sh-mode)) ; Qt .pro files
|
(add-to-list 'auto-mode-alist '("\\.pro$" . sh-mode)) ; Qt .pro files
|
||||||
(add-to-list 'auto-mode-alist '("configure$" . sh-mode))
|
(add-to-list 'auto-mode-alist '("configure$" . sh-mode))
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.bb$" . conf-mode))
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.bbclass$" . conf-mode))
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.bbappend$" . conf-mode))
|
||||||
|
|
||||||
;; Go mode
|
;; Go mode
|
||||||
(require 'go-mode-autoloads)
|
(require 'go-mode-autoloads)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue