Navigation Menu

Skip to content

Commit

Permalink
Added some shading languages to the C syntax highlighter.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 21, 2016
1 parent 1d0cad2 commit 96aea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/m_c.fte
Expand Up @@ -37,7 +37,7 @@ colorize C {
}

mode C: PLAIN { # C/C++ Mode
FileNameRx = /\.\c{C|H|{CPP}|{HPP}|{CC}|{CXX}|{M}|{MM}|{CS}|{XS}|{JS}}$/;
FileNameRx = /\.\c{C|H|{CPP}|{HPP}|{CC}|{CXX}|{M}|{MM}|{CS}|{XS}|{JS}|{METAL}|{GLSL}|{HLSL}}$/;
HilitOn = 1;
Colorizer = 'C';
AutoIndent = 0;
Expand Down

0 comments on commit 96aea16

Please sign in to comment.