添加module相关关键字高亮

This commit is contained in:
Jie
2024-11-22 13:59:20 +08:00
parent 5a7a993622
commit 0c9ff41d03
32 changed files with 26012 additions and 1 deletions

View File

@@ -460,6 +460,9 @@ done
"asm" kw
# C++ keywords
#"23"
"export" cppkw
"import" cppkw
"module" cppkw
"constexpr" cppkw
"consteval" cppkw
"requires" cppkw