[GH-ISSUE #926] ace编辑器不认识golang的扩展名go,就跟javascript和js类似 #607

Open
opened 2026-03-02 16:00:12 +03:00 by kerem · 0 comments
Owner

Originally created by @php110 on GitHub (Dec 29, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/926

$ext = $ext == "js" ? "javascript" : $ext;
$ext = $ext == "go" ? "golang" : $ext;

Originally created by @php110 on GitHub (Dec 29, 2022). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/926 $ext = $ext == "js" ? "javascript" : $ext; $ext = $ext == "go" ? "golang" : $ext;
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#607
No description provided.