| Summary: | Highlight doesn't recognize css "word-break" attribute | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Pascal d'Hermilly <pascal> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.13.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/ktexteditor/fe20eca2cee5c93bc1fc876e46f5d90b8bc5894b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
Git commit fe20eca2cee5c93bc1fc876e46f5d90b8bc5894b by Christoph Cullmann. Committed on 04/10/2015 at 12:00. Pushed by cullmann into branch 'master'. add word-break M +11 -10 src/syntax/data/css.xml http://commits.kde.org/ktexteditor/fe20eca2cee5c93bc1fc876e46f5d90b8bc5894b |
The highlighting for css doesn't recognize "word-break" as a standard attribute, but highlights it with italic. example css: #toolbox .toolbox-entry{ cursor:pointer; word-break:break-all; } It's a part of css3: http://www.w3schools.com/cssref/css3_pr_word-break.asp kate version: 3.13.3 (was not available in version selection) Reproducible: Always