aboutsummaryrefslogtreecommitdiff
path: root/src/include/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/syntax.h')
-rw-r--r--src/include/syntax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/syntax.h b/src/include/syntax.h
index 777fea4..ab92845 100644
--- a/src/include/syntax.h
+++ b/src/include/syntax.h
@@ -1,7 +1,7 @@
#ifndef SYNTAX_H
#define SYNTAX_H
-/* Syntax Definitions */
+/* syntax Definitions. */
#define SYNTAX_CHAR_DELIM '\''
#define SYNTAX_STR_DELIM '"'
@@ -21,7 +21,7 @@
#define SYNTAX_LLIST ']'
#define SYNTAX_ESC '\\'
-/* characters that can appear in keywords */
+/* Characters that can appear in keywords. */
#define SYNTAX_KWD_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_~|&+-/*<>=%^$@?"
#endif