Added inherit keyword to Nix mode
This commit is contained in:
parent
98d149f0b8
commit
3cd5ea654e
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue