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 28, 2018
1 parent 12cabec commit aab4729
Show file tree
Hide file tree
Showing 2 changed files with 92 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: '###'
89 changes: 89 additions & 0 deletions data/Language/CoffeeScript.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
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:
- and
- arguments
- await
- break
- by
- case
- catch
- class
- const
- continue
- debugger
- default
- defer
- delete
- do
- else
- enum
- export
- extends
- 'false'
- finally
- for
- function
- if
- implements
- import
- in
- Infinity
- instanceof
- interface
- is
- isnt
- let
- loop
- NaN
- native
- new
- 'no'
- not
- 'null'
- of
- 'off'
- 'on'
- or
- package
- private
- protected
- public
- return
- static
- super
- switch
- then
- this
- throw
- 'true'
- try
- typeof
- undefined
- unless
- var
- void
- when
- while
- with
- 'yes'
- yield

0 comments on commit aab4729

Please sign in to comment.