Ted Nyman
1b96f87888
Update samples
2013-12-11 15:13:27 -08:00
Ted Nyman
4d40cab954
Ad .sc sample
2013-12-11 15:06:14 -08:00
Ted Nyman
4533b9baaa
Merge pull request #822 from akre54/stylus-support
...
Add stylus support
2013-12-11 15:03:42 -08:00
Ted Nyman
17d54d61b4
Add .sc extension for Scala
2013-12-11 14:57:47 -08:00
mmhelloworld
bc923bb6b1
Add Frege language
...
What is Frege?
-------------
Frege is a non-strict, pure functional programming language in the spirit of Haskell for the JVM.
It enjoys a strong static type system with type inference.
Higher rank types are supported, though type annotations are required for that.
Frege programs are compiled to Java and run in a JVM.
Existing Java Classes and Methods can be used seamlessly from Frege.
The Frege programming language is named after and in honor of Gottlob Frege.
Project State:
-------------
The compiler, an Eclipse plugin and a provisional version of the documentation can be downloaded
from here https://github.com/Frege/frege/releases .
The REPL can be downloaded from here
https://github.com/Frege/frege-repl/releases .
An online REPL is running here
http://try.frege-lang.org/ .
Examples:
--------
1) Command Line Clock: https://github.com/Frege/frege/blob/master/examples/CommandLineClock.fr
2) Brainfuck: https://github.com/Frege/frege/blob/master/examples/Brainfuck.fr
3) Concurrency: https://github.com/Frege/frege/blob/master/examples/Concurrent.fr
4) Sudoku: https://github.com/Frege/frege/blob/master/examples/Sudoku.fr
5) Java Swing examples: https://github.com/Frege/frege/blob/master/examples/SwingExamples.fr
2013-12-10 23:36:05 -05:00
Ted Nyman
2a867c9c7f
Merge pull request #823 from github/pod
...
Add separate entry for Pod format
2013-12-10 07:54:25 -08:00
Ted Nyman
5a4bbf42c1
Keep .pod extension for now
2013-12-10 07:53:51 -08:00
Brandon Keepers
27092191a8
Wrap .tex
2013-12-10 10:35:28 -05:00
Brandon Keepers
2e4fbe3430
Create separate entry for .pod
2013-12-10 10:26:55 -05:00
waddlesplash
aa78060e41
Adding QMake (Make-like) language.
...
Mostly because the file extension conflicts with that of Prolog.
2013-12-10 10:23:13 -05:00
Adam Krebs
64f77293e8
set stylus lexer to be text only for now
2013-12-10 09:40:06 -05:00
Adam Krebs
fc9bc8b9e1
Add stylus support
2013-12-09 22:42:57 -05:00
Ted Nyman
11207283c8
Merge pull request #819 from github/tell-me-a-story-of-prose
...
Explicitly mention prose types as `prose`
2013-12-08 18:36:18 -08:00
Garen Torikian
8552ec35b3
Cleanup languages file to fix tests
2013-12-08 16:41:56 -08:00
Garen Torikian
5fdc2e12bf
Alphabetize RST correctly
2013-12-08 16:33:59 -08:00
Garen Torikian
37c8a94369
Include RST in the languages list
2013-12-08 16:19:19 -08:00
Garen Torikian
7d17d69c1b
Set Textile as a prose language
2013-12-08 16:19:08 -08:00
Garen Torikian
ee519aeb4b
Add helper method to retrieve languages by type
2013-12-08 16:12:03 -08:00
Garen Torikian
a825a013d6
Explicitly mention prose types within languages.yml
2013-12-08 16:11:47 -08:00
Ted Nyman
b4906fc3b8
Bit of docs
2013-12-08 15:24:53 -08:00
Garen Torikian
5c602d0a4e
Revert "Revert "Merge pull request #695 from github/detect-prose""
2013-12-08 13:51:27 -08:00
Daniel Fahlke
96084fa59a
recognize composer.lock as generated file
2013-12-08 21:31:29 +01:00
Ted Nyman
2315cdb993
Merge pull request #816 from sgallagher/master
...
Add .lmi to Python extensions
2013-12-06 22:28:05 -08:00
Ted Nyman
c089b3f28f
Update samples
2013-12-06 22:09:29 -08:00
Ted Nyman
7e178cc416
Place guards, checks for multiline shell hacks
2013-12-06 22:04:40 -08:00
Ted Nyman
8603760ebe
Merge branch 'master' into more-687
2013-12-06 20:32:22 -08:00
remixz
9cae54bb55
Add Dogescript support
2013-12-06 16:15:34 -08:00
Stephen Gallagher
5bbffb00f5
Add .lmi to Python extensions
...
The OpenLMI project provides a scripting environment based on
Python (wrapping the Python interpreter with the 'lmishell'
command). Python scripts intended to be executed via lmishell are
conventionally given the suffix .lmi to identify them. Since the
syntax is identical to that of Python, it would be best to
identify it that way.
2013-12-06 09:40:10 -05:00
elofgren
89795ebd1f
bundle fix
...
Lets see if this fixes the failing tests
2013-12-05 17:33:20 -05:00
Pat Pannuto
5fb6f34d8a
Add misser lexer entry for nesC to languages.yml
...
The nesC entry in the languages.yml file was missing a lexer entry
and thus wasn't getting picked up. This adds the required lexer line.
2013-12-05 14:55:00 -05:00
Max Peterson
834f37810b
Merge branch 'master' into brightscript_support
...
Conflicts:
lib/linguist/samples.json
2013-12-05 13:02:00 -06:00
Ted Nyman
7e9bc26796
Merge pull request #740 from danluu/vhdl_extensions
...
Add common VHDL file extensions
2013-12-04 15:49:16 -08:00
Giacom
a04b9dd7cd
Updated the DM language to use the C++ lexer.
2013-12-04 12:07:46 +00:00
Rob Hoelz
f1ffc9e581
Remove duplicate extensions for Perl 6
2013-12-04 11:22:17 +01:00
Ted Nyman
de636f1c0b
Colors for agda and tex
2013-12-04 02:08:58 -08:00
Rob Hoelz
ec6ef033a1
Update samples file
2013-12-04 08:18:17 +01:00
Rob Hoelz
d66147a277
Add Perl6 to languages.yml
2013-12-04 08:10:58 +01:00
Charlie Somerville
bf11900bc9
prefer to load from languages.json if it exists
2013-12-04 15:58:34 +11:00
Eric Lofgren
3ecc1f883c
Basic SAS
...
Just an entry for SAS with the basic .sas file extension and two
examples.
2013-12-03 14:48:55 -05:00
Aaron Puchert
86329a0758
Forgot parantheses
2013-12-03 17:21:43 +01:00
Charlie Somerville
27c9774d1b
prefer JSON, but fall back to YAML if JSON isn't available
2013-12-03 15:55:25 +11:00
Charlie Somerville
10cadb8725
use JSON instead of YAML for loading samples.json
2013-12-03 15:51:24 +11:00
Ted Nyman
9a5d52e460
Update samples
2013-11-24 10:59:52 -08:00
Ted Nyman
a8ae3d3ae5
Just the extensions for now
2013-11-24 10:58:47 -08:00
Nathanaël Lécaudé
f64a589e98
Moved the Max examples to the Max folder
2013-11-24 13:54:10 -05:00
Nathanaël Lécaudé
72026d3a3d
Changed primary extension for Max
...
Changed primary extension for Max to .maxpat
.mxt is a legacy file format.
2013-11-24 13:36:26 -05:00
Aaron Puchert
53f29344f8
Changed PostScript type to 'markup'
2013-11-24 18:04:44 +01:00
Aaron Puchert
0436973fb7
Add detection for generated PostScript files.
2013-11-24 18:04:20 +01:00
Ted Nyman
3a8651e31f
Merge pull request #790 from hkdobrev/composer-lock
...
Add composer.lock to JSON filenames
2013-11-23 16:39:52 -08:00
Mike Purvis
b59d80b00c
Add five new extensions to XML, YAML in support of ROS usage.
...
These extensions are in common use in packages part of ROS, the Robot Operating System.
[urdf](http://wiki.ros.org/urdf ), [srdf](http://wiki.ros.org/srdf ): These are Robot Description Files, XML documents which describe the physical realities of a robotics platform, for the purposes of consumption by common libraries.
[xacro](http://wiki.ros.org/xacro ) is for input files to the XML macro processor xacro, which is used in ROS to output URDF and SRDF files.
[launch](http://wiki.ros.org/roslaunch/XML ): Documents which describe sets of ROS nodes to launch together.
[rviz](https://github.com/ros-visualization/rviz/blob/hydro-devel/default.rviz ): YAML configuration files belonging to the [rviz](http://wiki.ros.org/rviz#Overview ) utility.
Each one has been in use for several years in various ROS-related applications; lots of examples should be apparent in orgs like ros, ros-drivers, ros-visualization, pr2, turtlebot, husky, etc.
Thanks for your consideration!
2013-11-23 19:31:05 -05:00