Go to file
Uy Ha e3dfc2cdca Stop treating command argument as special:
- Planning to move the highlight responsibility to the highlight query
- Stop trying to parse frequently used commands
- One test is failing because of `unquoted_argument`, planning to fix
2021-06-27 21:22:42 +02:00
bindings Unignore files 2021-04-10 16:29:19 +02:00
corpus Stop treating command argument as special: 2021-06-27 21:22:42 +02:00
src Stop treating command argument as special: 2021-06-27 21:22:42 +02:00
.gitignore Ignore scanner.obj 2021-06-26 02:16:24 +02:00
.prettierrc.toml Increase width 2021-06-16 21:36:50 +02:00
binding.gyp Unignore files 2021-04-10 16:29:19 +02:00
Cargo.toml Unignore files 2021-04-10 16:29:19 +02:00
grammar.js Stop treating command argument as special: 2021-06-27 21:22:42 +02:00
LICENSE Add license 2021-06-04 15:53:41 +02:00
package.json Add package details 2021-04-18 23:13:11 +02:00
README.rst Update README 2021-06-27 13:17:54 +02:00

==============================
A Tree-sitter parser for CMake
==============================

This project provides a `cmake` parser. Its primary use case is to provide a `cmake` parser for `nvim-treesitter`. The
project is still underdevelopment but basic highlighting should already work.