Kaydet (Commit) e16eac2a authored tarafından Enrico Tröger's avatar Enrico Tröger

added new filetypes SQL, Caml and OMS


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@185 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 43c3473f
......@@ -44,6 +44,9 @@ enum
GEANY_FILETYPES_CSS,
GEANY_FILETYPES_CONF,
GEANY_FILETYPES_ASM,
GEANY_FILETYPES_SQL,
GEANY_FILETYPES_CAML,
GEANY_FILETYPES_OMS,
GEANY_FILETYPES_ALL,
GEANY_MAX_FILE_TYPES
};
......
This source diff could not be displayed because it is too large. You can view the blob instead.
/*
* highlighting.h - this file is part of Geany, a fast and lightweight IDE
*
* Copyright 2005 Enrico Troeger <enrico.troeger@uvena.de>
* Copyright 2006 Enrico Troeger <enrico.troeger@uvena.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......@@ -68,4 +68,10 @@ void styleset_conf(ScintillaObject *sci);
void styleset_asm(ScintillaObject *sci);
void styleset_sql(ScintillaObject *sci);
void styleset_caml(ScintillaObject *sci);
void styleset_oms(ScintillaObject *sci);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment