Version 2 (modified by Chuck, 15 years ago) |
---|
Gtk/Gnome? text editors typically use a common library component called GtkSourceView such that adding language support for it can enhance multiple applications. If you are specifically using gedit, they have a NewLanguage wiki page with instructions. Also, note that gedit is available for Windows, Mac and Linux.
Rumor has it that you should be able to drop a new language file in ~/.local/share/gtksourceview-2.0/language-specs
If you create Cobra language support for any Gtk/Gnome? products, please update this page.
See also: EditorSupportTips, EditorSupport
Attachments
- cobra.lang (13.4 KB) - added by webnov8 15 years ago.
-
cobra.2.lang
(13.4 KB) - added by todd.a
15 years ago.
Updated to handle keywords as method names
- cobra.3.lang (13.4 KB) - added by todd.a 15 years ago.
-
cobra.4.lang
(13.1 KB) - added by nevdelap
14 years ago.
Support nested block comments.
-
cobra.5.lang
(13.1 KB) - added by nevdelap
14 years ago.
Removed 'fake' because it is deprecated, added 'readonly'.