mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
HackStudio: Highlight AF files as INI
This commit is contained in:
parent
00d1dbb95b
commit
6cfa58c7f3
Notes:
sideshowbarker
2024-07-17 22:03:27 +09:00
Author: https://github.com/sppmacd
Commit: 6cfa58c7f3
Pull-request: https://github.com/SerenityOS/serenity/pull/11462
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Language language_from_file_extension(const String& extension)
|
|||
return Language::CSS;
|
||||
if (extension == "gml")
|
||||
return Language::GML;
|
||||
if (extension == "ini")
|
||||
if (extension == "ini" || extension == "af")
|
||||
return Language::Ini;
|
||||
if (extension == "sh" || extension == "bash")
|
||||
return Language::Shell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue