You are not logged in.
Does anybody use an emacs or vim syntax colorization .el file for editing PKGBUILD files?
Offline
shell-script-mode works nicely.
PKGBUILD files are sourced by makepkg, which is a bash script.
:-)
Offline
You mean kind of like this?
Offline
Offline
Yes, I meant both ot them:)
I have found the emacs PKGBUILD mode here:
http://www.hoetzel.info/Hacking/emacs/pkgbuild-mode.el
and where I can find the vim mode?
[Off topic]
By the way I'm at the stage of trying different editors and I have not decided yet. For now it's easier to write in emacs because i'm not get used to first write and then correct as vim forces me. And you, how do you use vim editor? First writing in insert mode and then correcting the text in command mode? Does it depend on the touch type skills and type errors number?
Thanks for help.
Offline
Yes, I meant both ot them:)
I have found the emacs PKGBUILD mode here:
http://www.hoetzel.info/Hacking/emacs/pkgbuild-mode.el
and where I can find the vim mode?
for vim
set syntax=sh
a PKGBUILD is just a shell script
[Off topic]
By the way I'm at the stage of trying different editors and I have not decided yet. For now it's easier to write in emacs because i'm not get used to first write and then correct as vim forces me. And you, how do you use vim editor? First writing in insert mode and then correcting the text in command mode? Does it depend on the touch type skills and type errors number?Thanks for help.
check here: http://bbs.archlinux.org/viewtopic.php?t=11988
Offline