Skip to content

Commit

Permalink
Release 2.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarex committed Feb 19, 2024
1 parent ca2dcfe commit 66bea28
Show file tree
Hide file tree
Showing 117 changed files with 8,053 additions and 5,763 deletions.
61 changes: 59 additions & 2 deletions Application/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Developed by SBAREX (2019-2023).</string>
<string>Developed by SBAREX (2019-2024).</string>
<key>NSMainStoryboardFile</key>
<string>Storyboard</string>
<key>NSPrincipalClass</key>
Expand Down Expand Up @@ -422,6 +422,22 @@
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.item</string>
<string>dyn.ah62d4rv4ge80c25g</string>
</array>
<key>UTTypeIdentifier</key>
<string>com.steampowered.appmanifest</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>acf</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
Expand Down Expand Up @@ -490,6 +506,22 @@
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.item</string>
<string>dyn.ah62d4rv4ge80c65ysm1u</string>
</array>
<key>UTTypeIdentifier</key>
<string>build.astro.files</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>astro</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
Expand Down Expand Up @@ -566,6 +598,7 @@
<array>
<string>dyn.ah62d4rv4ge81k3x0qf3hg</string>
<string>dyn.ah62d4rv4ge81k3u</string>
<string>dyn.ah62d4rv4ge80u25q</string>
<string>public.item</string>
</array>
<key>UTTypeIdentifier</key>
Expand All @@ -576,6 +609,7 @@
<array>
<string>tf</string>
<string>tfvars</string>
<string>hcl</string>
</array>
</dict>
</dict>
Expand Down Expand Up @@ -705,11 +739,18 @@
<array>
<string>public.item</string>
<string>dyn.ah62d4rv4ge80e2p4qz0a</string>
<string>dyn.ah62d4rv4ge80e8xq</string>
</array>
<key>UTTypeIdentifier</key>
<string>org.bazel.source</string>
<key>UTTypeTagSpecification</key>
<dict/>
<dict>
<key>public.filename-extension</key>
<array>
<string>bzl</string>
<string>bazel</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
Expand Down Expand Up @@ -1128,6 +1169,22 @@
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.item</string>
<string>dyn.ah62d4rv4ge8028k</string>
</array>
<key>UTTypeIdentifier</key>
<string>org.lilypond.files</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>ly</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
Expand Down
37 changes: 37 additions & 0 deletions Application/resources/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ UTIs:
com.adobe.acrobat.sequ: *xml
dyn.ah62d4rv4ge81g3pvsy: *xml

# .acf
com.steampowered.appmanifest:
syntax: txt
dyn.ah62d4rv4ge80c25g:
syntax: txt

com.adobe.edn:
syntax: clojure

Expand Down Expand Up @@ -44,6 +50,9 @@ UTIs:
com.google.earth.kml: *xml
com.jetbrain.source: *xml

com.nutstore.down:
syntax: md

com.microsoft.typescript:
syntax: typescript
dyn.ah62d4rv4ge80g7dx:
Expand Down Expand Up @@ -283,6 +292,9 @@ UTIs:
# .bazel
dyn.ah62d4rv4ge80e2p4qz0a:
syntax: txt
# .bzl
dyn.ah62d4rv4ge80e8xq:
syntax: txr

# .code-workspace
dyn.ah62d4rv4ge80g55eqy01s55wrr31a2pdqy:
Expand Down Expand Up @@ -341,6 +353,9 @@ UTIs:
# .tf
dyn.ah62d4rv4ge81k3u:
syntax: yaml
# .hcl
dyn.ah62d4rv4ge80u25q:
syntax: yaml

# .sage
dyn.ah62d4rv4ge81g2phqy:
Expand All @@ -360,6 +375,18 @@ UTIs:
dyn.ah62d4rv4ge80k52:
syntax: txt

#.astro
build.astro.files:
syntax: jsx
dyn.ah62d4rv4ge80c65ysm1u:
syntax: jsx

# lilypond .ly
org.lilypond.files:
syntax: ly
dyn.ah62d4rv4ge8028k:
syntax: ly

extensions:
_plist*: &plist
syntax: xml
Expand All @@ -371,16 +398,24 @@ extensions:
_typescript*: &typescript
syntax: typescript

acf:
syntax: txt

ado:
syntax: txt

au3:
syntax: autoit
a3x:
syntax: autoit

astro:
syntax: jsx

bazel:
syntax: txt
bzl:
syntax: txt

code-workspace:
syntax: json
Expand Down Expand Up @@ -553,3 +588,5 @@ extensions:
syntax: yaml
tf:
syntax: yaml
hcl:
syntax: yaml
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=======

### 2.1.21 (70)

New Features:
- Update Highlight to release 4.10.
- Update Dos2Unix to release 7.5.2.
- Support for Steam app manifest files (`.acf`) _as plain text_.
- Support fo Lilypond files (`.ly`).
- Experimental support of Astro files (`.astro`) _as JSX_.

