mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-19 13:32:58 +00:00
dc12e23b95
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@36 4df02467-bbd4-4a76-a152-e7ce94205b78
52 lines
1012 B
Plaintext
52 lines
1012 B
Plaintext
Just to make sure:
|
|
The syntax file and this help text come with ABSOLUTELY NO WARRANTY!
|
|
If you destroy your system, don't come whining to me.
|
|
|
|
|
|
--------------------
|
|
systemwide install
|
|
--------------------
|
|
|
|
1) Copy the syntax file to the correct directory by typing:
|
|
cp acme.jsf /etc/joe/syntax/
|
|
|
|
2) Add the following lines to the "SECOND SECTION" of "/etc/joe/joerc":
|
|
|
|
*.a
|
|
-indentc 9
|
|
-istep 1
|
|
-autoindent
|
|
-syntax acme
|
|
|
|
3) done!
|
|
|
|
|
|
--------------
|
|
user install
|
|
--------------
|
|
|
|
1) Copy the syntax file to the correct directory by typing:
|
|
mkdir -p ~/.joe/syntax
|
|
cp acme.jsf ~/.joe/syntax/
|
|
|
|
2) If you do not have a ~/.joerc file yet, create one by typing:
|
|
if [ -e ~/.joerc ] ; then echo :include /etc/joe/joerc > ~/.joerc ; fi
|
|
|
|
3) Add the following lines to the "SECOND SECTION" of your .joerc file:
|
|
|
|
*.a
|
|
-indentc 9
|
|
-istep 1
|
|
-autoindent
|
|
-syntax acme
|
|
|
|
4) done!
|
|
|
|
|
|
---------
|
|
testing
|
|
---------
|
|
|
|
After installing the syntax file, open the file "color.a" in joe to
|
|
check whether it works (and to see what it looks like).
|