]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - syntax/README
Update
[xonotic/gmqcc.git] / syntax / README
index 8b386d81b65c153c0a27af05f09004c3b4f465f0..5a5c4b4c3466285b3d0c167ae302907651ea45b9 100644 (file)
@@ -3,16 +3,22 @@ text editors. Inside each directory exists some documentaiton on how
 you can install the configuration file correctly.
 
 Currently the supported text editors:
 you can install the configuration file correctly.
 
 Currently the supported text editors:
-    geany  - GTK  text editor (not gedit)
-    kate   - KDE  text editor (the default text editor that comes with KDE)
-    nano   - base text editor (comes with every base distribution of linux)
+    geany
+    kate
+    kwrite        - uses kate syntax highlighting
+    kdevelop      - uses kate syntax highlighting
+    QtCreator     - supports kate syntax highlighting
+    gtksourceview - main source viewer in GNOME
+    gedit         - uses gtksourceview
+    sandy         - uses gtksourceview
+    nano
+    jedit
 
 
 Other text editors we plan to provide syntax highlighting configuration
 files for (but never got around to figuring out)
     vim
     emacs
 
 
 Other text editors we plan to provide syntax highlighting configuration
 files for (but never got around to figuring out)
     vim
     emacs
-    gedit
 
 If your text editor is not supported and you'd like to create syntax
 highlighting support for it, don't hesitate to share it with us.
 
 If your text editor is not supported and you'd like to create syntax
 highlighting support for it, don't hesitate to share it with us.