From ac1e2edcc6701b672d26cd4b611934331be84f83 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Thu, 5 Jan 2006 01:51:14 +0000 Subject: [PATCH] Added printNewline() to the syntax highlighting keywords file. --- build/shared/lib/keywords.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/lib/keywords.txt b/build/shared/lib/keywords.txt index d471c6018..206301b00 100644 --- a/build/shared/lib/keywords.txt +++ b/build/shared/lib/keywords.txt @@ -141,3 +141,4 @@ printByte KEYWORD2 printHex KEYWORD2 printOctal KEYWORD2 printBinary KEYWORD2 +printNewline KEYWORD2