diff --git a/CHANGELOG.md b/CHANGELOG.md index 95eb3d4f..3c99ae58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)\ +## Unreleased + +### Fixed +- Fix the issue of keywords being tokenized as entity.name.tag.module.reference.verilog instead of keyword.other.verilog to fix the issue in [#476](https://github.com/mshr-h/vscode-verilog-hdl-support/issues/476) + ## [1.15.2] - 2024-10-19 ### Changed diff --git a/syntaxes/verilog.tmLanguage.json b/syntaxes/verilog.tmLanguage.json index 2b42cce3..b1f986f6 100644 --- a/syntaxes/verilog.tmLanguage.json +++ b/syntaxes/verilog.tmLanguage.json @@ -105,7 +105,7 @@ "include": "#keywords" }, { - "begin": "^\\s*([a-zA-Z][a-zA-Z0-9_]*)\\s+([a-zA-Z][a-zA-Z0-9_]*)(?