Skip to content

Commit

Permalink
JavaScript.yaml: Add datatypes to JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
koru1130 authored and jayvdb committed Dec 16, 2018
1 parent d781c03 commit 9b62d85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/DataType/number_js.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Number
integer-min: '5e-324'
integer-max: '1.7976931348623157e+308'
integer-signed: true
8 changes: 8 additions & 0 deletions data/Language/JavaScript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ delimiters:
- round_braces
- square_braces
- backticks
datatypes:
- boolean_toml
- null_js
- undefined_js
- number_js
- string_js
- symbol_js
- object_js

0 comments on commit 9b62d85

Please sign in to comment.