Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Feb 21, 2024
1 parent 68486fc commit ee27dd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AutoSetSyntax helps you set the syntax for a view automatically in various ways:
- Assigning syntax for Sublime Text syntax test files.
- Assigning syntax by the first line.
- User-defined rules.
- (Experimental) Machine learning based syntax detection.
- (Experimental) Deep learning based syntax detection. ([Magika][google-magika])

## Installation

Expand All @@ -27,4 +27,5 @@ This package is available on [Package Control][package-control] by the name of [
- https://jfcherng-sublime.github.io/ST-AutoSetSyntax/

[autosetsyntax]: https://packagecontrol.io/packages/AutoSetSyntax
[google-magika]: https://github.com/google/magika
[package-control]: https://packagecontrol.io
1 change: 1 addition & 0 deletions docs/src/_snippets/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[applysyntax-v1-idea]: https://forum.sublimetext.com/t/automatically-set-view-syntax-according-to-first-line/18629
[autosetsyntax-new-issue]: https://github.com/jfcherng-sublime/ST-AutoSetSyntax/issues/new
[black-formatter-online]: https://black.vercel.app
[google-magika]: https://github.com/google/magika
[node.js]: https://nodejs.org
[package-control]: https://packagecontrol.io
[pc-a-file-icon]: https://packagecontrol.io/packages/A%20File%20Icon
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AutoSetSyntax helps you set the syntax for a view automatically in various ways:
- Assigning syntax for Sublime Text syntax test files.
- Assigning syntax by the first line.
- User-defined rules.
- (Experimental) Machine learning based syntax detection.
- (Experimental) Deep learning based syntax detection. ([Magika][google-magika])

If you want to learn more details, read "[Use Cases][plugin-use-cases]" and "[Configurations][plugin-configurations]".

Expand Down

0 comments on commit ee27dd3

Please sign in to comment.