Skip to content

Commit

Permalink
Factor out link
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Dec 16, 2024
1 parent a7ba9e0 commit 5871a53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Edit/Chime.docc/AddLanguage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Chime relies heavily internally on [UTIs](https://developer.apple.com/documentat
mdls path/to/your/file
```

These UTIs should first be incorporated into [ChimeKit](https://github.com/ChimeHQ/ChimeKit). From there, they can be added as "Imported Type Identifiers" in Chime's Info.plist. To do this, you'll need to know the file extensions used. ChimeKit also supports well-known file names, like `Makefile`, which the Uniform Type Identifier APIs do not currently support.
These UTIs should first be incorporated into [ChimeKit][]. From there, they can be added as "Imported Type Identifiers" in Chime's Info.plist. To do this, you'll need to know the file extensions used. ChimeKit also supports well-known file names, like `Makefile`, which the Uniform Type Identifier APIs do not currently support.

## Tree-Sitter

Expand All @@ -40,4 +40,6 @@ You might also be tempted to adjust these queries. Try to resist this temptation

## Language Server

After syntactic support is working, you can refer to ChimeKit's documentation on how to set up an extension for language server support.
After syntactic support is working, you can refer to [ChimeKit]'s documentation on how to set up an extension for language server support.

[ChimeKit]: https://github.com/ChimeHQ/ChimeKit

0 comments on commit 5871a53

Please sign in to comment.