Skip to content

Commit

Permalink
Fix a typo: highlightment => highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot authored Nov 16, 2021
1 parent 1de0865 commit 8cad2b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,7 @@ If an error is not comprehensible at all, try to look at generated code (`-E`).
![Suggestion](images/suggestion.png)
A: VS Code automatically enables suggestions of generated types but, of course, it does not support macro syntax highlightment.
The sad part is that `VCALL` and its friends break go-to definitions and do not highlight function signatures, so we [trade some IDE support for syntax conciseness](#vcall_-1).
A: VS Code automatically enables suggestions of generated types but, of course, it does not support macro syntax highlighting. The sad part is that `VCALL` and its friends break go-to definitions and do not highlight function signatures, so we do intentionally [trade some IDE support for syntax conciseness](#vcall_-1).
### Q: Which compilers are tested?
Expand Down

0 comments on commit 8cad2b8

Please sign in to comment.