mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Switch Dart grammars (Sublime → Atom). (#3633)
This commit is contained in:
committed by
Colin Seymour
parent
ec1f6a4cd6
commit
58ab593a64
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -112,9 +112,6 @@
|
|||||||
[submodule "vendor/grammars/fancy-tmbundle"]
|
[submodule "vendor/grammars/fancy-tmbundle"]
|
||||||
path = vendor/grammars/fancy-tmbundle
|
path = vendor/grammars/fancy-tmbundle
|
||||||
url = https://github.com/fancy-lang/fancy-tmbundle
|
url = https://github.com/fancy-lang/fancy-tmbundle
|
||||||
[submodule "vendor/grammars/dart-sublime-bundle"]
|
|
||||||
path = vendor/grammars/dart-sublime-bundle
|
|
||||||
url = https://github.com/guillermooo/dart-sublime-bundle
|
|
||||||
[submodule "vendor/grammars/sublimetext-cuda-cpp"]
|
[submodule "vendor/grammars/sublimetext-cuda-cpp"]
|
||||||
path = vendor/grammars/sublimetext-cuda-cpp
|
path = vendor/grammars/sublimetext-cuda-cpp
|
||||||
url = https://github.com/harrism/sublimetext-cuda-cpp
|
url = https://github.com/harrism/sublimetext-cuda-cpp
|
||||||
@@ -845,3 +842,6 @@
|
|||||||
[submodule "vendor/grammars/Sublime-Pep8"]
|
[submodule "vendor/grammars/Sublime-Pep8"]
|
||||||
path = vendor/grammars/Sublime-Pep8
|
path = vendor/grammars/Sublime-Pep8
|
||||||
url = https://github.com/R4PaSs/Sublime-Pep8
|
url = https://github.com/R4PaSs/Sublime-Pep8
|
||||||
|
[submodule "vendor/grammars/dartlang"]
|
||||||
|
path = vendor/grammars/dartlang
|
||||||
|
url = https://github.com/dart-atom/dartlang
|
||||||
|
|||||||
@@ -249,11 +249,9 @@ vendor/grammars/cython:
|
|||||||
- source.cython
|
- source.cython
|
||||||
vendor/grammars/d.tmbundle:
|
vendor/grammars/d.tmbundle:
|
||||||
- source.d
|
- source.d
|
||||||
vendor/grammars/dart-sublime-bundle:
|
vendor/grammars/dartlang:
|
||||||
- source.dart
|
- source.dart
|
||||||
- source.pubspec
|
- source.yaml-ext
|
||||||
- text.dart-analysis-output
|
|
||||||
- text.dart-doccomments
|
|
||||||
vendor/grammars/desktop.tmbundle:
|
vendor/grammars/desktop.tmbundle:
|
||||||
- source.desktop
|
- source.desktop
|
||||||
vendor/grammars/diff.tmbundle:
|
vendor/grammars/diff.tmbundle:
|
||||||
|
|||||||
2
vendor/README.md
vendored
2
vendor/README.md
vendored
@@ -82,7 +82,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
|
|||||||
- **Cython:** [textmate/cython.tmbundle](https://github.com/textmate/cython.tmbundle)
|
- **Cython:** [textmate/cython.tmbundle](https://github.com/textmate/cython.tmbundle)
|
||||||
- **D:** [textmate/d.tmbundle](https://github.com/textmate/d.tmbundle)
|
- **D:** [textmate/d.tmbundle](https://github.com/textmate/d.tmbundle)
|
||||||
- **D-ObjDump:** [nanoant/assembly.tmbundle](https://github.com/nanoant/assembly.tmbundle)
|
- **D-ObjDump:** [nanoant/assembly.tmbundle](https://github.com/nanoant/assembly.tmbundle)
|
||||||
- **Dart:** [guillermooo/dart-sublime-bundle](https://github.com/guillermooo/dart-sublime-bundle)
|
- **Dart:** [dart-atom/dartlang](https://github.com/dart-atom/dartlang)
|
||||||
- **desktop:** [Mailaender/desktop.tmbundle](https://github.com/Mailaender/desktop.tmbundle)
|
- **desktop:** [Mailaender/desktop.tmbundle](https://github.com/Mailaender/desktop.tmbundle)
|
||||||
- **Diff:** [textmate/diff.tmbundle](https://github.com/textmate/diff.tmbundle)
|
- **Diff:** [textmate/diff.tmbundle](https://github.com/textmate/diff.tmbundle)
|
||||||
- **DM:** [PJB3005/atomic-dreams](https://github.com/PJB3005/atomic-dreams)
|
- **DM:** [PJB3005/atomic-dreams](https://github.com/PJB3005/atomic-dreams)
|
||||||
|
|||||||
1
vendor/grammars/dart-sublime-bundle
vendored
1
vendor/grammars/dart-sublime-bundle
vendored
Submodule vendor/grammars/dart-sublime-bundle deleted from d891fb36c9
1
vendor/grammars/dartlang
vendored
Submodule
1
vendor/grammars/dartlang
vendored
Submodule
Submodule vendor/grammars/dartlang added at b2d27b5bc9
@@ -1,21 +1,23 @@
|
|||||||
---
|
---
|
||||||
type: grammar
|
type: grammar
|
||||||
name: dart-sublime-bundle
|
name: dartlang
|
||||||
license: bsd-3-clause
|
license: bsd-3-clause
|
||||||
---
|
---
|
||||||
Copyright (c) 2014, Guillermo López-Anglada. All rights reserved.
|
Copyright 2015, the Dart project authors. All rights reserved.
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are
|
modification, are permitted provided that the following conditions are
|
||||||
met:
|
met:
|
||||||
|
|
||||||
* Redistributions of source code must retain the above copyright
|
* Redistributions of source code must retain the above copyright
|
||||||
notice, this list of conditions and the following disclaimer.
|
notice, this list of conditions and the following disclaimer.
|
||||||
* Redistributions in binary form must reproduce the above
|
* Redistributions in binary form must reproduce the above
|
||||||
copyright notice, this list of conditions and the following
|
copyright notice, this list of conditions and the following
|
||||||
disclaimer in the documentation and/or other materials provided
|
disclaimer in the documentation and/or other materials provided
|
||||||
with the distribution.
|
with the distribution.
|
||||||
* Neither the name of this software nor the names of its
|
* Neither the name of Google Inc. nor the names of its
|
||||||
contributors may be used to endorse or promote products derived
|
contributors may be used to endorse or promote products derived
|
||||||
from this software without specific prior written permission.
|
from this software without specific prior written permission.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
@@ -26,4 +28,4 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|||||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
Reference in New Issue
Block a user