Skip to content

Commit 2c4b76b

Browse files
committed
Version 1.1.0
### Features: - Syntax highlighting based on UnrealIRCd configuration keywords, directives and values. - Documentation tooltips by hovering over a block or directive keyword. - Config block snippets with tabstops in the word prediction selector.
1 parent be082d1 commit 2c4b76b

File tree

8 files changed

+1894
-285
lines changed

8 files changed

+1894
-285
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Change Log
22

3-
All notable changes to the "unrealircd-conf-shl" extension will be documented in this file.
3+
## [1.1.0] March 2025
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
- Improved syntax highlighting
6+
- Documentation popovers when hovering over keywords
7+
- Configuration block Snippets with Tabstops
68

7-
## [Unreleased]
9+
## [1.0.0] Jan 2025
810

9-
- Initial release
11+
- Initial release

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## An unofficial UnrealIRCd configuration file syntax highlighter for VSCode
22
This extension aims to provide a decent syntax highlighter for UnrealIRCd's configuration files.
33

4+
### Features:
5+
- Syntax highlighting based on UnrealIRCd configuration keywords, directives and values.
6+
- Documentation tooltips by hovering over a block or directive keyword.
7+
- Config block snippets with tabstops in the word prediction selector.
8+
49
### What is UnrealIRCd?
510
UnrealIRCd is an open-source IRC server, serving thousands since 1999.
611

@@ -9,4 +14,6 @@ For more information on UnrealIRCd's configuration, please see the relevant docu
914
If you need support using UnrealIRCd or installing this extension, you can find me (Valware) and others on the official UnrealIRCd support IRC network.
1015

1116
### Want to improve this extension?
12-
Like everything UnrealIRCd, this extension is open-source on GitHub.
17+
Like everything UnrealIRCd, this extension is open-source on GitHub.
18+
19+
## Love UnrealIRCd? [Sponsor the project!](https://www.patreon.com/UnrealIRCd)

0 commit comments

Comments
 (0)