Bradley Meck
|
38bc5fd336
|
added .mjs extension to JavaScript (#3783)
* added .mjs extension to JavaScript
* add missing newline at end of file
* add example from https://github.com/bmeck/composable-ast-walker/blob/master/example/constant_fold.mjs
|
2017-09-07 09:56:36 +01:00 |
|
Zach Brock
|
f98ab593fb
|
Detect Javascript files generated by Protocol Buffers.
|
2017-01-03 16:07:26 -08:00 |
|
Nate Whetsell
|
48e4394d87
|
Add Jison-generated JavaScript to generated files (#3393)
* Fix typos
* Add Jison-generated JavaScript to generated files
|
2017-01-03 14:08:29 -08:00 |
|
John Gardner
|
24b368a30c
|
Add ".es" to recognised ECMAScript extensions
* Add ".es" to recognised JavaScript extensions
* Add heuristic to differentiate Erlang from ECMAScript
* Add test-case for .es heuristic
|
2016-03-29 13:36:13 -06:00 |
|
Matias Insaurralde
|
daef164163
|
adding jscad sample file
|
2015-11-03 00:24:15 -03:00 |
|
Vighnesh Rege
|
6d2aa601cd
|
Added tests
|
2015-05-12 12:53:59 -07:00 |
|
Brandon Keepers
|
8a42f76f03
|
Remove .script! hack
|
2015-04-17 14:09:05 +12:00 |
|
Paul Chaignon
|
7dd318ca76
|
Use namespace.js for the heuristic test with no match
|
2014-12-02 20:36:18 -05:00 |
|
Arfon Smith
|
9b22b2973f
|
Merge branch 'master' into google-apps
Conflicts:
lib/linguist/heuristics.rb
lib/linguist/samples.json
|
2014-11-30 21:11:59 -06:00 |
|
Brandon Keepers
|
754bc4ef6d
|
Remove more empty samples
|
2014-11-06 14:56:19 -06:00 |
|
Vivek Galatage
|
d8b4d4639c
|
Sample JSBuild file showing the usage javascript as scripting language.
|
2014-09-22 00:15:35 +05:30 |
|
Michael Johnson
|
410aace222
|
Adding Google Apps Script (.gs) as a JavaScript extension.
|
2014-08-24 17:00:37 -04:00 |
|
Christian Theilemann
|
f92fed60f8
|
Add .xsjs and .xsjslib as JavaScript file extension
.xsjs and .xsjslib is used to denote server-side JavaScript files in SAP
HANA XS
|
2014-06-22 15:24:21 +02:00 |
|
Paul Chaignon
|
a148d52aed
|
.frag file extension added for JavaScript with some new samples
|
2014-05-07 13:42:46 +02:00 |
|
Patrick Reynolds
|
f363b198e1
|
more and better samples for Nu, Racket, Scala
- 99 bottles of beer is more substantial than hello world
- also fixed chmod 755 on several .script! files
|
2013-06-06 16:53:16 -05:00 |
|
Joshua Peek
|
16a67cb852
|
Move shebang detection into classifier
Fixes #203
|
2012-08-03 15:07:36 -05:00 |
|
Joshua Peek
|
7b6caa0f6c
|
Rename samples subdirectories
|
2012-07-23 15:52:49 -05:00 |
|