Files
zyedidia.micro/internal
Dmitry Maluka de8f4bf72f Fix regressions in buffer settings initialization (#2035)
Fix regressions after ba98b55:

- Unable to override filetype autodetection by setting a specific filetype
  for specific files, i.e. this doesn't work:

    "*.h": {
        "filetype": "c++"
    },

- Unable to enable/disable syntax highlighting for specific files,
  i.e. this doesn't work:

    "*.c": {
        "syntax": false
    },

- "readonly" setting doesn't work (neither global nor per-filetype).
2021-02-22 18:18:37 -05:00
..
2020-11-16 14:07:22 -05:00
2020-11-21 01:46:17 -05:00
2021-01-09 13:39:21 -05:00
2021-01-09 13:39:21 -05:00
2020-02-08 21:06:13 -05:00