From df448c0761ffd2a912d163e93b5eeab02b3c5230 Mon Sep 17 00:00:00 2001 From: Pat Pannuto Date: Mon, 6 May 2013 18:06:43 -0400 Subject: [PATCH] Add support for nesC nesC is an embedded systems language. It it is a stable product (~10 years old) primarily used for TinyOS, an embedded operating system. Development has recently moved to github (https://github.com/tinyos/nesc). Pygments has now pulled the nesC lexer as of 2013/5/6: https://bitbucket.org/birkenfeld/pygments-main/pull-request/166/ Please let me know if I need to do anything else / add more information. --- lib/linguist/languages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 6b52b301..d21b2b28 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1451,6 +1451,11 @@ mupad: lexer: MuPAD primary_extension: .mu +nesC: + type: programming + color: "#ffce3b" + primary_extension: .nc + ooc: type: programming lexer: Ooc