blob: 95765f0a7a9738a7f6d0d0bb23e98c0622a94801 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/** \class BashSupportPart
Supports bash language
\authors <a href="mailto:geiseri AT kde.org">Ian Reinhart Geiser</a>
\maintainer <a href="mailto:geiseri AT kde.org">Ian Reinhart Geiser</a>
\feature function browser support
\feature runs bash script in external terminal
\feature syntax highlighting and code folding via katepart
\feature Code completion works for variables
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.
*/
|