README 557 B

1234567891011121314
  1. -*- llvm/utils/jedit/README -*-
  2. These are syntax highlighting files for the jEdit editor. Included are:
  3. * tablegen.xml
  4. Syntax highlighting mode for TableGen description files. To use, copy this
  5. file to ~/.jedit/modes/ and add this code to your ~/.jedit/modes/catalog:
  6. <MODE NAME="tablegen" FILE="tablegen.xml" FILE_NAME_GLOB="*.td" />
  7. Note: If you notice missing or incorrect syntax highlighting, please contact
  8. <llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the
  9. functionality, it will be most appreciated. Thank you.