blob: af38febf3035b20659cfa9a22570f92e260df400 (
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 LangSupporttqStatus for a up to date features/status of this programming language support part.
*/
|