Skip to content

Commit baa2a7f

Browse files
author
Alexander Eyers-Taylor
authored
Add comma as a word boundary charecter. (#2615)
* Add comma as a word boundary charecter. * Add changelog for missing trailing commas.
1 parent 2abc4d5 commit baa2a7f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
- No longer highlight trailing commas for jump to defition. [#2615](https://github.com/github/vscode-codeql/pull/2615)
6+
57
## 1.8.8 - 17 July 2023
68

79
- Remove support for CodeQL CLI versions older than 2.9.4. [#2610](https://github.com/github/vscode-codeql/pull/2610)

extensions/ql-vscode/language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"end": "^\\s*//\\s*#?endregion\\b"
3131
}
3232
},
33-
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\.\\<\\>\\/\\?\\s]+)"
33+
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\.\\<\\>\\/\\?\\s\\,]+)"
3434
}

0 commit comments

Comments
 (0)