]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Add QC syntax highlighting section
authorterencehill <piuntn@gmail.com>
Sat, 11 May 2019 16:18:40 +0000 (16:18 +0000)
committerterencehill <piuntn@gmail.com>
Sat, 11 May 2019 16:18:40 +0000 (16:18 +0000)
Programming-Tips.md

index afef0e7411c3b3f1c698a31e2f85e3431b6efd6d..0d2999fcd02da386d9c3f2271836b4fc32b50551 100644 (file)
@@ -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