From 9c8ece1538d31dba9a416c9f29f88e18510f4c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Ma=C5=BEeikis?= Date: Sat, 18 May 2019 16:32:20 +0300 Subject: Whole-project: partial implementation of protocol. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit is part of ticket #31. Branch is not in a compiling state. Work is being done on utility functions and protocol implementation. To be completed later. Signed-off-by: Ramūnas Mažeikis --- project.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 project.vim (limited to 'project.vim') diff --git a/project.vim b/project.vim new file mode 100644 index 0000000..024222d --- /dev/null +++ b/project.vim @@ -0,0 +1,3 @@ +syn keyword ProjectTypes fpi1_t + +hi ProjectTypes ctermfg=green -- cgit v1.2.3