We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1bc62 commit 0051caaCopy full SHA for 0051caa
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to the "irule" extension will be documented in this file.
4
5
+---
6
+## 1.6.17
7
+### Changed
8
+fix syntax handling of regexp/regsub
9
+
10
11
+## 1.6.16
12
13
+A tonne of work to update to modern packages all through the code
14
15
---
16
## 1.6.14
17
### Changed
syntaxes/irule.tmlanguage.yaml
@@ -2959,7 +2959,7 @@ repository:
2959
patterns:
2960
-
2961
begin: '(?<=^|\[|{|;)\s*(::)?\b(regexp|regsub)\b'
2962
- end: "(?=(?<!\\\\)(?:$|[\\n;}\\]]))"
+ end: "(?=(?<!\\\\)(?:$|.*[\n;}\\]]))"
2963
beginCaptures:
2964
'1':
2965
name: support.type.ns.separator.irule
0 commit comments