mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-24 10:31:54 +00:00
tests for emacs modeline regex
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// -*- c++ -*-
|
||||
template <typename X> class { X i; };
|
||||
@@ -0,0 +1,2 @@
|
||||
// -*- mode:C++ -*-
|
||||
template <typename X> class { X i; };
|
||||
@@ -0,0 +1,2 @@
|
||||
// -*- font:bar;mode:c++ -*-
|
||||
template <typename X> class { X i; };
|
||||
@@ -0,0 +1,2 @@
|
||||
// -*-foo:bar;mode:c++;bar:foo-*-
|
||||
template <typename X> class { X i; };
|
||||
@@ -0,0 +1,2 @@
|
||||
// -*- foo : bar ; mode : c++ ; bar : foo -*-
|
||||
template <typename X> class { X i; };
|
||||
@@ -0,0 +1,2 @@
|
||||
// -*- mode : c++ ; bar : foo -*-
|
||||
template <typename X> class { X i; };
|
||||
@@ -0,0 +1,2 @@
|
||||
// -*- font:x;foo : bar ; mode : C++ ; bar : foo -*-
|
||||
template <typename X> class { X i; };
|
||||
@@ -0,0 +1,2 @@
|
||||
// -*-foo:bar;mode:c++;bar:foo;tyrell:corp-*-
|
||||
template <typename X> class { X i; };
|
||||
Reference in New Issue
Block a user