Skip to content

Commit 5677e6d

Browse files
committed
Adjusted the images
1 parent 4adb6cf commit 5677e6d

File tree

5 files changed

+15
-190
lines changed

5 files changed

+15
-190
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

Images/WithExtension.png

76.1 KB
Loading

Images/WithoutExtension.png

79.9 KB
Loading

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
# AutoItSyntaxHighlight
22

3-
<!-- Update the VS Gallery link after you upload the VSIX-->
3+
AutoIt scripting language support for Visual Studio
44
Download this extension from the [VS Gallery](https://visualstudiogallery.msdn.microsoft.com/e34d5dcf-d1aa-4c70-9b3e-e3f2fe22d661).
55

6-
---------------------------------------
6+
## AutoIt
77

8-
AutoIt scripting language support for Visual Studio
8+
![AutoIt logo](https://www.autoitscript.com/w/images/8/89/Logo2.png)
99

10-
See the [changelog](CHANGELOG.md) for changes and roadmap.
10+
AutoIt scripting language: [AutoIt](https://www.autoitscript.com)
1111

1212
## Features
1313

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
1519

16-
### Systax Highlight for comments, functions, strings and keywords
20+
### Syntax highlight for comments, functions, strings and keywords
1721

1822
Open ".au3" files in Visual Studio **without** this extension:
19-
![Without Extension](Images/WithoutExtension.png)
23+
24+
![Without extension](https://github.com/Therena/AutoItSyntaxHighlight/blob/master/Images/WithoutExtension.png?raw=true)
2025

2126
Open ".au3" files in Visual Studio **with** this extension:
22-
![With Extension](Images/WithExtension.png)
2327

24-
## Contribute
25-
Check out the [contribution guidelines](CONTRIBUTING.md)
26-
if you want to contribute to this project.
28+
![With extension](https://github.com/Therena/AutoItSyntaxHighlight/blob/master/Images/WithExtension.png?raw=true)
2729

2830
## License
29-
[Apache 2.0](LICENSE)
31+
32+
[Apache 2.0](https://github.com/Therena/AutoItSyntaxHighlight/blob/master/LICENSE)

0 commit comments

Comments
 (0)