Skip to content

Commit 8572948

Browse files
committed
Compatible with 1.5.x format. Added keywords
1 parent 661955e commit 8572948

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

keywords.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#######################################
2+
# Syntax Coloring
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
LinkedList KEYWORD1
10+
ListNode KEYWORD1
11+
12+
#######################################
13+
# Methods and Functions (KEYWORD2)
14+
#######################################
15+
16+
size KEYWORD2
17+
add KEYWORD2
18+
unshift KEYWORD2
19+
set KEYWORD2
20+
remove KEYWORD2
21+
pop KEYWORD2
22+
shift KEYWORD2
23+
get KEYWORD2
24+
clear KEYWORD2
25+
26+
#######################################
27+
# Constants (LITERAL1)
28+
#######################################

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=LinkedList
2+
version=1.2.2
3+
author=Ivan Seidel <[email protected]>
4+
maintainer=Ivan Seidel <[email protected]>
5+
sentence=A fully implemented LinkedList made to work with Arduino projects
6+
paragraph=The objective of this library is to create a pattern for projects. If you need to use a List of: int, float, objects, Lists or Wales. This is what you are looking for.
7+
category=Data Processing
8+
url=https://github.com/ivanseidel/LinkedList
9+
architectures=*

0 commit comments

Comments
 (0)