Skip to content

Commit

Permalink
Added Arduino syntax highlighting support alongside C++. (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerilousBooklet authored and takase1121 committed Apr 15, 2024
1 parent 48712a2 commit 4299909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/plugins/language_cpp.lua
Expand Up @@ -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 = { "/*", "*/" },
Expand Down

0 comments on commit 4299909

Please sign in to comment.