]> git.wh0rd.org Git - nano.git/commitdiff
2013-06-13 Matthew Fischer <mfisch@Savannah>
authorChris Allegretta <chrisa@asty.org>
Fri, 14 Jun 2013 02:48:59 +0000 (02:48 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 14 Jun 2013 02:48:59 +0000 (02:48 +0000)
        * doc/syntax/c.nanorc - Add auto keyword

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4580 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/syntax/c.nanorc

index 6ac3de684a5b7ab82d2a5ea90760d974c5c93433..737357376c55456ec4ca106700101a934ac82e09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-06-13 Matthew Fischer <mfisch@Savannah>
+       * doc/syntax/c.nanorc - Add auto keyword
+
 2013-06-13  David Lawrence Ramsey <pooka109@gmail.com>
        * src/global.c (first_sc_for) - try and more consistently display keystrokes,
          useful when the user has re-binded a bunch of them.
index 59f0f3b6c6fe8729cb41e6ed22e4fdd4d76d6f93..18c685e12fd1a03fff588616a4be900e96d1e4f6 100644 (file)
@@ -3,7 +3,7 @@
 syntax "c" "\.(c(c|pp|xx)?|C)$" "\.(h(h|pp|xx)?|H)$" "\.ii?$"
 magic "ASCII C(\+\+)? program text"
 color brightred "\<[A-Z_][0-9A-Z_]+\>" 
-color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|(un)?signed|inline)\>"
+color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|auto|static|const|struct|union|typedef|extern|(un)?signed|inline)\>"
 color green "\<((s?size)|((u_?)?int(8|16|32|64|ptr)))_t\>"
 color green "\<(class|namespace|template|public|protected|private|typename|this|friend|virtual|using|mutable|volatile|register|explicit)\>"
 color brightyellow "\<(for|if|while|do|else|case|default|switch)\>"