Bootstrap project
This commit is contained in:
commit
213f5afb11
18 changed files with 979 additions and 0 deletions
10
grammar.js
Normal file
10
grammar.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module.exports = grammar({
|
||||
name: "blueprint",
|
||||
|
||||
rules: {
|
||||
// TODO: add the actual grammar rules
|
||||
source_file: $ => 'hello',
|
||||
}
|
||||
});
|
||||
|
||||
// vim: foldmethod=marker sw=2
|
||||
Loading…
Add table
Add a link
Reference in a new issue