Skip to content

Commit 5f354df

Browse files
committed
Sync settings file extensions with INI package
This commit assigns only extensions, which are assigned to real INI syntax. Support same set of extensions, regardless INI package is present or not.
1 parent 4cea400 commit 5f354df

12 files changed

+17
-6
lines changed

icons/icons.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3062,16 +3062,27 @@
30623062
"syntaxes": [
30633063
{
30643064
"extensions": [
3065-
"fmt",
3065+
".buckconfig",
3066+
".coveragerc",
3067+
".flake8",
3068+
".flowconfig",
3069+
".hgrc",
3070+
".pycodestyle",
3071+
".pylintrc",
3072+
".style.yapf",
3073+
"avpreset",
30663074
"cfg",
3067-
"ini",
3075+
"conf",
3076+
"desktop",
3077+
"ffpreset",
30683078
"inf",
3079+
"ini",
3080+
"lektorproject",
30693081
"lng",
3070-
"pbk",
3082+
"pycodestyle",
3083+
"pylintrc",
30713084
"url",
3072-
"conf",
3073-
"config",
3074-
"buildozer.spec"
3085+
"vlcrc"
30753086
],
30763087
"name": "Plain Text (INI)",
30773088
"scope": "source.ini"

tests/.pylintrc

Whitespace-only changes.

tests/.style.yapf

Whitespace-only changes.

tests/file_type_settings.desktop

Whitespace-only changes.

tests/file_type_settings.ffpreset

Whitespace-only changes.

tests/file_type_settings.pycodestyle

Whitespace-only changes.

0 commit comments

Comments
 (0)