aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/libtermkeyCMakeLists.txt
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2022-10-21 11:47:27 +0200
committerdundargoc <gocdundar@gmail.com>2022-10-21 11:48:12 +0200
commit0f911390744f0836604b70f4ebb496dbe372400d (patch)
tree22478e219dca325e6b7c755f5f4e7769f9184d58 /cmake.deps/cmake/libtermkeyCMakeLists.txt
parentbc7daddaf00e50bb3c985b2613763045307d159b (diff)
downloadrneovim-0f911390744f0836604b70f4ebb496dbe372400d.tar.gz
rneovim-0f911390744f0836604b70f4ebb496dbe372400d.tar.bz2
rneovim-0f911390744f0836604b70f4ebb496dbe372400d.zip
build(cmake): add modelines to enable syntax highlighting
Diffstat (limited to 'cmake.deps/cmake/libtermkeyCMakeLists.txt')
-rw-r--r--cmake.deps/cmake/libtermkeyCMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake.deps/cmake/libtermkeyCMakeLists.txt b/cmake.deps/cmake/libtermkeyCMakeLists.txt
index 6c02b7549d..b419d38d7b 100644
--- a/cmake.deps/cmake/libtermkeyCMakeLists.txt
+++ b/cmake.deps/cmake/libtermkeyCMakeLists.txt
@@ -32,3 +32,5 @@ foreach(f ${TESTSOURCES})
target_link_libraries("test_${t}" termkey)
add_test("${t}" "test_${t}")
endforeach()
+
+# vim: set ft=cmake: