mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #2506 from hdgarrood/master
Use a different grammar for PureScript
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -662,3 +662,6 @@
|
|||||||
[submodule "vendor/grammars/language-ncl"]
|
[submodule "vendor/grammars/language-ncl"]
|
||||||
path = vendor/grammars/language-ncl
|
path = vendor/grammars/language-ncl
|
||||||
url = https://github.com/rpavlick/language-ncl.git
|
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
|
||||||
|
|||||||
@@ -176,6 +176,8 @@ vendor/grammars/assembly.tmbundle:
|
|||||||
- source.x86asm
|
- source.x86asm
|
||||||
vendor/grammars/atom-fsharp/:
|
vendor/grammars/atom-fsharp/:
|
||||||
- source.fsharp
|
- source.fsharp
|
||||||
|
vendor/grammars/atom-language-purescript/:
|
||||||
|
- source.purescript
|
||||||
vendor/grammars/atom-salt:
|
vendor/grammars/atom-salt:
|
||||||
- source.python.salt
|
- source.python.salt
|
||||||
- source.yaml.salt
|
- source.yaml.salt
|
||||||
|
|||||||
@@ -2667,7 +2667,7 @@ PureScript:
|
|||||||
color: "#1D222D"
|
color: "#1D222D"
|
||||||
extensions:
|
extensions:
|
||||||
- .purs
|
- .purs
|
||||||
tm_scope: source.haskell
|
tm_scope: source.purescript
|
||||||
ace_mode: haskell
|
ace_mode: haskell
|
||||||
|
|
||||||
Python:
|
Python:
|
||||||
|
|||||||
1
vendor/grammars/atom-language-purescript
vendored
Submodule
1
vendor/grammars/atom-language-purescript
vendored
Submodule
Submodule vendor/grammars/atom-language-purescript added at 5fd5b6460e
Reference in New Issue
Block a user