Bugfix:
- Better support for bazel files.
- Fixed `cmake` support.
- Fixed support for `lua` files.
- Fixed support for `md` files.
- Extended support for Terraform files to the extension `.hcl` (_ as YAML_)

### 2.1.20 (69)
New features:
Expand Down
13 changes: 11 additions & 2 deletions QLExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<true/>
<key>QLSupportedContentTypes</key>
<array>
<string>build.astro.files</string>
<string>com.adobe.acrobat.sequ</string>
<string>com.adobe.actionscript</string>
<string>com.adobe.coldfusion</string>
Expand Down Expand Up @@ -88,6 +89,7 @@
<string>com.microsoft.visual-basic</string>
<string>com.microsoft.xaml</string>
<string>com.netscape.javascript-source</string>
<string>com.nutstore.down</string>
<string>com.oracle.sql</string>
<string>com.sas.source</string>
<string>com.sass-lang.sass</string>
Expand Down Expand Up @@ -119,7 +121,7 @@
<string>org.bash.source</string>
<string>org.bazel.source</string>
<string>org.clojure</string>
<string>org.cmake.makefile</string>
<string>org.cmake.cmake</string>
<string>org.clojure.script</string>
<string>org.cocoapods.podspec</string>
<string>org.codehaus.groovy-source</string>
Expand Down Expand Up @@ -152,6 +154,7 @@
<string>org.kotlinlang.source</string>
<string>org.latex-project.latex</string>
<string>org.lesscss.less</string>
<string>org.lilypond.files</string>
<string>org.lua.lua</string>
<string>org.lua.lua-source</string>
<string>org.microsoft.inf</string>
Expand Down Expand Up @@ -263,6 +266,7 @@
<string>public.java</string>
<string>public.json</string>
<string>public.ksh-script</string>
<string>public.lua-source</string>
<string>public.make-source</string>
<string>public.objective-c-source</string>
<string>public.objective-c-plus-plus-source</string>
Expand Down Expand Up @@ -366,6 +370,11 @@
<string>dyn.ah62d4rv4ge8042ppqzxgw5df</string>
<string>dyn.ah62d4rv4ge8046de</string>
<string>dyn.ah62d4rv4ge80y65r</string>
<string>dyn.ah62d4rv4ge80e8xq</string>
<string>dyn.ah62d4rv4ge80c25g</string>
<string>dyn.ah62d4rv4ge80u25q</string>
<string>dyn.ah62d4rv4ge80c65ysm1u</string>
<string>dyn.ah62d4rv4ge8028k</string>
</array>
<key>QLSupportsSearchableItems</key>
<false/>
Expand All @@ -376,6 +385,6 @@
<string>$(PRODUCT_MODULE_NAME).PreviewViewController</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Developed by SBAREX (2019-2023).</string>
<string>Developed by SBAREX (2019-2024).</string>
</dict>
</plist>
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ The application can also handle some [plain files](#plain-files) **without exten
- AppleScript (`.scpt`, `.applescript`, `.ascr`) _automatically decompiled with `osadecompile`_
- Apple shell script files (`.command`)
- Assembler source files (`.asm`, `.s79`)
- Astro files (`.astro`) _as JSX_.
- Autolit files (`.au3`, `.a3x`)
- Azkaban flow files (`.flow`) as _`YAML`_
- ATL files (`.atl`)
Expand Down Expand Up @@ -191,6 +192,7 @@ The application can also handle some [plain files](#plain-files) **without exten
- Korn Shell script files (`.ksh`)
- Kotlin source files (`.kt`, `.kts`)
- LESS stylesheet (`.less`)
- Lilypond files (`.ly`)x1
- Lisp source files (`.lisp`, `.lsp`, `.asd`, `.el`)
- Logos source files (`.xm`)
- Lua source files (`.lua`)
Expand Down Expand Up @@ -240,12 +242,13 @@ The application can also handle some [plain files](#plain-files) **without exten
- SQL files (`.sql`)
- Standard ML source files (`.ml`)
- Stata files (`.do`, `.ado`) _as plain text_
- Steam app manifest files (`.acf`) _as plain text_.
- Svelte (`.svelte`) _as `HTML`_
- Swift source files (`.swift`)
- Symfony Twig files (`.twig`)
- TCL source files (`.tcl`)
- Tenex C Shell script files (`.tcsh`)
- Terraform files (`.tfvars`, `.tf`) _as `YAML`_
- Terraform files (`.tfvars`, `.tf`, `.hcl`) _as `YAML`_
- TeX and LaTeX files (`.tex`, `.sty`, `.cls`, `.latex`, `.ltx`, `.texi`, `.ctx`, `.sty`)
- Text files (`.txt`, `.text`)
- TOML files (`.toml`)
Expand Down
Loading

0 comments on commit 66bea28

Please sign in to comment.