We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfbb9d commit 632a00aCopy full SHA for 632a00a
c.nanorc
@@ -2,7 +2,9 @@
2
##
3
syntax "C" "\.(c(c|pp|xx)?|C)$" "\.(h(h|pp|xx)?|H)$" "\.ii?$" "\.(def)$" "\.ino$"
4
magic "^(C|C\+\+) (source|program)"
5
+linter "g++ -fshow-column -Wall"
6
comment "//"
7
+
8
color brightred "\<[A-Z_][0-9A-Z_]+\>"
9
color green "\<(float|double|bool|char|wchar_t|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|(un)?signed|inline)\>"
10
color green "\<((s?size)|(char(16|32))|((u_?)?int(_fast|_least)?(8|16|32|64))|u?int(max|ptr))_t\>"
0 commit comments