From 46a898d3560fdf8a8b578d5408319a8818057018 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 May 2019 20:59:56 -0700 Subject: [PATCH] Use correct field separator in keywords.txt The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords --- keywords.txt | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/keywords.txt b/keywords.txt index 70a28c4..6e583b9 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,6 +1,5 @@ -/* -Created by RobotCing Team -*/ +# Created by RobotCing Team + ########################################## # Syntax Coloring Map For Atmega8_IO_basic ########################################## @@ -8,19 +7,19 @@ Created by RobotCing Team ########################################## # Datatypes (KEYWORD1) ########################################## -Atmega8_IO_basic KEYWORD1 +Atmega8_IO_basic KEYWORD1 ########################################## # Methods and Functions (KEYWORD2) ########################################## -Cing KEYWORD2 -RunMotor KEYWORD2 -ReadLightSensor KEYWORD2 -ReadShineSensor KEYWORD2 -ReadButton KEYWORD2 -ReadButtonExternal KEYWORD2 -ReadProtentiometerExternal KEYWORD2 -ReadShineArray KEYWORD2 -ReadUltrasonicSensor KEYWORD2 +Cing KEYWORD2 +RunMotor KEYWORD2 +ReadLightSensor KEYWORD2 +ReadShineSensor KEYWORD2 +ReadButton KEYWORD2 +ReadButtonExternal KEYWORD2 +ReadProtentiometerExternal KEYWORD2 +ReadShineArray KEYWORD2 +ReadUltrasonicSensor KEYWORD2 ########################################## # Constants (LITERAL1) ##########################################