xref: /aosp_15_r20/external/llvm/utils/jedit/README (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker-*- llvm/utils/jedit/README -*-
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard WorkerThese are syntax highlighting files for the jEdit editor. Included are:
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker* tablegen.xml
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker  Syntax highlighting mode for TableGen description files. To use, copy this
8*9880d681SAndroid Build Coastguard Worker  file to ~/.jedit/modes/ and add this code to your ~/.jedit/modes/catalog:
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Worker  <MODE NAME="tablegen" FILE="tablegen.xml" FILE_NAME_GLOB="*.td" />
11*9880d681SAndroid Build Coastguard Worker
12*9880d681SAndroid Build Coastguard WorkerNote: If you notice missing or incorrect syntax highlighting, please contact
13*9880d681SAndroid Build Coastguard Worker<llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the
14*9880d681SAndroid Build Coastguard Workerfunctionality, it will be most appreciated. Thank you.
15