Add grammar.js
This commit is contained in:
parent
0904dc56fb
commit
413ed6e8c2
7
grammar.js
Normal file
7
grammar.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
module.exports = grammar({
|
||||||
|
name: 'CMake',
|
||||||
|
|
||||||
|
rules: {
|
||||||
|
source_file: $ => 'hello'
|
||||||
|
}
|
||||||
|
})
|
Loading…
Reference in a new issue