Skip to content

Commit afd67b9

Browse files
authored
Merge pull request #48 from dayanruben/master
Added Kotlin keyword
2 parents b4d2ac1 + d8b4014 commit afd67b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

DashDoc.sublime-settings

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Jade" : ["jade"],
2727
"Java" : ["java", "javafx", "grails", "groovy", "playjava", "spring", "cvj", "processing", "javadoc"],
2828
"JavaScript" : ["javascript", "jquery", "jqueryui", "jquerym", "angularjs", "backbone", "marionette", "meteor", "sproutcore", "moo", "prototype", "bootstrap", "foundation", "lodash", "underscore", "ember", "sencha", "extjs", "knockout", "zepto", "yui", "d3", "svg", "dojo", "coffee", "nodejs", "express", "mongoose", "moment", "require", "awsjs", "jasmine", "sinon", "grunt", "chai", "html", "css", "cordova", "phonegap", "unity3d", "titanium"],
29+
"Kotlin" : ["kotlin"],
2930
"Less" : ["less"],
3031
"Lisp" : ["lisp"],
3132
"Lua" : ["lua", "corona"],

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Mappings that are not overridden this way default to what is found in the `DashD
6767
"Jade" : ["jade"],
6868
"Java" : ["java", "javafx", "grails", "groovy", "playjava", "spring", "cvj", "processing"],
6969
"JavaScript" : ["javascript", "jquery", "jqueryui", "jquerym", "backbone", "marionette", "meteor", "sproutcore", "moo", "prototype", "bootstrap", "foundation", "lodash", "underscore", "ember", "sencha", "extjs", "knockout", "zepto", "yui", "d3", "svg", "dojo", "coffee", "nodejs", "express", "chai", "html", "css", "cordova", "phonegap", "unity3d"],
70+
"Kotlin" : ["kotlin"],
7071
"Less" : ["less"],
7172
"Lisp" : ["lisp"],
7273
"Lua" : ["lua", "corona"],

0 commit comments

Comments
 (0)