summaryrefslogtreecommitdiff
path: root/installed-tests/minijasmine.cpp
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2017-04-16 14:16:59 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2017-04-16 14:43:01 -0700
commit9e4169eba3f773dccb80ed089acd82fca1fa9722 (patch)
tree629e2c812830e6dbc64c562034b416ecd3c9e1ef /installed-tests/minijasmine.cpp
parentaa60fc5df9820dbef2fb0a4d42afd6ac0f612adb (diff)
downloadgjs-9e4169eba3f773dccb80ed089acd82fca1fa9722.tar.gz
maint: Use correct mode lines in all files
I finally figured out why my highlighting was always messed up; the mode lines in all these files said "C" whereas they were C++ or JS files. This was in such a blind spot that I even copied it to new files that I had created in the meantime... Unreviewed.
Diffstat (limited to 'installed-tests/minijasmine.cpp')
-rw-r--r--installed-tests/minijasmine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installed-tests/minijasmine.cpp b/installed-tests/minijasmine.cpp
index 2f40ed44..89e90a6a 100644
--- a/installed-tests/minijasmine.cpp
+++ b/installed-tests/minijasmine.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
/*
* Copyright (c) 2016 Philip Chimento
*