Skip to content

Commit

Permalink
Fix alphabetisation and casing discrepancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Nov 19, 2022
1 parent a6f4952 commit 06654e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3331,6 +3331,16 @@ Jupyter Notebook:
aliases:
- IPython Notebook
language_id: 185
Just:
type: programming
color: "#384d54"
tm_scope: source.just
filenames:
- JUSTFILE
- Justfile
- justfile
ace_mode: text
language_id: 128447695
KRL:
type: programming
color: "#28430A"
Expand Down Expand Up @@ -7827,16 +7837,6 @@ jq:
- ".jq"
tm_scope: source.jq
language_id: 905371884
Just:
type: programming
color: "#384d54"
tm_scope: source.just
filenames:
- JUSTFILE
- Justfile
- justfile
ace_mode: text
language_id: 128447695
kvlang:
type: markup
ace_mode: text
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Jsonnet:** [google/language-jsonnet](https://github.com/google/language-jsonnet)
- **Julia:** [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)
- **Kaitai Struct:** [atom/language-yaml](https://github.com/atom/language-yaml)
- **KakouneScript:** [kakoune-editor/language-kak](https://github.com/kakoune-editor/language-kak)
- **KiCad Layout:** [Alhadis/language-pcb](https://github.com/Alhadis/language-pcb)
Expand Down Expand Up @@ -607,7 +608,6 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **fish:** [l15n/fish-tmbundle](https://github.com/l15n/fish-tmbundle)
- **hoon:** [pkova/hoon-grammar](https://github.com/pkova/hoon-grammar)
- **jq:** [wader/language-jq](https://github.com/wader/language-jq)
- **just:** [skellock/vscode-just](https://github.com/skellock/vscode-just)
- **kvlang:** [p0lygun/kivy-language-grammer](https://github.com/p0lygun/kivy-language-grammer)
- **mIRC Script:** [gen-angry/language-msl](https://github.com/gen-angry/language-msl)
- **mcfunction:** [Arcensoth/language-mcfunction](https://github.com/Arcensoth/language-mcfunction)
Expand Down

0 comments on commit 06654e5

Please sign in to comment.