zhuanhao-wu / vscode-riscv-support

https://marketplace.visualstudio.com/items?itemName=zhwu95.riscv
MIT License
8 stars 7 forks source link

#endif is not correctly highlighted #6

Closed romhunter closed 4 years ago

romhunter commented 4 years ago

As the title said, there is some slightly discomfort problem with the highlighting. For example:

#ifndef NONSMP_HART
#define NONSMP_HART 0
#endif <-- This line is not correctly highlighted.