Skip to content

Commit aab4729

Browse files
committed
CoffeeScript.yaml: Add CoffeeScript language
Related to coala#57
1 parent 12cabec commit aab4729

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

data/Delimiter/triple_hash.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
type: comment
2+
start: '###'
3+
end: '###'

data/Language/CoffeeScript.yaml

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
identifier: CoffeeScript
2+
wikidata: Q1106819
3+
aliases:
4+
- coffee
5+
creation_date: 20091213
6+
extensions:
7+
- coffee
8+
- litcoffee
9+
line_continuation:
10+
- backslash
11+
delimiters:
12+
- hash
13+
- triple_hash
14+
- single_quote_slash_escape
15+
- double_quote_slash_escape
16+
- triple_single_quote
17+
- triple_double_quote
18+
- backticks
19+
- curly_braces
20+
- round_braces
21+
- square_braces
22+
keywords:
23+
- and
24+
- arguments
25+
- await
26+
- break
27+
- by
28+
- case
29+
- catch
30+
- class
31+
- const
32+
- continue
33+
- debugger
34+
- default
35+
- defer
36+
- delete
37+
- do
38+
- else
39+
- enum
40+
- export
41+
- extends
42+
- 'false'
43+
- finally
44+
- for
45+
- function
46+
- if
47+
- implements
48+
- import
49+
- in
50+
- Infinity
51+
- instanceof
52+
- interface
53+
- is
54+
- isnt
55+
- let
56+
- loop
57+
- NaN
58+
- native
59+
- new
60+
- 'no'
61+
- not
62+
- 'null'
63+
- of
64+
- 'off'
65+
- 'on'
66+
- or
67+
- package
68+
- private
69+
- protected
70+
- public
71+
- return
72+
- static
73+
- super
74+
- switch
75+
- then
76+
- this
77+
- throw
78+
- 'true'
79+
- try
80+
- typeof
81+
- undefined
82+
- unless
83+
- var
84+
- void
85+
- when
86+
- while
87+
- with
88+
- 'yes'
89+
- yield

0 commit comments

Comments
 (0)