mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
Fix INI highlighting (#1037)
My fork has native support for INI files (5ad2176c5f
).
Co-authored-by: qwerty287 <ndev@web.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1037
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
This commit is contained in:
parent
00efc968b9
commit
33fdff5f4d
@ -96,7 +96,6 @@ public class MainGrammarLocator implements GrammarLocator {
|
||||
case "yaml":
|
||||
case "yml":
|
||||
case "properties": // This extension doesn't correspond to YAML, but it's the next best option
|
||||
case "ini": // This extension doesn't correspond to YAML, but it's the next best option
|
||||
return "yaml";
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user