Skip to content

Commit

Permalink
Change DM grammar source (#6605)
Browse files Browse the repository at this point in the history
Change DM grammar
  • Loading branch information
vvvv-vvvv authored Dec 5, 2023
1 parent f4c35bf commit 09d9842
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@
[submodule "vendor/grammars/atom-salt"]
path = vendor/grammars/atom-salt
url = https://github.com/saltstack/atom-salt
[submodule "vendor/grammars/atomic-dreams"]
path = vendor/grammars/atomic-dreams
url = https://github.com/PJB3005/atomic-dreams
[submodule "vendor/grammars/ats"]
path = vendor/grammars/ats
url = https://github.com/steinwaywhw/ats-mode-sublimetext
Expand Down Expand Up @@ -425,6 +422,9 @@
[submodule "vendor/grammars/diff.tmbundle"]
path = vendor/grammars/diff.tmbundle
url = https://github.com/textmate/diff.tmbundle
[submodule "vendor/grammars/dm-syntax"]
path = vendor/grammars/dm-syntax
url = https://github.com/spacestation13/dm-syntax.git
[submodule "vendor/grammars/dylan.tmbundle"]
path = vendor/grammars/dylan.tmbundle
url = https://github.com/textmate/dylan.tmbundle
Expand Down
5 changes: 2 additions & 3 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,6 @@ vendor/grammars/atom-miniyaml:
vendor/grammars/atom-salt:
- source.python.salt
- source.yaml.salt
vendor/grammars/atomic-dreams:
- source.dm
- source.dmf
vendor/grammars/ats:
- source.ats
vendor/grammars/avro.tmLanguage:
Expand Down Expand Up @@ -345,6 +342,8 @@ vendor/grammars/desktop.tmbundle:
- source.desktop
vendor/grammars/diff.tmbundle:
- source.diff
vendor/grammars/dm-syntax:
- source.dm
vendor/grammars/dylan.tmbundle:
- source.dylan
- source.lid
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **D:** [textmate/d.tmbundle](https://github.com/textmate/d.tmbundle)
- **D-ObjDump:** [nanoant/assembly.tmbundle](https://github.com/nanoant/assembly.tmbundle)
- **D2:** [terrastruct/d2-vscode](https://github.com/terrastruct/d2-vscode)
- **DM:** [PJB3005/atomic-dreams](https://github.com/PJB3005/atomic-dreams)
- **DM:** [spacestation13/dm-syntax](https://github.com/spacestation13/dm-syntax)
- **DNS Zone:** [sixty4k/st2-zonefile](https://github.com/sixty4k/st2-zonefile)
- **DTrace:** [textmate/c.tmbundle](https://github.com/textmate/c.tmbundle)
- **Dafny:** [DafnyVSCode/Dafny-VSCode](https://github.com/DafnyVSCode/Dafny-VSCode)
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/atomic-dreams
Submodule atomic-dreams deleted from 148913
1 change: 1 addition & 0 deletions vendor/grammars/dm-syntax
Submodule dm-syntax added at a63b43
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: atomic-dreams
version: 14891385ac0110cdcdb22f2dc1a8930cdf501c91
name: dm-syntax
version: a63b4388d0df050d40f2c6c6afd85637174abbb5
type: git_submodule
homepage: https://github.com/PJB3005/atomic-dreams
homepage: https://github.com/spacestation13/dm-syntax.git
license: mit
licenses:
- sources: LICENSE
Expand Down

0 comments on commit 09d9842

Please sign in to comment.