Skip to content
Open
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 AppStore/Listing/Description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Features:
• Full compatibility with Dark Mode

Supported file types:
• Source code (.cpp, .js, .json, .py, .swift, .yml and many more)
• Source code (.cpp, .js, .json, .jsonl, .py, .swift, .yml and many more)
• Markdown (.md, .markdown, .mdown, .mkdn, .mkd, .Rmd, .qmd)
• Archive (.tar, .tar.gz, .zip)
• Jupyter Notebook (.ipynb)
Expand Down
2 changes: 1 addition & 1 deletion Glance/SupportedFilesWC.xib
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</attributes>
</fragment>
<fragment>
<string key="content">
.cpp, .js, .json, .py, .swift, .yml and many more
<string key="content">
.cpp, .js, .json, .jsonl, .py, .swift, .yml and many more

</string>
<attributes>
Expand Down
1 change: 1 addition & 0 deletions QLPlugin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
<string>public.data</string> <!-- e.g. .gitignore, .editorconfig, README, ... -->
<string>public.fortran-90-source</string> <!-- .f90 (Fortran) -->
<string>public.fortran-source</string> <!-- .f, .for (Fortran) -->
<string>dyn.ah62d4rv4ge80y65tr30a</string> <!-- .jsonl -->
<string>public.json</string> <!-- .json -->
<string>public.ksh-script</string> <!-- .ksh (KornShell) -->
<string>public.make-source</string> <!-- .mak (Makefile) -->
Expand Down
1 change: 1 addition & 0 deletions QLPlugin/Views/Previews/CodePreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ let fileExtensionLexers = [
"entitlements": "xml",
"hbs": "handlebars",
"iml": "xml",
"jsonl": "json",
"mjs": "js",
"plist": "xml",
"props": "xml",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Alternatively, you can install Glance directly. The installation is slightly com

## Supported file types

- **Source code** (with [Chroma](https://github.com/alecthomas/chroma) syntax highlighting): `.cpp`, `.js`, `.json`, `.py`, `.swift`, `.yml` and many more
- **Source code** (with [Chroma](https://github.com/alecthomas/chroma) syntax highlighting): `.cpp`, `.js`, `.json`, `.jsonl`, `.py`, `.swift`, `.yml` and many more

<p><img src="./AppStore/Assets/Screenshots/ScreenshotSourceCode.png" alt="" width="600"></p>

Expand Down