From f63ba5fd4ae340b83a8975563ff3f3c1420d76cf Mon Sep 17 00:00:00 2001
From: terencehill <piuntn@gmail.com>
Date: Sat, 11 May 2019 16:18:40 +0000
Subject: [PATCH] Add QC syntax highlighting section

---
 Programming-Tips.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Programming-Tips.md b/Programming-Tips.md
index afef0e7..0d2999f 100644
--- a/Programming-Tips.md
+++ b/Programming-Tips.md
@@ -70,4 +70,9 @@ Windows users must download the Windows version of cscope from https://code.goog
 #### Usage
 
 * Run `cscope_createindex.sh` to build cscope indices for both game (QC code) and Darkplaces (C code). This step must be repeated every time you do some code changes.  
-The indices can now be used to browse code confortably with the cscope GUI of your choice.
\ No newline at end of file
+The indices can now be used to browse code confortably with the cscope GUI of your choice.
+
+### QC syntax highlighting:
+
+* For jEdit: [qc.xml](https://gitlab.com/terencehill/qc-syntax-highlighting-for-jedit/blob/master/qc.xml)
+* For Kate: [qc.xml](https://gist.github.com/DefaultUser/998f030ab41a9e8edf4a9f8e703c6350)
\ No newline at end of file
-- 
2.39.5