From da664dfdd7f5befce443f15c1238b8872827091a Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Sat, 14 Mar 2009 10:15:32 +0000 Subject: [PATCH] Add TableGen syntax highlighting for the jEdit editor. llvm-svn: 67005 --- utils/jedit/README | 14 ++++++++++++++ utils/jedit/tablegen.xml | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 utils/jedit/README create mode 100644 utils/jedit/tablegen.xml diff --git a/utils/jedit/README b/utils/jedit/README new file mode 100644 index 00000000000..6a6c8c76cc3 --- /dev/null +++ b/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: + + + +Note: If you notice missing or incorrect syntax highlighting, please contact +; if you wish to provide a patch to improve the +functionality, it will be most appreciated. Thank you. diff --git a/utils/jedit/tablegen.xml b/utils/jedit/tablegen.xml new file mode 100644 index 00000000000..2d80a3f9732 --- /dev/null +++ b/utils/jedit/tablegen.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + // + + /* + */ + + + " + " + + + let + def + class + include + + bit + int + string + bits + list + dag + code + + +