Adding back Idris grammar

This commit is contained in:
Arfon Smith
2016-04-03 07:41:10 -06:00
parent 99ad2368b0
commit 57237106f3
5 changed files with 33 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -701,3 +701,6 @@
[submodule "vendor/grammars/nix"]
path = vendor/grammars/nix
url = https://github.com/wmertens/sublime-nix
[submodule "vendor/grammars/idris"]
path = vendor/grammars/idris
url = https://github.com/idris-hackers/idris-sublime.git

View File

@@ -290,6 +290,8 @@ vendor/grammars/idl.tmbundle:
- source.idl
- source.idl-dlm
- text.idl-idldoc
vendor/grammars/idris/:
- source.idris
vendor/grammars/ini.tmbundle:
- source.ini
vendor/grammars/io.tmbundle:

View File

@@ -1532,7 +1532,7 @@ Idris:
- .idr
- .lidr
ace_mode: text
tm_scope: none
tm_scope: source.idris
Inform 7:
type: programming

1
vendor/grammars/idris vendored Submodule

Submodule vendor/grammars/idris added at 1089032af6

26
vendor/licenses/grammar/idris.txt vendored Normal file
View File

@@ -0,0 +1,26 @@
---
type: grammar
name: idris
license: mit
---
The MIT License
Copyright (c) 2013-2015 Alexey Alekhin, Niklas Larsson
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.