Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 158f876e..d8027ab1 100644 --- a/languages.toml +++ b/languages.toml @@ -4751,7 +4751,6 @@ file-types = [{glob = "Cross.toml"}] language-servers = [ "taplo", "tombi" ] indent = { tab-width = 2, unit = " " } -# https://git-cliff.org/docs/configuration/ [[language]] name = "git-cliff-config" scope = "source.git-cliff-config" @@ -4832,3 +4831,15 @@ language-servers = ["wikitext-lsp"] indent = { tab-width = 2, unit = " " } block-comment-tokens = { start = "<!--", end = "-->" } word-completion.trigger-length = 4 + +[[language]] +name = "slisp" +scope = "source.sl" +injection-regex = "sl" +file-types = ["sl"] +comment-token = ";" +indent = { tab-width = 2, unit = " " } + +[[grammar]] +name = "slisp" +source = { git = "https://github.com/xenogenics/tree-sitter-slisp", rev = "29f9c6707ce9dfc2fc915d175ec720b207f179f3" } |