xyalis-logo

Customize your editor for XYALIS files

-

Configurations and customization files

This page contains customization files to improve user interface when editing files for GOTmuch, GOTframe or GOTmask.

We provide configuration files for the following editors :

Emacs

Here is the configuration file for emacs in order to automatically indent and highlight keywords in “much”, “frame” and “mask” files.

Ask your system administrator to add this file in the emacs installation or add it into your account.

To do this:

  • Copy the following source in a file named “xyalis-mode.el”
  • Copy this file into directory .emacs.d in your home directory.
  • Edit the file .emacs in your directory (or create it if it doesn’t exist yet)
  • Add the following line :
    (load “~/.emacs.d/xyalis-mode.el”)

emacs will then automatically recognize files with extension .mch, .msk and .fdf

 

vim

These are the configuration files for vim in order to automatically indent and highlight keywords respectively in “much”, “frame” and mask files.

Copy the following source code in files named “frame.vim” and “much.vim” and copy them in your ~/.vim/syntax directory

Add the following lines to your .vimrc file :

For frame : copy the following in file “frame.vim”

For much : copy the following in file “much.vim”

nedit

Here is a customization file for nedit in order to automatically indent and highlight keywords in “much”, “frame” and “mask” files.

To use it, copy this source code in a file named “nedit_xyalis.rc” and the copy thif file into your ~/.nedit folder
Then run nedit with -import option:

nedit -import ~/.nedit/nedit-xyalis.rc

 

 

 

This site is registered on wpml.org as a development site.