Skip to content

Commit

Permalink
Merge pull request #38 from dmadison/keywords
Browse files Browse the repository at this point in the history
Keywords Map
  • Loading branch information
witnessmenow authored Jul 7, 2021
2 parents 111660e + 43156f1 commit 8d59bed
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#######################################
# Syntax Coloring Map For Arduino YouTube API Library
#######################################

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

# Library
YoutubeApi KEYWORD1

# API Data
channelStatistics KEYWORD1

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

# API Member Functions
sendGetToYoutube KEYWORD2
getChannelStatistics KEYWORD2

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

#######################################
# Constants (LITERAL1)
#######################################

# Library Constants
YTAPI_HOST LITERAL1
YTAPI_SSL_PORT LITERAL1
YTAPI_TIMEOUT LITERAL1

0 comments on commit 8d59bed

Please sign in to comment.