From 20a26f01a43c758755159eb0d991b27c83dbae66 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 May 2015 12:55:48 +0200 Subject: Add header to .cli file Treat it as C++ to get some syntax highlighting. --- brep/options.cli | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/brep/options.cli b/brep/options.cli index 8da666f..da707a0 100644 --- a/brep/options.cli +++ b/brep/options.cli @@ -1,3 +1,7 @@ +// file : brep/options.cli -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + include ; include ; -- cgit v1.1