Skip to content

Commit

Permalink
CoffeeScript.yaml: Add CoffeeScript language
Browse files Browse the repository at this point in the history
Related to coala#57
  • Loading branch information
kiy4h committed Nov 27, 2018
1 parent 12cabec commit 20d396e
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/Delimiter/triple_hash.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: comment
start: '###'
end: '###'
64 changes: 64 additions & 0 deletions data/Language/CoffeeScript.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
identifier: CoffeeScript
wikidata: Q1106819
aliases:
- coffee
creation_date: 20091213
extensions:
- coffee
- litcoffee
line_continuation:
- backslash
delimiters:
- hash
- triple_hash
- single_quote_slash_escape
- double_quote_slash_escape
- triple_single_quote
- triple_double_quote
- backticks
- curly_braces
- round_braces
- square_braces
keywords:
- Infinity
- NaN
- and
- arguments
- await
- break
- by
- catch
- class
- continue
- default
- defer
- delete
- do
- else
- extends
- finally
- for
- if
- in
- instanceof
- is
- isnt
- loop
- new
- not
- null
- of
- or
- return
- super
- switch
- then
- this
- throw
- try
- typeof
- undefined
- unless
- when
- while
- yield

0 comments on commit 20d396e

Please sign in to comment.