Skip to content

Commit 9acf2e4

Browse files
authored
Update lineDirectiveNavigation.ts
1 parent 48a57d2 commit 9acf2e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

client/src/lineDirectiveNavigation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const BISON_CANDIDATES = (base: string, dir: string): string[] => [
5959
path.join(dir, base + '.tab.cc'),
6060
path.join(dir, base + '.c'),
6161
path.join(dir, base + '.cc'),
62+
path.join(dir, base + '.c++'),
6263
path.join(dir, base + '.cxx'),
6364
path.join(dir, base + '.cpp'),
6465
];
@@ -70,6 +71,7 @@ const FLEX_CANDIDATES = (base: string, dir: string): string[] => [
7071
path.join(dir, base + '.yy.cpp'),
7172
path.join(dir, base + '.c'),
7273
path.join(dir, base + '.cc'),
74+
path.join(dir, base + '.c++'),
7375
path.join(dir, base + '.cxx'),
7476
path.join(dir, base + '.cpp'),
7577
];

0 commit comments

Comments
 (0)