tm-grammars 1.6.8 → 1.6.9
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.
- package/README.md +1 -1
- package/grammars/pascal.json +1 -1
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -133,7 +133,7 @@ import { grammars } from 'tm-grammars'
|
|
|
133
133
|
| `objective-c` | `objc` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/objective-c/syntaxes/objective-c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 103.61 kB |
|
|
134
134
|
| `objective-cpp` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/objective-c/syntaxes/objective-c++.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 168.52 kB |
|
|
135
135
|
| `ocaml` | | [reasonml-editor/vscode-reasonml](https://github.com/reasonml-editor/vscode-reasonml/blob/14af625ec50ed9968b957b4d6336c5338d81af45/syntaxes/ocaml.json) | [Apache-2.0](https://raw.githubusercontent.com/reasonml-editor/vscode-reasonml/master/LICENSE) | | 61.86 kB |
|
|
136
|
-
| `pascal` | | [alefragnani/vscode-language-pascal](https://github.com/alefragnani/vscode-language-pascal/blob/
|
|
136
|
+
| `pascal` | | [alefragnani/vscode-language-pascal](https://github.com/alefragnani/vscode-language-pascal/blob/b364f43ef1747a22872cf98d1844d976576f9df0/syntaxes/pascal.tmLanguage) | [MIT](https://raw.githubusercontent.com/alefragnani/vscode-language-pascal/master/LICENSE.md) | | 3.90 kB |
|
|
137
137
|
| `perl` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e637ff1bf7f481134849625e982ec80df9b35bc8/extensions/perl/syntaxes/perl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `html` `xml` `css` `javascript` `sql` | 41.97 kB |
|
|
138
138
|
| `php` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/06401b39b18c5e7d1c021a619fa387d654033606/extensions/php/syntaxes/php.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `html` `xml` `sql` `javascript` `json` `css` | 105.49 kB |
|
|
139
139
|
| `plsql` | | [zabel-xyz/plsql-language](https://github.com/zabel-xyz/plsql-language/blob/256a6b8f04f2bdc5e60ce921646a5068957078d7/syntaxes/plsql.tmLanguage) | [MIT](https://raw.githubusercontent.com/zabel-xyz/plsql-language/master/LICENSE) | | 7.99 kB |
|
package/grammars/pascal.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"name": "string.regexp"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
"match": "\\b(?i:(ansichar|ansistring|boolean|byte|cardinal|char|comp|currency|double|dword|extended|file|integer|int64|longint|longword|nativeint|nativeuint|olevariant|pansichar|pchar|pwidechar|pointer|real|shortint|shortstring|single|smallint|string|uint64|variant|widechar|widestring|word|wordbool))\\b",
|
|
67
|
+
"match": "\\b(?i:(ansichar|ansistring|boolean|byte|cardinal|char|comp|currency|double|dword|extended|file|integer|int8|int16|int32|int64|longint|longword|nativeint|nativeuint|olevariant|pansichar|pchar|pwidechar|pointer|real|shortint|shortstring|single|smallint|string|uint8|uint16|uint32|uint64|variant|widechar|widestring|word|wordbool|uintptr|intptr))\\b",
|
|
68
68
|
"name": "storage.support.type.pascal"
|
|
69
69
|
},
|
|
70
70
|
{
|
package/index.js
CHANGED
|
@@ -1836,18 +1836,18 @@ export const grammars = [
|
|
|
1836
1836
|
source: 'https://github.com/reasonml-editor/vscode-reasonml/blob/14af625ec50ed9968b957b4d6336c5338d81af45/syntaxes/ocaml.json',
|
|
1837
1837
|
},
|
|
1838
1838
|
{
|
|
1839
|
-
byteSize:
|
|
1839
|
+
byteSize: 3996,
|
|
1840
1840
|
categories: [
|
|
1841
1841
|
'general',
|
|
1842
1842
|
],
|
|
1843
1843
|
displayName: 'Pascal',
|
|
1844
|
-
lastUpdate: '
|
|
1844
|
+
lastUpdate: '2024-04-14T00:32:39Z',
|
|
1845
1845
|
license: 'MIT',
|
|
1846
1846
|
licenseUrl: 'https://raw.githubusercontent.com/alefragnani/vscode-language-pascal/master/LICENSE.md',
|
|
1847
1847
|
name: 'pascal',
|
|
1848
1848
|
scopeName: 'source.pascal',
|
|
1849
|
-
sha: '
|
|
1850
|
-
source: 'https://github.com/alefragnani/vscode-language-pascal/blob/
|
|
1849
|
+
sha: 'b364f43ef1747a22872cf98d1844d976576f9df0',
|
|
1850
|
+
source: 'https://github.com/alefragnani/vscode-language-pascal/blob/b364f43ef1747a22872cf98d1844d976576f9df0/syntaxes/pascal.tmLanguage',
|
|
1851
1851
|
},
|
|
1852
1852
|
{
|
|
1853
1853
|
byteSize: 42982,
|
package/package.json
CHANGED