D6121: Angular modifiers in HTML attributes added
Alexander Zhigalin
noreply at phabricator.kde.org
Tue Jun 6 16:51:49 UTC 2017
zhigalin created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.
REVISION SUMMARY
Angular uses special characters in HTML atributes
This disables the error highlighting for []()*# in HTML tag attributes
TEST PLAN
<div class="field">
<label *for="title()">Title:</label>
<input (name)="title">
</div>
<div class="field">
<label #for="link">Link:</label>
<input [name]="link">
</div>
REPOSITORY
R216 Syntax Highlighting
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D6121
AFFECTED FILES
data/syntax/html.xml
To: zhigalin
Cc: #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170606/625fae2f/attachment.html>
More information about the Kde-frameworks-devel
mailing list