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

applied patch from Nick Treleaven, to add .cc, .hh and .hxx extension for…

applied patch from Nick Treleaven, to add .cc, .hh and .hxx extension for filetype C++ and improve the pattern handling


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@116 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 71369c51
This diff is collapsed.
/*
* filetypes.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
......@@ -25,7 +25,7 @@
#define GEANY_FILETYPES_H 1
#define GEANY_MAX_PATTERNS 5 // describes the count of supported extensions per filetype
#define GEANY_MAX_PATTERNS 10 // describes the count of supported extensions per filetype
enum
{
......
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