Skip to content

Commit

Permalink
Fix Nixinova submodule issues (#5292)
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Apr 6, 2021
1 parent 9f717cc commit 79b3da8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
path = vendor/grammars/NimLime
url = https://github.com/timotheecour/NimLime
branch = master2
[submodule "vendor/grammars/Nixinova-tmLanguage"]
path = vendor/grammars/Nixinova-tmLanguage
url = https://github.com/Nixinova/tmLanguage
[submodule "vendor/grammars/Nova.tmLanguage"]
path = vendor/grammars/Nova.tmLanguage
url = https://github.com/Nixinova/Nova.tmLanguage
[submodule "vendor/grammars/ObjectScript.tmBundle"]
path = vendor/grammars/ObjectScript.tmBundle
url = https://github.com/intersystems-community/ObjectScript.tmBundle
Expand Down
2 changes: 1 addition & 1 deletion grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ vendor/grammars/NimLime:
- source.nim.comment
- source.nim_filter
- source.nimcfg
vendor/grammars/Nixinova-tmLanguage:
vendor/grammars/Nova.tmLanguage:
- source.redirects
- source.solution
- text.robots-txt
Expand Down
6 changes: 3 additions & 3 deletions vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Mercury:** [sebgod/mercury-tmlanguage](https://github.com/sebgod/mercury-tmlanguage)
- **Meson:** [TingPing/language-meson](https://github.com/TingPing/language-meson)
- **Metal:** [textmate/c.tmbundle](https://github.com/textmate/c.tmbundle)
- **Microsoft Visual Studio Solution:** [Nixinova/tmLanguage](https://github.com/Nixinova/tmLanguage)
- **Microsoft Visual Studio Solution:** [Nixinova/Nova.tmLanguage](https://github.com/Nixinova/Nova.tmLanguage)
- **Mirah:** [atom/language-ruby](https://github.com/atom/language-ruby)
- **Modelica:** [BorisChumichev/modelicaSublimeTextPackage](https://github.com/BorisChumichev/modelicaSublimeTextPackage)
- **Modula-2:** [harogaston/Sublime-Modula-2](https://github.com/harogaston/Sublime-Modula-2)
Expand Down Expand Up @@ -378,7 +378,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Rebol:** [Oldes/Sublime-REBOL](https://github.com/Oldes/Sublime-REBOL)
- **Record Jar:** [Alhadis/language-etc](https://github.com/Alhadis/language-etc)
- **Red:** [Oldes/Sublime-Red](https://github.com/Oldes/Sublime-Red)
- **Redirect Rules:** [Nixinova/tmLanguage](https://github.com/Nixinova/tmLanguage)
- **Redirect Rules:** [Nixinova/Nova.tmLanguage](https://github.com/Nixinova/Nova.tmLanguage)
- **Regular Expression:** [Alhadis/language-regexp](https://github.com/Alhadis/language-regexp)
- **Ren'Py:** [williamd1k0/language-renpy](https://github.com/williamd1k0/language-renpy)
- **Rich Text Format:** [nwhetsell/language-rtf](https://github.com/nwhetsell/language-rtf)
Expand Down Expand Up @@ -527,7 +527,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **ooc:** [nilium/ooc.tmbundle](https://github.com/nilium/ooc.tmbundle)
- **q:** [komsit37/sublime-q](https://github.com/komsit37/sublime-q)
- **reStructuredText:** [Lukasa/language-restructuredtext](https://github.com/Lukasa/language-restructuredtext)
- **robots.txt:** [Nixinova/tmLanguage](https://github.com/Nixinova/tmLanguage)
- **robots.txt:** [Nixinova/Nova.tmLanguage](https://github.com/Nixinova/Nova.tmLanguage)
- **sed:** [Alhadis/language-sed](https://github.com/Alhadis/language-sed)
- **wdl:** [broadinstitute/wdl-sublime-syntax-highlighter](https://github.com/broadinstitute/wdl-sublime-syntax-highlighter)
- **wisp:** [atom/language-clojure](https://github.com/atom/language-clojure)
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/Nixinova-tmLanguage
Submodule Nixinova-tmLanguage deleted from a5d222
1 change: 1 addition & 0 deletions vendor/grammars/Nova.tmLanguage
Submodule Nova.tmLanguage added at 126a9b
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: Nova.tmLanguage
version: 126a9b612960496a1a28120c502418ba5d124487
type: git_submodule
name: Nixinova-tmLanguage
version: a5d2226e9fadf709c661ce760ed81a6a021ea93c
homepage: https://github.com/Nixinova/Nova.tmLanguage
license: isc
licenses:
- text: |-
# ISC License
- sources: license.md
text: |
# ISC License
Copyright © 2021 Nixinova
Expand Down

0 comments on commit 79b3da8

Please sign in to comment.