diff --git a/plugin/core/constants.py b/plugin/core/constants.py index 062cb7ff1..7e89d2e7d 100644 --- a/plugin/core/constants.py +++ b/plugin/core/constants.py @@ -287,8 +287,6 @@ class ChangeEventAction(IntEnum): "source.cs": LanguageKind.CSharp, "source.dosbatch": LanguageKind.WindowsBat, "source.fixedform-fortran": "fortran", # https://packagecontrol.io/packages/Fortran - "source.git.commit": LanguageKind.GitCommit, - "source.git.rebase": LanguageKind.GitRebase, "source.js": LanguageKind.JavaScript, "source.js.react": LanguageKind.JavaScriptReact, # https://github.com/Thom1729/Sublime-JS-Custom "source.json-tmlanguage": "jsonc", # https://github.com/SublimeText/PackageDev @@ -308,6 +306,8 @@ class ChangeEventAction(IntEnum): "source.yaml.helm": 'helm', # https://github.com/SublimeText/YamlPipelines "text.advanced_csv": "csv", # https://github.com/SublimeText/AFileIcon "text.django": LanguageKind.HTML, # https://github.com/willstott101/django-sublime-syntax + "text.git.commit": LanguageKind.GitCommit, + "text.git.rebase": LanguageKind.GitRebase, "text.html.handlebars": LanguageKind.Handlebars, "text.html.markdown": LanguageKind.Markdown, "text.html.markdown.rmarkdown": LanguageKind.R, # https://github.com/REditorSupport/sublime-ide-r