Add grammar.js

This commit is contained in:
Uy Ha 2021-04-06 22:55:44 +02:00
parent 0904dc56fb
commit 413ed6e8c2

7
grammar.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = grammar({
name: 'CMake',
rules: {
source_file: $ => 'hello'
}
})