|
1 | 1 | # AutoItSyntaxHighlight |
2 | 2 |
|
3 | | -<!-- Update the VS Gallery link after you upload the VSIX--> |
| 3 | +AutoIt scripting language support for Visual Studio |
4 | 4 | Download this extension from the [VS Gallery](https://visualstudiogallery.msdn.microsoft.com/e34d5dcf-d1aa-4c70-9b3e-e3f2fe22d661). |
5 | 5 |
|
6 | | ---------------------------------------- |
| 6 | +## AutoIt |
7 | 7 |
|
8 | | -AutoIt scripting language support for Visual Studio |
| 8 | + |
9 | 9 |
|
10 | | -See the [changelog](CHANGELOG.md) for changes and roadmap. |
| 10 | +AutoIt scripting language: [AutoIt](https://www.autoitscript.com) |
11 | 11 |
|
12 | 12 | ## Features |
13 | 13 |
|
14 | | -- Systax Highlight for comments, functions, strings, keywords |
| 14 | +- Syntax highlight for Auto scripts in Visual Studio |
| 15 | + - Syntax highlight for comments |
| 16 | + - Syntax highlight for functions |
| 17 | + - Syntax highlight for strings |
| 18 | + - Syntax highlight for keywords |
15 | 19 |
|
16 | | -### Systax Highlight for comments, functions, strings and keywords |
| 20 | +### Syntax highlight for comments, functions, strings and keywords |
17 | 21 |
|
18 | 22 | Open ".au3" files in Visual Studio **without** this extension: |
19 | | - |
| 23 | + |
| 24 | + |
20 | 25 |
|
21 | 26 | Open ".au3" files in Visual Studio **with** this extension: |
22 | | - |
23 | 27 |
|
24 | | -## Contribute |
25 | | -Check out the [contribution guidelines](CONTRIBUTING.md) |
26 | | -if you want to contribute to this project. |
| 28 | + |
27 | 29 |
|
28 | 30 | ## License |
29 | | -[Apache 2.0](LICENSE) |
| 31 | + |
| 32 | +[Apache 2.0](https://github.com/Therena/AutoItSyntaxHighlight/blob/master/LICENSE) |
0 commit comments