Skip to content

Commit

Permalink
Create library keywords map
Browse files Browse the repository at this point in the history
  • Loading branch information
dmadison committed Oct 4, 2020
1 parent 01ff0a6 commit 43156f1
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 43156f1

Please sign in to comment.