Skip to content

Commit 1eb4b67

Browse files
authored
Use correct field separator in keywords.txt
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.
1 parent c32864d commit 1eb4b67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

keywords.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Arduino_POSIXStorage KEYWORD1
1212
# Methods and Functions (KEYWORD2)
1313
#######################################
1414

15-
mount KEYWORD2
16-
unmount KEYWORD2
17-
register_hotplug_callback KEYWORD2
18-
deregister_hotplug_callback KEYWORD2
19-
mkfs KEYWORD2
15+
mount KEYWORD2
16+
unmount KEYWORD2
17+
register_hotplug_callback KEYWORD2
18+
deregister_hotplug_callback KEYWORD2
19+
mkfs KEYWORD2
2020

2121
#######################################
2222
# Constants (LITERAL1)
23-
#######################################
23+
#######################################

0 commit comments

Comments
 (0)