Added Arduino syntax highlighting support alongside C++. (#1767)

This commit is contained in:
PerilousBooklet
2024-04-15 08:50:13 +08:00
committed by takase1121
parent 48712a242d
commit 4299909cd3
+2 -1
View File
@@ -5,7 +5,8 @@ syntax.add {
name = "C++",
files = {
"%.h$", "%.inl$", "%.cpp$", "%.cc$", "%.C$", "%.cxx$",
"%.c++$", "%.hh$", "%.H$", "%.hxx$", "%.hpp$", "%.h++$"
"%.c++$", "%.hh$", "%.H$", "%.hxx$", "%.hpp$", "%.h++$",
"%.ino$"
},
comment = "//",
block_comment = { "/*", "*/" },