diff options
Diffstat (limited to 'src/projectprofiles')
-rw-r--r-- | src/projectprofiles | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/projectprofiles b/src/projectprofiles new file mode 100644 index 00000000..d2224272 --- /dev/null +++ b/src/projectprofiles @@ -0,0 +1,39 @@ +[Ada] +Profiles=AdaIDE + +[Bash] +Profiles=ShellIDE + +[C] +Profiles=CIDE + +[C++] +Keywords=Empty,KDE +Profiles=CppIDE,KDECppIDE + +[Fortran77] +Profiles=FortranIDE + +[Haskell] +Profiles=HaskellIDE + +[Java] +Profiles=JavaIDE + +[Pascal] +Profiles=PascalIDE + +[Perl] +Profiles=PerlIDE + +[PHP] +Profiles=PHPIDE + +[Python] +Profiles=PythonIDE + +[Ruby] +Profiles=RubyIDE + +[SQL] +Profiles=DatabaseIDE |