Merge pull request #2506 from hdgarrood/master

Use a different grammar for PureScript
This commit is contained in:
Arfon Smith
2015-07-21 13:37:05 +01:00
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -662,3 +662,6 @@
[submodule "vendor/grammars/language-ncl"]
path = vendor/grammars/language-ncl
url = https://github.com/rpavlick/language-ncl.git
[submodule "vendor/grammars/atom-language-purescript"]
path = vendor/grammars/atom-language-purescript
url = https://github.com/freebroccolo/atom-language-purescript

View File

@@ -176,6 +176,8 @@ vendor/grammars/assembly.tmbundle:
- source.x86asm
vendor/grammars/atom-fsharp/:
- source.fsharp
vendor/grammars/atom-language-purescript/:
- source.purescript
vendor/grammars/atom-salt:
- source.python.salt
- source.yaml.salt

View File

@@ -2667,7 +2667,7 @@ PureScript:
color: "#1D222D"
extensions:
- .purs
tm_scope: source.haskell
tm_scope: source.purescript
ace_mode: haskell
Python: