mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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.
This commit is contained in:
@@ -1734,6 +1734,7 @@ mupad:
|
||||
nesC:
|
||||
type: programming
|
||||
color: "#ffce3b"
|
||||
lexer: nesc
|
||||
primary_extension: .nc
|
||||
|
||||
ooc:
|
||||
|
||||
Reference in New Issue
Block a user