Skip to content

Commit 0ee2f24

Browse files
committed
feat: support more file extensions
fixes #1
1 parent c28c08e commit 0ee2f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class SourceKitLanguageClient extends AutoLanguageClient {
1515
}
1616

1717
startServerProcess() {
18-
this.supportedExtensions = ['*.c', '*.m', '*.cpp', '*.h', '*.swift'];
18+
this.supportedExtensions = ['*.c', '*.m', '*.cpp', '*.hh', '*.cc', '*.hpp', '*.h', '*.swift'];
1919

2020
const sourceKitServerPath = atom.config.get('ide-sourcekit.sourceKitServer.path');
2121
console.log('sourceKitServerPath', sourceKitServerPath);

0 commit comments

Comments
 (0)