]> git.xonotic.org Git - xonotic/gmqcc.git/blob - syntax/README
Add syntax configuration file for gtksourceview (this allows QC code syntax highlight...
[xonotic/gmqcc.git] / syntax / README
1 Here exists some syntax highlighting configuration files for various
2 text editors. Inside each directory exists some documentaiton on how
3 you can install the configuration file correctly.
4
5 Currently the supported text editors:
6     geany
7     kate
8     kwrite        - uses kate syntax highlighting
9     kdevelop      - uses kate syntax highlighting
10     QtCreator     - supports kate syntax highlighting
11     gtksourceview - main source viewer in GNOME
12     gedit         - uses gtksourceview
13     sandy         - uses gtksourceview
14     nano
15
16
17 Other text editors we plan to provide syntax highlighting configuration
18 files for (but never got around to figuring out)
19     vim
20     emacs
21     gedit
22
23 If your text editor is not supported and you'd like to create syntax
24 highlighting support for it, don't hesitate to share it with us.