mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
TextEditor: Highlight AF files as INI
This commit is contained in:
parent
ec21edb602
commit
00d1dbb95b
Notes:
sideshowbarker
2024-07-17 22:03:32 +09:00
Author: https://github.com/sppmacd
Commit: 00d1dbb95b
Pull-request: https://github.com/SerenityOS/serenity/pull/11462
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ void MainWidget::set_path(StringView path)
|
||||||
m_js_highlight->activate();
|
m_js_highlight->activate();
|
||||||
} else if (m_extension == "gml") {
|
} else if (m_extension == "gml") {
|
||||||
m_gml_highlight->activate();
|
m_gml_highlight->activate();
|
||||||
} else if (m_extension == "ini") {
|
} else if (m_extension == "ini" || m_extension == "af") {
|
||||||
m_ini_highlight->activate();
|
m_ini_highlight->activate();
|
||||||
} else if (m_extension == "sh" || m_extension == "bash") {
|
} else if (m_extension == "sh" || m_extension == "bash") {
|
||||||
m_shell_highlight->activate();
|
m_shell_highlight->activate();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue