Skip to content

Commit

Permalink
Added *.cc to CPP files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Apr 2, 2010
1 parent a454c43 commit 51fe0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Highlighting/Illuminate/CPlusPlus.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tokens :-
lexer :: Lexer
lexer = Lexer { name = "C++"
, aliases = ["c++","cplusplus","cpp"]
, filenames = ["*.cpp"]
, filenames = ["*.cpp","*.cc"]
, scan = scanner }
}

0 comments on commit 51fe0f1

Please sign in to comment.