Added inherit keyword to Nix mode

This commit is contained in:
Zef Hemel 2013-09-10 14:13:21 +02:00
commit 3cd5ea654e

View file

@ -7,7 +7,7 @@ define(function(require, exports, module) {
var NixHighlightRules = function() {
var constantLanguage = "true|false";
var keywordControl = "with|import|if|else|then";
var keywordControl = "with|import|if|else|then|inherit";
var keywordDeclaration = "let|in|rec";
var keywordMapper = this.createKeywordMapper({