Add JC_Button to keywords file so that syntax highlighting works on #include statement. Closes #25.

This commit is contained in:
JChristensen
2019-10-03 12:29:46 -04:00
parent 8da4933e9d
commit f379405f8a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
JC_Button KEYWORD1
Button KEYWORD1
ToggleButton KEYWORD1
begin KEYWORD2

View File

@@ -1,5 +1,5 @@
name=JC_Button
version=2.1.1
version=2.1.2
author=Jack Christensen <jack.christensen@outlook.com>
maintainer=Jack Christensen <jack.christensen@outlook.com>
sentence=Arduino library to debounce button switches, detect presses, releases, and long presses.