Commit f0d086c
Syntax Highlighting Improvements (#4740)
* Preliminary attempt at taking in colorization suggestions and addressing feedback (included a manual visual test)
* imrpoved approach (additive to refactor)
* tightening list() keywords and such + added tests for generator expression ending
* addressingfind_package_handle_standard_args() and find_package_check_version() colorization
* took in duplicated operator regex into shared conditionalOperators rule
* removed dead include escape from unquoted rule + comment
* changed out the scoped stuff so that we keep a unified rule as opposed to splitting off
* fixed the fetch content declare edge case
---------
Co-authored-by: Hannia Valera <[email protected]>1 parent 4df8e75 commit f0d086c
3 files changed
Lines changed: 606 additions & 118 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments