add nix infrastructure to build the grammar
This commit is contained in:
8
grammar.js
Normal file
8
grammar.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = grammar({
|
||||
name: 'nixshell',
|
||||
|
||||
rules: {
|
||||
// TODO: add the actual grammar rules
|
||||
source_file: $ => 'hello'
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user