From 3673a1a6f0c007c0eeecd753aed7bb1a97ae304f Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 5 Jul 2020 00:40:59 -0700 Subject: [PATCH] [skip ci] Remove duplicate content re: keywords.txt from platform specification The documentation for the keywords.txt formatting should be maintained in one location. --- docs/platform-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-specification.md b/docs/platform-specification.md index 513ecb91199..573229ffe6b 100644 --- a/docs/platform-specification.md +++ b/docs/platform-specification.md @@ -595,4 +595,4 @@ Introduced in Arduino IDE 1.6.6. This file can be used to override properties de ## keywords.txt -As of Arduino IDE 1.6.6, per-platform keywords can be defined by adding a keywords.txt file to the platform's architecture folder. These keywords are only highlighted in the Arduino IDE when one of the boards of that platform are selected. This file follows the [same format](library-specification.md#keywords) as the keywords.txt used in libraries. Each keyword must be separated from the keyword identifier by a tab. +As of Arduino IDE 1.6.6, per-platform keywords can be defined by adding a keywords.txt file to the platform's architecture folder. These keywords are only highlighted in the Arduino IDE when one of the boards of that platform are selected. This file follows the [same format](library-specification.md#keywords) as the keywords.txt used in libraries.