mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-09-14 03:42:23 +00:00
Add detection for opa (http://www.opalang.org/).
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
server = Server.one_page_bundle("Hello World",
|
||||
[],
|
||||
[],
|
||||
_ -> <h1>Hello, world</h1>)
|
||||
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
Server.start(
|
||||
Server.http,
|
||||
{
|
||||
page: function() { <h1>Hello, world</h1> },
|
||||
title: "Hello, world"
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user