Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc19d23b

Browse files
committed
ATL-1136: Add .adoc and .md file support
1 parent3fb087f commitc19d23b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎arduino-ide-extension/src/common/protocol/sketches-service.ts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ export namespace Sketch {
8888
exportconstMAIN=['.ino','.pde'];
8989
exportconstSOURCE=['.c','.cpp','.s'];
9090
exportconstADDITIONAL=['.h','.c','.hpp','.hh','.cpp','.s','.json'];
91-
exportconstALL=Array.from(newSet([...MAIN, ...SOURCE, ...ADDITIONAL]));
91+
exportconstDOCUMENTATION=['.md','.adoc'];
92+
exportconstALL=Array.from(newSet([...MAIN, ...SOURCE, ...ADDITIONAL, ...DOCUMENTATION]));
9293
}
9394
exportfunctionisInSketch(uri:string|URI,sketch:Sketch):boolean{
9495
const{ mainFileUri, otherSketchFileUris, additionalFileUris}=sketch;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp