Skip to content

Use established KEYWORD_TOKENTYPE for global instance keywords #619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions libraries/SAMD_BootloaderUpdater/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@
# Datatypes (KEYWORD1)
################################################

SAMD_BootloaderUpdater KEYWORD2

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

needsUpdate KEYWORD2
update KEYWORD2

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

SAMD_BootloaderUpdater KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
Expand Down
10 changes: 3 additions & 7 deletions libraries/Wire/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# Datatypes (KEYWORD1)
#######################################

Wire KEYWORD2
Wire1 KEYWORD2

#######################################
# Methods and Functions (KEYWORD2)
#######################################
Expand All @@ -17,13 +20,6 @@ requestFrom KEYWORD2
onReceive KEYWORD2
onRequest KEYWORD2

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

Wire KEYWORD2
Wire1 KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
Expand Down