fileability / sql.sugar

An SQL sugar for the Espresso editor

This URL has Read+Write access

sql.sugar / Languages.xml
100644 27 lines (18 sloc) 0.54 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
 
<settings>
 
<language id="net.fileability.SQL">
 
<root-zone>sourcecode.sql</root-zone>
<name>SQL</name>
<detectors>
<extension>sql</extension>
</detectors>
 
</language>
 
<meta>
 
    <name>SQL</name>
    <author>Alex Gordon</author>
    <identifier>net.fileability.Sugar.SQL</identifier>
    <download format="git">git://github.com/fileability/sql.sugar.git</download>
    <url>http://github.com/fileability/sql.sugar</url>
    <dependencies></dependencies>
 
  </meta>
 
</settings>