Skip to content

Commit

Permalink
Fix func() and value()
Browse files Browse the repository at this point in the history
  • Loading branch information
adluu2k1 committed May 6, 2024
1 parent c589493 commit e8c3be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygments/lexers/c_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class CFamilyLexer(RegexLexer):
Name.Function, using(this, state='whitespace'),
using(this), using(this, state='whitespace'),
using(this), Punctuation)),
include('function'),
include('types'),
default('statement'),
],
Expand Down

0 comments on commit e8c3be7

Please sign in to comment.