diff options
Diffstat (limited to 'contrib/llvm/utils/jedit/README')
-rw-r--r-- | contrib/llvm/utils/jedit/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/llvm/utils/jedit/README b/contrib/llvm/utils/jedit/README new file mode 100644 index 0000000..6a6c8c7 --- /dev/null +++ b/contrib/llvm/utils/jedit/README @@ -0,0 +1,14 @@ +-*- llvm/utils/jedit/README -*- + +These are syntax highlighting files for the jEdit editor. Included are: + +* tablegen.xml + + Syntax highlighting mode for TableGen description files. To use, copy this + file to ~/.jedit/modes/ and add this code to your ~/.jedit/modes/catalog: + + <MODE NAME="tablegen" FILE="tablegen.xml" FILE_NAME_GLOB="*.td" /> + +Note: If you notice missing or incorrect syntax highlighting, please contact +<llvmbugs [at] cs.uiuc.edu>; if you wish to provide a patch to improve the +functionality, it will be most appreciated. Thank you. |