Bug 430483

Summary: bash syntax highlighting incomplete
Product: [Frameworks and Libraries] frameworks-syntax-highlighting Reporter: Dominik Kummer <admin>
Component: syntaxAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: christoph, jonathan.poelen, walter.von.entferndt
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dominik Kummer 2020-12-16 22:01:46 UTC
SUMMARY
Highlighting does recognize well-known bash syntax since update

STEPS TO REPRODUCE
1. create new file
2. switch highlighting to "bash"
3. type code like: { true && echo ok; }

OBSERVED RESULT
Closing bracket unrecognized

EXPECTED RESULT
Closing bracket after semi-colon recognized as valid syntax

SOFTWARE/OS VERSIONS 
KDE Plasma Version: 5.20.4-2
KDE Frameworks Version: 5.77.0-1
Qt Version: 5.15.2-1
Comment 1 Dominik Kummer 2020-12-19 10:39:57 UTC
I found that the bash syntax highting simply does not know about boolean operators.
Comment 2 Jonathan Poelen 2021-01-30 04:27:57 UTC

*** This bug has been marked as a duplicate of bug 430668 ***