mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-10 18:29:34 +00:00
@@ -88,6 +88,6 @@ Almost all bug fixes or new language additions should come with some additional
|
|||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
Sometimes getting the tests running can be too much work, especially if you don't have much Ruby experience. Its okay, be lazy and let our build bot [Travis](http://travis-ci.org/#!/github/linguist) run the tests for you. Just open a pull request and the bot will start cranking away.
|
Sometimes getting the tests running can be too much work, especially if you don't have much Ruby experience. It's okay, be lazy and let our build bot [Travis](http://travis-ci.org/#!/github/linguist) run the tests for you. Just open a pull request and the bot will start cranking away.
|
||||||
|
|
||||||
Heres our current build status, which is hopefully green: [](http://travis-ci.org/github/linguist)
|
Here's our current build status, which is hopefully green: [](http://travis-ci.org/github/linguist)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# version of pygments.
|
# version of pygments.
|
||||||
#
|
#
|
||||||
# type - Either data, programming, markup, or nil
|
# type - Either data, programming, markup, or nil
|
||||||
# lexer - An explicit lexer String (defaults to name.downcase)
|
# lexer - An explicit lexer String (defaults to name)
|
||||||
# aliases - An Array of additional aliases (implicitly
|
# aliases - An Array of additional aliases (implicitly
|
||||||
# includes name.downcase)
|
# includes name.downcase)
|
||||||
# ace_mode - A String name of Ace Mode (if available)
|
# ace_mode - A String name of Ace Mode (if available)
|
||||||
@@ -1041,6 +1041,13 @@ Rebol:
|
|||||||
Redcode:
|
Redcode:
|
||||||
primary_extension: .cw
|
primary_extension: .cw
|
||||||
|
|
||||||
|
Rouge:
|
||||||
|
type: programming
|
||||||
|
lexer: Clojure
|
||||||
|
ace_mode: clojure
|
||||||
|
color: "#cc0088"
|
||||||
|
primary_extension: .rg
|
||||||
|
|
||||||
Ruby:
|
Ruby:
|
||||||
type: programming
|
type: programming
|
||||||
ace_mode: ruby
|
ace_mode: ruby
|
||||||
|
|||||||
Reference in New Issue
Block a user