Merge pull request #1106 from github/924-update

924 update
This commit is contained in:
Arfon Smith
2014-04-22 10:29:14 -05:00
3 changed files with 30 additions and 3 deletions

View File

@@ -1002,6 +1002,12 @@ KRL:
type: programming
color: "#f5c800"
primary_extension: .krl
Kit:
type: markup
lexer: HTML
ace_mode: html
primary_extension: .kit
Kotlin:
type: programming

View File

@@ -227,6 +227,9 @@
"Julia": [
".jl"
],
"Kit": [
".kit"
],
"Kotlin": [
".kt"
],
@@ -644,8 +647,8 @@
".gemrc"
]
},
"tokens_total": 581045,
"languages_total": 682,
"tokens_total": 581051,
"languages_total": 683,
"tokens": {
"ABAP": {
"*/**": 1,
@@ -31618,6 +31621,14 @@
"end": 3,
"return": 1
},
"Kit": {
"<section>": 1,
"<h1>": 1,
"</h1>": 1,
"<p>": 1,
"</p>": 1,
"</section>": 1
},
"Kotlin": {
"package": 1,
"addressbook": 1,
@@ -60611,6 +60622,7 @@
"JSONiq": 151,
"JSONLD": 18,
"Julia": 247,
"Kit": 6,
"Kotlin": 155,
"KRL": 25,
"Lasso": 9849,
@@ -60780,6 +60792,7 @@
"JSONiq": 2,
"JSONLD": 1,
"Julia": 1,
"Kit": 1,
"Kotlin": 1,
"KRL": 1,
"Lasso": 4,
@@ -60883,5 +60896,5 @@
"YAML": 2,
"Zephir": 2
},
"md5": "bc5614826b2a2aa76b91d0ffa11fa8fd"
"md5": "9841f9a393cc7a4683cc6edf9b313627"
}

8
samples/Kit/demo.kit Normal file
View File

@@ -0,0 +1,8 @@
<!-- $pageTitle: The Kit Language -->
<section>
<h1><!-- $pageTitle --></h1>
<p>
<!-- @include "loremipsum" -->
</p>
</section>