tree-sitter-cmake/grammar.js

8 lines
93 B
JavaScript
Raw Normal View History

2021-04-06 16:55:44 -04:00
module.exports = grammar({
name: 'CMake',
rules: {
source_file: $ => 'hello'
}
})