From 66556c81c37e488e0c505b4362f88dc1bad1c62d Mon Sep 17 00:00:00 2001 From: Jeffrey Kegler Date: Fri, 17 Feb 2012 03:07:41 -0800 Subject: [PATCH] Add Cweb files to C. Cweb is Don Knuth's literate programming system for C programming. Caveats: I have NOT tested, and do NOT know Ruby. In other words, I'm guessing this is the fix. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 1e0df216..1fcb25c6 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -128,6 +128,7 @@ C: extensions: - .c - .h + - .w C#: type: programming