Commit Graph

15 Commits

Author SHA1 Message Date
ema
d8fbc338ca Add documentation for supported diff file extensions
Added XML documentation to clarify the purpose and usage of .diff, .patch, and .rej file extensions in DiffHighlightingDefinition.
2026-01-16 14:53:56 +08:00
ema
354b48a2b5 Support .patch and .rej extensions for diff highlighting
Added '.patch' and '.rej' to the supported file extensions in DiffHighlightingDefinition to improve compatibility with common diff-related file types.
2026-01-16 13:35:28 +08:00
ema
a6210e177b Update copyright year to 2026 2026-01-06 02:24:42 +08:00
ema
3f3de0efc2 Improve YAML highlighting and support .clang-format
Added support for .clang-format files to YAML highlighting definitions. Enhanced syntax highlighting to color YAML document separators (---, ...) and their comments distinctly in both dark and light themes. Fixed a potential exception when handling lines without a colon.
2025-12-27 01:46:39 +08:00
ema
e0a2204e56 Add diff file syntax highlighting 2025-09-08 02:16:55 +08:00
ema
12a6b35c6c Remove boolean value type from ASS highlighting 2025-07-01 04:46:39 +08:00
ema
856f7f137c Add light mode highlighting for SubStation Alpha 2025-06-30 01:23:07 +08:00
ema
3878dd0049 Add dark mode highlighting for SubStation Alpha 2025-06-30 01:10:04 +08:00
ema
ac7a08cbf3 Add YAML syntax highlighting 2025-06-29 09:56:18 +08:00
ema
e16a89f979 Refactor properties highlighting for consistency and clarity 2025-06-29 09:04:25 +08:00
ema
9a17d5fa0f Skip empty lines in properties highlighting 2025-06-29 06:49:22 +08:00
ema
caf301f3f5 Refactor property key highlighting logic
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-29 06:36:05 +08:00
ema
e113030dce Skip primary for comment lines in properties files
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-27 22:49:28 +08:00
ema
b3ed13f16a Initial custom highlighting via reflection 2025-06-22 23:53:01 +08:00
ema
e86716fc54 Support .properties 2025-06-22 23:31:59 +08:00