mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
adding NCL language
This commit is contained in:
18
samples/Text/01_top.ncl
Normal file
18
samples/Text/01_top.ncl
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<ncl id="topProperty" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile">
|
||||
<head>
|
||||
|
||||
<regionBase>
|
||||
<region height="50%" id="imageReg" top="50%"/>
|
||||
</regionBase>
|
||||
|
||||
<descriptorBase>
|
||||
<descriptor id="imageDescriptor" region="imageReg"/>
|
||||
</descriptorBase>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<port component="image" id="entry"/>
|
||||
<media descriptor="imageDescriptor" id="image" src="../resources/images/background.jpg"/>
|
||||
</body>
|
||||
</ncl>
|
||||
Reference in New Issue
Block a user