Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Just grammar #6985

Merged
merged 3 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@
url = https://github.com/jest-community/vscode-jest
[submodule "vendor/grammars/vscode-just"]
path = vendor/grammars/vscode-just
url = https://github.com/skellock/vscode-just.git
url = https://github.com/nefrob/vscode-just.git
[submodule "vendor/grammars/vscode-lean"]
path = vendor/grammars/vscode-lean
url = https://github.com/leanprover/vscode-lean
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Julia:** [JuliaEditorSupport/atom-language-julia](https://github.com/JuliaEditorSupport/atom-language-julia)
- **Julia REPL:** [JuliaEditorSupport/atom-language-julia](https://github.com/JuliaEditorSupport/atom-language-julia)
- **Jupyter Notebook:** [Nixinova/NovaGrammars](https://github.com/Nixinova/NovaGrammars)
- **Just:** [skellock/vscode-just](https://github.com/skellock/vscode-just)
- **Just:** [nefrob/vscode-just](https://github.com/nefrob/vscode-just)
- **Kaitai Struct:** [atom/language-yaml](https://github.com/atom/language-yaml)
- **KakouneScript:** [kakoune-editor/language-kak](https://github.com/kakoune-editor/language-kak)
- **KerboScript:** [KSP-KOS/language-kerboscript](https://github.com/KSP-KOS/language-kerboscript)
Expand Down
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-just
8 changes: 4 additions & 4 deletions vendor/licenses/git_submodule/vscode-just.dep.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: vscode-just
version: 326d6dd1afb291df516cc782626f2fcad973eec1
version: d1f2dc90a5f8dd3c7ffa6a9549c414c0ff73e958
type: git_submodule
homepage: https://github.com/skellock/vscode-just.git
homepage: https://github.com/nefrob/vscode-just.git
license: mit
licenses:
- sources: LICENSE
text: |
The MIT License (MIT)
MIT License

Copyright (c) 2016-3016 Steve Kellock
Copyright (c) 2024 Robert Neff

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading