Changes between Initial Version and Version 2 of Ticket #4054
- Timestamp:
- 01/21/20 13:03:47 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4054
- Property Component changed from mc-core to mcedit
-
Ticket #4054 – Description
initial v2 2 2 3 3 The following sample shows the issue: 4 {{{ 4 5 #!/bin/sh 5 6 … … 9 10 echo "function bar() abnormal color highlighting" 10 11 } 12 }}}