diff options
Diffstat (limited to 'languages/bash/README.dox')
-rw-r--r-- | languages/bash/README.dox | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/languages/bash/README.dox b/languages/bash/README.dox new file mode 100644 index 00000000..95765f0a --- /dev/null +++ b/languages/bash/README.dox @@ -0,0 +1,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. + +*/ |