detect emacs modeline for fundamental as Text

This commit is contained in:
michael tesch
2015-03-14 23:53:17 +01:00
parent 6af4ab6db1
commit fda0f2a042
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// -*- fundamental -*-
int main(int argc, char * argc[])
{
this should not be syntax highlighted, even though it looks like c.
}