From 90cb7ebae52e54f61b732150656a8cc307a7ac11 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Thu, 16 Mar 2023 17:59:42 +0100 Subject: [PATCH] add compiler.rs + rename couch lang to couch --- editors/vim/syntax/chl.vim | 2 +- src/compiler.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/compiler.rs diff --git a/editors/vim/syntax/chl.vim b/editors/vim/syntax/chl.vim index 8316047..fb3524a 100644 --- a/editors/vim/syntax/chl.vim +++ b/editors/vim/syntax/chl.vim @@ -1,5 +1,5 @@ " Vim syntax file -" Language: Couch Lang +" Language: Couch " Maintainer: Simon From Jakobsen " Latest Revision: 1 January 1970 diff --git a/src/compiler.rs b/src/compiler.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/compiler.rs @@ -0,0 +1 @@ +