Skip to content

Commit

Permalink
feat: add simple-commits manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Sep 24, 2024
1 parent 6a868f1 commit df6663a
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions sc.toml.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# It can help you to commit correctly
# https://github.com/romancitodev/simple-commits
[git]
skip_emojis = true

{% if plugin_type == "Theme" -%}
[[scopes]]
name = "light"
description = "Light mode related"

[[scopes]]
name = "dark"
description = "Dark mode related"

[[scopes]]
name = "ui"
description = "UI aspect details related"

[[scopes]]
name = "color"
description = "Change color scheme"
{%- endif %}

{% if plugin_type == "Language Server" -%}
[[scopes]]
name = "lang"
description = "Language support"

[[scopes]]
name = "lsp"
description = "lsp related"

{% if use_tree_sitter -%}
[[scopes]]
name = "grammar"
description = "Grammar scheme related"

[[scopes]]
name = "tree-sitter"
description = "TreeSitter related"
{%- endif -%}
{%- endif %}

0 comments on commit df6663a

Please sign in to comment.