d0af1c7116
Fix Doxygen @param highlight
...
There are two forms of `@param`:
* `@param <name> <description>`
* `@param[<use>] <name> <description>`
Prior to this patch only the latter was highlighting `<name>` as a
special comment, now both forms do this.
2022-05-31 10:59:28 +01:00
cdcbab062e
Fix Doxygen retval highlights
2019-10-14 22:45:35 +01:00
e2e2be6e44
Don't syntax highlight text after #{warning,error}
2019-08-17 15:00:27 +01:00
5f08372d83
Obey cpp options in c syntax file
2018-08-26 10:50:07 +01:00
a97e9a4589
Fix C ternary operator match
2018-08-26 10:49:14 +01:00
3651e021a5
Cleanup C/C++ syntax files
2018-08-26 10:49:14 +01:00
a9ad1f0543
Fix end of multi-line doxygen highlight
2018-08-26 10:49:14 +01:00
3d43c5460c
Refactor and optimize C/C++ syntax highlights
2018-08-26 10:49:14 +01:00
ee1b482762
Improve doxygen markdown highlighting
2018-08-26 10:48:16 +01:00
4a9d8df177
Add highlighting of ternary operator in C/C++
2018-08-26 10:45:25 +01:00
ca656087ed
Fix bug in Doxygen highlighting
2018-08-26 10:42:41 +01:00
0aa63ffb34
Improve C Doxygen highlights
2018-08-26 10:42:41 +01:00
d6fafcf4c2
Simplify C/C++ {} matching
2018-08-26 10:42:41 +01:00
a4f997c1e1
Rename option to enable Doxygen comment highlights
2018-08-26 10:42:41 +01:00
657a029acc
Enable folding {} in C/C++ & delimiter highlights
2018-08-26 10:42:41 +01:00
b8bd9729d7
Escape - cOperator match
2018-08-26 10:42:41 +01:00
d04bb01d16
Add ? to C operator highlighting
2018-08-26 10:42:41 +01:00
a7630ace55
Improve C/C++ syntax highlighting
2018-08-26 10:42:41 +01:00