Skip to content

Commit

Permalink
Fix Squirrel language's tm_scope (#5556)
Browse files Browse the repository at this point in the history
Fixes: #5554

Co-authored-by: Colin Seymour <[email protected]>
  • Loading branch information
Alhadis and lildude authored Sep 7, 2021
1 parent e4599a9 commit 4683a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5765,7 +5765,7 @@ Squirrel:
color: "#800000"
extensions:
- ".nut"
tm_scope: source.c++
tm_scope: source.nut
ace_mode: c_cpp
codemirror_mode: clike
codemirror_mime_type: text/x-c++src
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Soong:** [flimberger/android-system-tools](https://github.com/flimberger/android-system-tools)
- **SourcePawn:** [Dreae/sourcepawn-vscode](https://github.com/Dreae/sourcepawn-vscode)
- **Spline Font Database:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)
- **Squirrel:** [textmate/c.tmbundle](https://github.com/textmate/c.tmbundle)
- **Squirrel:** [mathewmariani/squirrel-language](https://github.com/mathewmariani/squirrel-language)
- **Stan:** [jrnold/atom-language-stan](https://github.com/jrnold/atom-language-stan)
- **Standard ML:** [textmate/standard-ml.tmbundle](https://github.com/textmate/standard-ml.tmbundle)
- **Starlark:** [MagicStack/MagicPython](https://github.com/MagicStack/MagicPython)
Expand Down

0 comments on commit 4683a06

Please sign in to comment.