Skip to content

Commit

Permalink
add support for Arduino (#71)
Browse files Browse the repository at this point in the history
* add support for arduino by using fileName.
* add @akdir as a contributor
  • Loading branch information
akdir authored and deerawan committed Oct 25, 2019
1 parent ec4aa8b commit df95243
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@
"contributions": [
"code"
]
},
{
"login": "akdir",
"name": "akdir",
"avatar_url": "https://avatars0.githubusercontent.com/u/19649463?v=4",
"profile": "https://github.com/akdir",
"contributions": [
"code"
]
}
],
"repoType": "github",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Also support [Zeal](https://zealdocs.org/) and [Velocity](https://velocity.silverlakesoftware.com/).

[![Build Status](https://travis-ci.org/deerawan/vscode-dash.svg?branch=master)](https://travis-ci.org/deerawan/vscode-dash) [![Coverage Status](https://coveralls.io/repos/deerawan/vscode-dash/badge.svg?branch=master&service=github)](https://coveralls.io/github/deerawan/vscode-dash?branch=master)
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)

![vscode dash](https://raw.githubusercontent.com/deerawan/vscode-dash/master/images/vscode-dash.gif)

Expand Down Expand Up @@ -105,6 +105,7 @@ File Name | Dash Docset Keys | Docset Setting
vagrantfile | vagrant | dash.fileNameToDocsetMap["vagrantfile"]
gruntfile.js | grunt | dash.fileNameToDocsetMap["gruntfile.js"]
gulpfile.js | gulp | dash.fileNameToDocsetMap["gulpfile.js"]
*.ino | arduino | dash.fileNameToDocsetMap["*.ino"]

### What is `Dash Docset Keys`?

Expand Down Expand Up @@ -175,6 +176,7 @@ Thank you for these awesome contributors
<td align="center"><a href="https://www.upwork.com/fl/cuylerstuwe"><img src="https://avatars0.githubusercontent.com/u/20496944?v=4" width="100px;" alt="Cuyler Stuwe"/><br /><sub><b>Cuyler Stuwe</b></sub></a><br /><a href="https://github.com/deerawan/vscode-dash/commits?author=salembeats" title="Code">💻</a></td>
<td align="center"><a href="https://ozylog.com"><img src="https://avatars3.githubusercontent.com/u/534150?v=4" width="100px;" alt="Cahya Pribadi"/><br /><sub><b>Cahya Pribadi</b></sub></a><br /><a href="https://github.com/deerawan/vscode-dash/commits?author=ozylog" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/markokajzer"><img src="https://avatars3.githubusercontent.com/u/9379317?v=4" width="100px;" alt="Marko Kajzer"/><br /><sub><b>Marko Kajzer</b></sub></a><br /><a href="https://github.com/deerawan/vscode-dash/commits?author=markokajzer" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/akdir"><img src="https://avatars0.githubusercontent.com/u/19649463?v=4" width="100px;" alt="akdir"/><br /><sub><b>akdir</b></sub></a><br /><a href="https://github.com/deerawan/vscode-dash/commits?author=akdir" title="Code">💻</a></td>
</tr>
</table>

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@
],
"gulpfile.js": [
"gulp"
],
"*.ino": [
"arduino"
]
}
},
Expand Down Expand Up @@ -428,7 +431,7 @@
"@types/vscode": "^1.37.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"all-contributors-cli": "^6.9.1",
"all-contributors-cli": "^6.9.3",
"coveralls": "^3.0.6",
"eslint": "^6.1.0",
"husky": "^3.0.3",
Expand Down

0 comments on commit df95243

Please sign in to comment.