source: PSPA/madxPSPA/syntax/README.txt @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 627 bytes
Line 
1For some text editors someone in the community have written a highlighting file, making it easier to read Mad-X scripts.
2
3
4
5Vim: VIM is a popular editor on any platform. To use this file, copy madx.vim to ~/.vim/syntax/madx.vim and then add the following line to ~/.vimrc:
6au BufNewFile,BufRead *.madx,*.seq,*.str,*.mask setf madx
7
8
9Kate: Kate is a text editor for KDE, popular on Linux platforms. To use this file, copy madx.xml to one of the following folders (whichever is existing on your particular system):
10   ~/.kde/share/apps/katepart/syntax
11   ~/.kde3/share/apps/katepart/syntax
12   ~/.kde4/share/apps/katepart/syntax
13
Note: See TracBrowser for help on using the repository browser.