Commit Graph

  • edd9881642 Merge pull request #961 from couchand/patch-1 Arfon Smith 2014-04-21 10:38:29 -05:00
  • e46c6968ba merge master; regen samples Rick Bradley 2014-04-21 10:38:26 -05:00
  • 1528847249 Merge pull request #1052 from shrayas/cache-vendor-fix Brandon Keepers 2014-04-21 11:30:06 -04:00
  • 182aaf8fce Merge pull request #951 from github/javascript-nodejs-interpreter Brandon Keepers 2014-04-21 11:28:03 -04:00
  • d6dfa1dcbc Merge pull request #965 from pchaigno/systemverilog Arfon Smith 2014-04-21 10:25:20 -05:00
  • 6450d5861a Merge pull request #973 from whitten/patch-1 Rick Bradley 2014-04-21 08:16:59 -07:00
  • 9562b8ad3d Merge pull request #969 from pchaigno/aspectj Arfon Smith 2014-04-21 10:14:27 -05:00
  • 507248dd95 Merge pull request #1080 from github/979-update Arfon Smith 2014-04-21 10:03:22 -05:00
  • 19a67c07fe Merge branch 'master' into 979 Arfon Smith 2014-04-21 09:59:18 -05:00
  • 2ef130530d Merge remote-tracking branch 'upstream/master' into mercury-noconflict Sebastian Godelet 2014-04-18 12:28:18 +02:00
  • 0c6f4383a7 Merge pull request #1075 from github/release-2.10.12 v2.10.12 Rick Bradley 2014-04-17 13:26:12 -07:00
  • 97908204a3 2.10.12 Rick Bradley 2014-04-17 11:28:15 -05:00
  • 5606916d99 Oops, looks like this has to be alphabetical... Jasen Borisov 2014-04-17 20:50:37 +09:00
  • 3d4b682d63 Add .vshader, .fshader, .gshader files for GLSL. Jasen Borisov 2014-04-17 17:04:12 +09:00
  • 96561c24be change golang color to #3399ff Steven Normore 2014-04-16 16:59:26 -04:00
  • 0cd1566145 sorted the languages.yml file alphabetically Joe Kutner 2014-04-16 13:50:19 -05:00
  • b6aa9f9b12 Added ShellSession language using pygments Bash Session lexer Joe Kutner 2014-04-16 12:21:14 -05:00
  • b6d0a41718 Merge pull request #1063 from lucaswerkmeister/patch-1 Brandon Keepers 2014-04-16 09:57:21 -04:00
  • 0240b76cc3 Added Zephir language Gusakov Nikita 2014-04-15 16:24:30 +04:00
  • 3f96bcc32b Add .osm extension for XML Lucas Werkmeister 2014-04-12 01:55:29 +02:00
  • 9b8823ab3c Added Buildr 'Buildfile' and 'buildfile' MK 2014-04-11 10:18:20 -04:00
  • 8ba9446fcd temporarily set lexer to Text Only for Alloy Santiago Perez De Rosso 2014-04-07 22:44:35 -04:00
  • 04a6af4272 alloy support Santiago Perez De Rosso 2014-04-07 18:04:59 -04:00
  • a1641f2ffa Fixing cache vendor regex Shrayas Rajagopal 2014-04-07 11:35:28 +05:30
  • fe183c07f5 added .moo (parser definitions) to Mercury extension list Sebastian Godelet 2014-04-06 20:26:28 +02:00
  • a620d45635 added Mercury/ to 'vendor' directory Sebastian Godelet 2014-04-06 20:25:22 +02:00
  • fa9660d5a1 Included store.m in Mercury/samples, now 100% coverage in Mercury library/ and compiler/ Sebastian Godelet 2014-04-06 20:00:21 +02:00
  • 8b39d30a6e changed mercury extension to .mercury, to avoid conflict with Obj-C Sebastian Godelet 2014-04-06 18:36:05 +02:00
  • 090ffa4191 fixing merge conflict in vendor.yml Sebastian Godelet 2014-04-06 18:07:06 +02:00
  • 42194094a2 Add the Mercury language to linguist Paul Bone 2013-03-08 15:45:22 +11:00
  • 08058f9f2e Update vendor.yml Jerome Bakker 2013-10-25 17:02:04 +02:00
  • 3d76ba001f Update languages.yml Triangle717 2013-09-20 16:24:13 -04:00
  • 078a2877c7 Add support for the GAP language Max Horn 2014-04-04 23:46:39 +02:00
  • 9ae0bdbb43 Add R package ignores to vendor.yml Julian Gehring 2014-04-03 21:29:18 +02:00
  • 492aa12cad Updated the samples database file as recommended DX-MON 2014-04-03 11:18:36 +01:00
  • a22ba56596 Added support for Latte Mikulas 2014-04-03 10:02:06 +02:00
  • b6cadc93f2 Fix languages.yml 'interpreters' key documentation Mikulas 2014-04-03 10:17:14 +02:00
  • e79e45a74e Removed the matches variable from find_by_heuristics without re-breaking anything DX-MON 2014-04-02 22:22:22 +01:00
  • e661470bbb Merge branch 'master' of github.com:DX-MON/linguist dx-mon 2014-04-02 21:41:13 +01:00
  • af30a80702 Added two new heuristics tests for the new C/C++/Obj-C heuristics DX-MON 2014-04-02 21:41:02 +01:00
  • bab7ee4fcb Found my new heuristic was still not being used because heuristics had been switched off Rachel Mant 2014-04-02 20:17:33 +01:00
  • 6524ac3588 Fixed the C++ class matching regex that was breaking the test for C/jni_layer.h DX-MON 2014-04-02 20:08:47 +01:00
  • c432cd67fc Found out that nothing was ever getting returned from the heuristic function "find_by_heuristics", and that headers matching C, Obj-C and C++ were never getting checked heuristically DX-MON 2014-04-02 19:55:24 +01:00
  • 5c071a2e07 More regex goodness to improve the detection of C++ vs C DX-MON 2014-04-02 19:48:44 +01:00
  • cb10c53dee Fixed the failing patten for detecting C++-only headers DX-MON 2014-04-02 17:57:58 +01:00
  • a5fa26461c updated samples.json for new Rebol sample files draegtun 2014-04-02 16:41:47 +01:00
  • dfba2a31a5 Added the end statements for the two new if statmeents Rachel Mant 2014-04-02 13:44:17 +01:00
  • 667f3de26b Improved the Obj-C heuristic with a Regex matching multiple unique keywords Rachel Mant 2014-04-02 13:09:17 +01:00
  • fd585beb07 Improved the C++ heuristic for detecting based on included headers Rachel Mant 2014-04-02 12:55:29 +01:00
  • a3aaa1ec4d included sample and extension .ML extension for Standard ML files Aleks Kissinger 2014-04-02 12:41:54 +01:00
  • 5ddcdede74 Delete hello-world.r Barry Walsh 2014-03-28 13:58:41 +00:00
  • c4cdcc8db7 Another sample file for .r extension Barry Walsh 2014-03-28 13:57:50 +00:00
  • 7219ebdf3c Sample file for Rebol .r extension Barry Walsh 2014-03-28 13:57:07 +00:00
  • cd548c6ed6 Opps word instead of world! Barry Walsh 2014-03-28 13:55:31 +00:00
  • 75140f5d52 Sample file for .r3 Rebol extension Barry Walsh 2014-03-28 13:54:44 +00:00
  • 774303a846 Delete hello-rebol.r Barry Walsh 2014-03-28 13:53:22 +00:00
  • 6b18b25039 Add jQuery IntelliSense files to vendor.yml Paul Chaignon 2014-03-28 07:58:54 +01:00
  • bb2afbb03d Disambiguate .r extension between Rebol and R Barry Walsh 2014-03-27 16:54:24 +00:00
  • 50ddb0ba16 .inl file extension added in languages.yml Paul Chaignon 2014-03-24 21:24:54 +01:00
  • 556a98b525 C++ .inl file extension Paul Chaignon 2014-03-24 21:20:14 +01:00
  • 1f022a84ea Add SourcePawn language The Crimson Tautology 2014-03-23 12:50:35 -04:00
  • 110fa6d384 Add PureScript language & samples Gary Burgess 2014-03-21 23:55:20 +00:00
  • c971c14a83 Sample file for .r Rebol extension Barry Walsh 2014-03-21 18:07:16 +00:00
  • 4bec82a19e Sample file for .r3 Rebol extension Barry Walsh 2014-03-21 18:05:49 +00:00
  • 0c23050eaf Sample file for .r2 Rebol extension Barry Walsh 2014-03-21 18:05:14 +00:00
  • e1c81a8884 Sample file for .rebol Rebol extension Barry Walsh 2014-03-21 18:04:18 +00:00
  • 19e4dabf01 Sample file for .reb Rebol extension Barry Walsh 2014-03-21 18:03:03 +00:00
  • a98ad13af4 Rebol extension changes to languages.yml Barry Walsh 2014-03-21 15:09:37 +00:00
  • 24eb965adb Added Text only lexer for Stata. mwhite-IPA 2014-03-19 18:50:44 -04:00
  • 852957c769 Added .doh and .matah samples for Stata. mwhite-IPA 2014-03-19 17:38:06 -04:00
  • e1eff56d6a Added .ihlp sample for Stata. mwhite-IPA 2014-03-19 17:37:26 -04:00
  • 220ecabd8c Added .do sample for Stata. mwhite-IPA 2014-03-19 17:36:07 -04:00
  • 27ea8d0bf5 Added .mata sample for Stata. mwhite-IPA 2014-03-19 17:35:15 -04:00
  • 8f02926d68 Added .ado and .sthlp samples for Stata. mwhite-IPA 2014-03-19 17:33:26 -04:00
  • 1769083a85 Added Stata extensions. mwhite-IPA 2014-03-19 17:31:21 -04:00
  • 05c714af76 Trimmed white space. mwhite-IPA 2014-03-19 17:31:01 -04:00
  • ee3c9bcdbd Add misclassified Prolog samples Michael Hendricks 2014-03-17 08:56:45 -06:00
  • f39456ee47 Merge pull request #991 from waywardmonkeys/improve-dylan-support Ted Nyman 2014-03-15 18:13:41 -07:00
  • 911a532051 Changed the order of the Objective-C files. DavidSkrundz 2014-03-14 12:45:42 -06:00
  • 44910dbcd8 Added .h as an Objective-C file type DavidSkrundz 2014-03-14 12:28:45 -06:00
  • 42cb8ec3cf Reverted to the .matlab extension and added .m as another extension. DavidSkrundz 2014-03-14 09:39:36 -06:00
  • 957dd15d5b Add .lid and .intr extensions for Dylan. Bruce Mitchener 2014-03-14 22:03:31 +07:00
  • 1e9435c999 MATLAB uses .m files not .matlab. DavidSkrundz 2014-03-13 21:19:56 -06:00
  • dc1b0e3c48 Added Propeller Spin language to languages.yml Brett Weir 2014-03-13 14:49:11 -07:00
  • 2e731a1084 Merge pull request #978 from cronycle/master Ted Nyman 2014-03-13 14:37:25 -07:00
  • 869cf8ba11 Update D3.js in vendored list Albert Lyu 2014-03-13 16:20:04 -05:00
  • d394e8db21 Added a lexer definition (text only). I may build an Inform 7 highlighter/lexer someday, but not this week. Andrew Plotkin 2014-03-12 14:44:13 -04:00
  • a8b6267471 Merge branch 'master' of https://github.com/github/linguist Andrew Plotkin 2014-03-12 14:38:45 -04:00
  • 637682e452 Reordered Eagle to match placement in Samples, this should be the correct way I hope! sparkyswidgets 2014-03-11 22:14:15 -06:00
  • 38bd07a113 Merge pull request #832 from dasmithii/patch-2 Ted Nyman 2014-03-11 20:24:07 -07:00
  • 68b6152b42 Merge pull request #2 from SparkysWidgets/patch-3 Sparky's Widgets 2014-03-11 20:37:48 -06:00
  • a349f81e2d Delete EagleXMLfoo.sch Sparky's Widgets 2014-03-11 20:37:36 -06:00
  • 8c2e41cc99 Merge pull request #1 from SparkysWidgets/patch-1 Sparky's Widgets 2014-03-11 20:37:07 -06:00
  • 6c0618f75a Delete EagleXMLfoo.brd Sparky's Widgets 2014-03-11 20:34:18 -06:00
  • b1eed16422 Modified sch and brd anmes to reflect parent folder sparkyswidgets 2014-03-11 20:33:18 -06:00
  • 432f27480e This should order Eagle above ECL sparkyswidgets 2014-03-11 20:23:31 -06:00
  • 23addec9a9 Removing lower case folder to match order sparkyswidgets 2014-03-11 20:22:11 -06:00
  • e50cc9b210 Just Maybe this will work! sparkyswidgets 2014-03-11 19:57:00 -06:00
  • 58d865f293 reording folder list, got out of order for some reason sparkyswidgets 2014-03-11 19:33:24 -06:00
  • b69fef2c39 Added Eagle XML sch and brd Samples sparkyswidgets 2014-03-11 18:52:39 -06:00