| Summary: |
Alert tags are not highlighted in comments of R Script files |
| Product: |
[Applications] kate
|
Reporter: |
ypq <yurupuqui+kde> |
| Component: |
syntax | Assignee: |
KWrite Developers <kwrite-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
minor
|
|
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
Git | |
|
| Target Milestone: |
--- | |
|
| Platform: |
unspecified | |
|
| OS: |
All | |
|
|
Latest Commit:
|
http://commits.kde.org/ktexteditor/e27fc036b45d108af2e918dd6eb84c24a81a9cf0
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
Patch with a workaround.
|
The XML syntax highlight definition for R script is not aware of alert tags inside comments. Reproducible: Always Steps to Reproduce: 1. Write some R code with alert tags: ## TODO write some doc for my function "foo" foo <- function(x) { # FIXME do not invoke "bar" bar(x) } 2. Save as "foobar.R" Actual Results: Tags "TODO" and "FIXME" are shown using the same general style for comments and headlines. Expected Results: Tags "TODO" and "FIXME" are shown specially highlighted to be easily found in code.