0

I tried to change the color of the words but nothing happens, I do not know what I'm doing wrong. I am using official Arduino editor of code with words.txt

#######################################
# Syntax Coloring Map For testing
#######################################

#######################################
# Datatypes (KEYWORD1)
#######################################

Test    KEYWORD1 
Diego   KEYWORD1
Ulises  KEYWORD1
PALMA   KEYWORD1 

#######################################
# Methods and Functions (KEYWORD2)
#######################################

doSomething KEYWORD2
Argentina   KEYWORD2
Brasil      KEYWORD2
Alemania    KEYWROD2
Chile       KEYWORD2

#######################################
# Instances (KEYWORD2)
#######################################

#######################################
# Constants (LITERAL1)
#######################################
5
  • The of this page www.Arduino.cc Commented Jun 10, 2017 at 21:14
  • ARDUINO 1.8.3, es aquí arduino.cc/en/Main/Software Commented Jun 10, 2017 at 21:18
  • An IDE is a tool that helps us to develop our applications in a friendly way Commented Jun 10, 2017 at 21:22
  • is the editor of code Commented Jun 10, 2017 at 21:23
  • I'm sorry my communication in English is not perfect .. Arduino ide or Arduino Aide I was referring to using the text editor Commented Jun 10, 2017 at 21:28

1 Answer 1

0

The question's reference to “official Arduino with words.txt” is rather ambiguous. So far there has not been any clarification whether the question refers to the usual Arduino IDE environment.

However, supposing the question intended to refer to the usual environment, note that the Library Tutorial document at arduino.cc says to do the following to set up a list of highlighted keywords:

Create a file called keywords.txt in the [library] directory

Thus, renaming your words.txt to keywords.txt may solve the problem.

1
  • Just to clarify, tabs need to be used as separators in the keywords.txt file, as spaces will not work. Commented Jun 10, 2017 at 23:09

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.