mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge branch 'master' of https://github.com/github/linguist
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -833,3 +833,6 @@
|
|||||||
[submodule "vendor/grammars/language-jison"]
|
[submodule "vendor/grammars/language-jison"]
|
||||||
path = vendor/grammars/language-jison
|
path = vendor/grammars/language-jison
|
||||||
url = https://github.com/cdibbs/language-jison
|
url = https://github.com/cdibbs/language-jison
|
||||||
|
[submodule "vendor/grammars/openscad.tmbundle"]
|
||||||
|
path = vendor/grammars/openscad.tmbundle
|
||||||
|
url = https://github.com/tbuser/openscad.tmbundle
|
||||||
|
|||||||
@@ -526,6 +526,8 @@ vendor/grammars/ooc.tmbundle:
|
|||||||
- source.ooc
|
- source.ooc
|
||||||
vendor/grammars/opa.tmbundle:
|
vendor/grammars/opa.tmbundle:
|
||||||
- source.opa
|
- source.opa
|
||||||
|
vendor/grammars/openscad.tmbundle:
|
||||||
|
- source.scad
|
||||||
vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage:
|
vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage:
|
||||||
- source.oz
|
- source.oz
|
||||||
vendor/grammars/parrot:
|
vendor/grammars/parrot:
|
||||||
|
|||||||
@@ -2456,6 +2456,8 @@ Mako:
|
|||||||
language_id: 221
|
language_id: 221
|
||||||
Markdown:
|
Markdown:
|
||||||
type: prose
|
type: prose
|
||||||
|
aliases:
|
||||||
|
- pandoc
|
||||||
ace_mode: markdown
|
ace_mode: markdown
|
||||||
codemirror_mode: gfm
|
codemirror_mode: gfm
|
||||||
codemirror_mime_type: text/x-gfm
|
codemirror_mime_type: text/x-gfm
|
||||||
@@ -2930,7 +2932,7 @@ OpenSCAD:
|
|||||||
type: programming
|
type: programming
|
||||||
extensions:
|
extensions:
|
||||||
- ".scad"
|
- ".scad"
|
||||||
tm_scope: none
|
tm_scope: source.scad
|
||||||
ace_mode: scad
|
ace_mode: scad
|
||||||
language_id: 266
|
language_id: 266
|
||||||
OpenType Feature File:
|
OpenType Feature File:
|
||||||
@@ -4730,6 +4732,7 @@ XML:
|
|||||||
- ".vcxproj"
|
- ".vcxproj"
|
||||||
- ".vssettings"
|
- ".vssettings"
|
||||||
- ".vxml"
|
- ".vxml"
|
||||||
|
- ".wixproj"
|
||||||
- ".wsdl"
|
- ".wsdl"
|
||||||
- ".wsf"
|
- ".wsf"
|
||||||
- ".wxi"
|
- ".wxi"
|
||||||
|
|||||||
25
samples/XML/wixdemo.wixproj
Normal file
25
samples/XML/wixdemo.wixproj
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||||
|
<ProductVersion>3.0</ProductVersion>
|
||||||
|
<ProjectGuid>{c523055d-a9d0-4318-ae85-ec934d33204b}</ProjectGuid>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<OutputName>WixProject1</OutputName>
|
||||||
|
<OutputType>Package</OutputType>
|
||||||
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v[[Version.Major]].x\Wix.targets</WixTargetsPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
|
<DefineConstants>Debug</DefineConstants>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||||
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Product.wxs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(WixTargetsPath)" />
|
||||||
|
</Project>
|
||||||
1
vendor/README.md
vendored
1
vendor/README.md
vendored
@@ -239,6 +239,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
|
|||||||
- **OpenCL:** [textmate/c.tmbundle](https://github.com/textmate/c.tmbundle)
|
- **OpenCL:** [textmate/c.tmbundle](https://github.com/textmate/c.tmbundle)
|
||||||
- **OpenEdge ABL:** [jfairbank/Sublime-Text-2-OpenEdge-ABL](https://github.com/jfairbank/Sublime-Text-2-OpenEdge-ABL)
|
- **OpenEdge ABL:** [jfairbank/Sublime-Text-2-OpenEdge-ABL](https://github.com/jfairbank/Sublime-Text-2-OpenEdge-ABL)
|
||||||
- **OpenRC runscript:** [atom/language-shellscript](https://github.com/atom/language-shellscript)
|
- **OpenRC runscript:** [atom/language-shellscript](https://github.com/atom/language-shellscript)
|
||||||
|
- **OpenSCAD:** [tbuser/openscad.tmbundle](https://github.com/tbuser/openscad.tmbundle)
|
||||||
- **OpenType Feature File:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)
|
- **OpenType Feature File:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)
|
||||||
- **Ox:** [andreashetland/sublime-text-ox](https://github.com/andreashetland/sublime-text-ox)
|
- **Ox:** [andreashetland/sublime-text-ox](https://github.com/andreashetland/sublime-text-ox)
|
||||||
- **Oz:** [eregon/oz-tmbundle](https://github.com/eregon/oz-tmbundle)
|
- **Oz:** [eregon/oz-tmbundle](https://github.com/eregon/oz-tmbundle)
|
||||||
|
|||||||
1
vendor/grammars/openscad.tmbundle
vendored
Submodule
1
vendor/grammars/openscad.tmbundle
vendored
Submodule
Submodule vendor/grammars/openscad.tmbundle added at 87fae5d440
25
vendor/licenses/grammar/openscad.tmbundle.txt
vendored
Normal file
25
vendor/licenses/grammar/openscad.tmbundle.txt
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
type: grammar
|
||||||
|
name: openscad.tmbundle
|
||||||
|
license: mit
|
||||||
|
---
|
||||||
|
Copyright (c) 2017 Tony Buser
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
Reference in New Issue
Block a user