mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #2908 from github/grace
Adding grace grammar back in.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -695,3 +695,6 @@
|
|||||||
[submodule "vendor/grammars/ats"]
|
[submodule "vendor/grammars/ats"]
|
||||||
path = vendor/grammars/ats
|
path = vendor/grammars/ats
|
||||||
url = https://github.com/steinwaywhw/ats-mode-sublimetext
|
url = https://github.com/steinwaywhw/ats-mode-sublimetext
|
||||||
|
[submodule "vendor/grammars/grace"]
|
||||||
|
path = vendor/grammars/grace
|
||||||
|
url = https://github.com/zmthy/grace-tmbundle
|
||||||
|
|||||||
@@ -267,6 +267,8 @@ vendor/grammars/gnuplot-tmbundle:
|
|||||||
- source.gnuplot
|
- source.gnuplot
|
||||||
vendor/grammars/go-tmbundle:
|
vendor/grammars/go-tmbundle:
|
||||||
- source.go
|
- source.go
|
||||||
|
vendor/grammars/grace:
|
||||||
|
- source.grace
|
||||||
vendor/grammars/gradle.tmbundle:
|
vendor/grammars/gradle.tmbundle:
|
||||||
- source.groovy.gradle
|
- source.groovy.gradle
|
||||||
vendor/grammars/graphviz.tmbundle:
|
vendor/grammars/graphviz.tmbundle:
|
||||||
|
|||||||
@@ -1233,7 +1233,7 @@ Grace:
|
|||||||
type: programming
|
type: programming
|
||||||
extensions:
|
extensions:
|
||||||
- .grace
|
- .grace
|
||||||
tm_scope: none
|
tm_scope: source.grace
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
|
||||||
Gradle:
|
Gradle:
|
||||||
|
|||||||
1
vendor/grammars/grace
vendored
Submodule
1
vendor/grammars/grace
vendored
Submodule
Submodule vendor/grammars/grace added at fa30c175f7
25
vendor/licenses/grammar/grace.txt
vendored
Normal file
25
vendor/licenses/grammar/grace.txt
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
type: grammar
|
||||||
|
name: grace
|
||||||
|
license: mit
|
||||||
|
---
|
||||||
|
Copyright (c) 2011-2016 Timothy Jones
|
||||||
|
|
||||||
|
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