-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add julia language support. #21
Conversation
Add julia language support
"default": [ | ||
"julia" | ||
] | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sbromberger thanks for making the PR 😃
is there any Julia language extension to install in VS Code? if yes, we should add that in README https://github.com/deerawan/vscode-dash#supported-docsets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is. Let me revise this PR.
added docset link
Update README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome @sbromberger 💃
@@ -51,6 +51,7 @@ HTML | html,svg,css,bootstrap,foundation,<br>awesome,statamic,javascript,jquery, | |||
Jade | jade | dash.docset.jade | |||
Java | java,javafx,grails,groovy,playjava,spring,<br>cvj,processing | dash.docset.java | [link](https://marketplace.visualstudio.com/items?itemName=redhat.java) | |||
JavaScript | javascript,jquery,jqueryui,jquerym,react,<br>angularjs,backbone,marionette,meteor,<br>sproutcore,moo,prototype,bootstrap,<br>foundation,lodash,underscore,ember,<br>sencha,extjs,titanium,knockout,zepto,<br>yui,d3,svg,dojo,coffee,nodejs,express,<br>grunt,mongoose,moment,require,<br>awsjs,jasmine,sails,sinon,chai,<br>html,css,cordova,phonegap,unity3d | dash.docset.javascript | |||
Julia | julia | dash.docset.julia | [link](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome 👍
Is it as simple as this?