tm-grammars 1.23.0 → 1.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,7 @@
70
70
  "name": "constant.numeric.float"
71
71
  },
72
72
  {
73
- "match": "\\b0x\\x+\\b",
73
+ "match": "\\b0x\\h+\\b",
74
74
  "name": "constant.numeric.float"
75
75
  },
76
76
  {
package/index.js CHANGED
@@ -2140,7 +2140,7 @@ export const grammars = [
2140
2140
  displayName: 'LLVM IR',
2141
2141
  funding: [
2142
2142
  ],
2143
- hash: '9d9OREXfF1YB_RYO4rnqPFz58ki_BICzKr37qOU9nRA',
2143
+ hash: 'OzTi2eTMlc2BMi_JGth-c8BuPlOejpPjPZ5jz_RCDn0',
2144
2144
  lastUpdate: '2024-05-30T11:17:37Z',
2145
2145
  license: 'NOASSERTION',
2146
2146
  licenseUrl: 'https://raw.githubusercontent.com/llvm/llvm-project/main/LICENSE.TXT',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.23.0",
4
+ "version": "1.23.1",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",