diff options
author | dundargoc <gocdundar@gmail.com> | 2022-10-21 11:47:27 +0200 |
---|---|---|
committer | dundargoc <gocdundar@gmail.com> | 2022-10-21 11:48:12 +0200 |
commit | 0f911390744f0836604b70f4ebb496dbe372400d (patch) | |
tree | 22478e219dca325e6b7c755f5f4e7769f9184d58 /cmake.deps/cmake/TreesitterCMakeLists.txt | |
parent | bc7daddaf00e50bb3c985b2613763045307d159b (diff) | |
download | rneovim-0f911390744f0836604b70f4ebb496dbe372400d.tar.gz rneovim-0f911390744f0836604b70f4ebb496dbe372400d.tar.bz2 rneovim-0f911390744f0836604b70f4ebb496dbe372400d.zip |
build(cmake): add modelines to enable syntax highlighting
Diffstat (limited to 'cmake.deps/cmake/TreesitterCMakeLists.txt')
-rw-r--r-- | cmake.deps/cmake/TreesitterCMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake.deps/cmake/TreesitterCMakeLists.txt b/cmake.deps/cmake/TreesitterCMakeLists.txt index e20b47dd74..69372bd2b0 100644 --- a/cmake.deps/cmake/TreesitterCMakeLists.txt +++ b/cmake.deps/cmake/TreesitterCMakeLists.txt @@ -19,3 +19,5 @@ install(FILES include(GNUInstallDirs) install(TARGETS tree-sitter LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) + +# vim: set ft=cmake: |