-
Notifications
You must be signed in to change notification settings - Fork 3
/
filename.map
70 lines (66 loc) · 2.09 KB
/
filename.map
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# syntax definition mappings
# SSV: Ant Glob filename description
# If there is no description, then the syntax will not show up as a Snippet markup option
"**/*.java" java.def "Java"
"**/*.scala" scala.def "Scala"
"**/*.js" javascript.def "JavaScript/ECMAScript"
"**/*.json" javascript.def
"**/*.as" javascript.def "ActionScript"
"**/*.htm" html.def
"**/*.html" html.def "HTML"
"**/*.jsp" html.def "Java Servlet Page"
"**/*.jspf" html.def
"**/*.gsp" html.def "Groovy Servlet Page"
"**/*.tag" html.def
"**/*.tld" html.def
"**/*.php" php.def "PHP"
"**/*.asp" html.def "Active Server Page"
"**/*.cfc" html.def
"**/*.cfm" html.def "ColdFusion Markup File"
"**/*.cfml" html.def
"**/*.ftl" html.def
"**/*.css" css.def "CSS"
"**/*.py" python.def "Python"
"**/*.pl" perl.def "Perl"
"**/*.pod" pod.def
"**/*.pm" perl.def
"**/*.c" c.def "C"
"**/*.h" c.def
"**/*.cpp" cpp.def "C++"
"**/*.hpp" cpp.def
"**/*.cs" csharp.def "C#"
"**/*.sql" sql.def "SQL"
"**/*.tql" sql.def
"**/*.rb" ruby.def "Ruby"
"**/*.soy" soy.def "Closure Template"
"**/*.groovy" groovy.def "Groovy"
"**/*.gradle" groovy.def "Gradle"
"**/*.m" objc.def "Objective C"
"**/*.vb" vbnet.def "Visual Basic .NET"
"**/*.vm" vm.def "Velocity"
"**/*.sh" cshell.def "Shell Script"
# for the moment, map xml and xsd to html:
"**/*.xml" html.def "XML"
"**/*.xsd" html.def
"**/*.xslt" html.def
# 1C-files
"**/*.bsl" bsl.def "1C BSL"
"**/*.mdo" html.def "1C MetaDataObject"
"**/*.xdto" html.def
"**/*.wsdl" html.def
"**/*.form" html.def
"**/*.scheme" html.def "1C GraphicalScheme"
"**/*.schedule" html.def
"**/*.rights" html.def
"**/*.mxlx" html.def "1C SpreadsheetDocument"
"**/*.htmldoc" html.def "1C HtmlDocument"
"**/*.geos" html.def "1C GraphicalScheme"
"**/*.dcs" html.def "1C DataCompositionSchema"
"**/*.dcssca" html.def "1C ConditionalAppearance"
"**/*.dcss" html.def "1C DataCompositionSchemaSettings"
"**/*.dcsat" html.def "1C DataCompositionAppearanceTemplate"
"**/*.chart" html.def "1C ChartSettings"
"**/*.hpwa" html.def "1C HomePageWorkArea"
"**/*.cmi" html.def "1C CommandInterface"
"**/*.cai" html.def "1C ClientApplicationInterface"
"**/*.project" html.def "1C-EDT Project"