<table><tr><td style="">bbuch created this revision.<br />Herald added projects: Kate, Frameworks.<br />Herald added subscribers: kde-frameworks-devel, kwrite-devel.<br />bbuch requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D23500">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>As of Matlab 2016b, a separate string data type and literal was introduced<br />
in Matlab.</p>

<p><a href="https://de.mathworks.com/help/matlab/matlab_prog/create-string-arrays.html" class="remarkup-link" target="_blank" rel="noreferrer">https://de.mathworks.com/help/matlab/matlab_prog/create-string-arrays.html</a></p>

<p>The new literals are syntactically equivalent to the old character verctors<br />
except that they are delimited by double quote. The term 'character vector'<br />
is now consistently used for the old single quote literales.</p>

<p>The patch renames single quote literals to CharVector and adds double<br />
quote literals as String.</p>

<p>CharVector's are associated with the theme category dsSpecialString.<br />
String's are associated with the theme category dsString. Incomplete<br />
CharVector's and String's are consequently associated with the theme<br />
category dsError.</p>

<p>The examples at the end of the file were extended by the new literals.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R216 Syntax Highlighting</div></div></div><br /><div><strong>BRANCH</strong><div><div>matlab-2016b-strings (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23500">https://phabricator.kde.org/D23500</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>data/syntax/matlab.xml</div></div></div><br /><div><strong>To: </strong>bbuch<br /><strong>Cc: </strong>kwrite-devel, kde-frameworks-devel, LeGast00n, GB_2, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann<br /></div>