Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 4bf39c27..7313d746 100644 --- a/languages.toml +++ b/languages.toml @@ -824,6 +824,16 @@ name = "gowork" source = { git = "https://github.com/omertuc/tree-sitter-go-work", rev = "6dd9dd79fb51e9f2abc829d5e97b15015b6a8ae2" } [[language]] +name = "go-format-string" +scope = "source.go-format-string" +file-types = [] +injection-regex = "go-format-string" + +[[grammar]] +name = "go-format-string" +source = { git = "https://codeberg.org/kpbaks/tree-sitter-go-format-string", rev = "45b559b74be97535abfc77ade4405343a43e5ca4" } + +[[language]] name = "javascript" scope = "source.js" injection-regex = "(js|javascript)" |