Unnamed repository; edit this file 'description' to name the repository.
Add .itermcolors to xml file types (#14531)
| -rw-r--r-- | languages.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 0cf57e02..d4ddd091 100644 --- a/languages.toml +++ b/languages.toml @@ -3046,6 +3046,7 @@ file-types = [ "gpx", "fodt", "fods", + "itermcolors", "terminal", ] block-comment-tokens = { start = "<!--", end = "-->" } @@ -4833,7 +4834,7 @@ indent = { tab-width = 2, unit = " " } block-comment-tokens = { start = "<!--", end = "-->" } word-completion.trigger-length = 4 -[[language]] +[[language]] name = "slisp" scope = "source.sl" injection-regex = "sl" |