Skip to content

Commit 0fc2b2f

Browse files
authored
Merge pull request #23 from vitabletech/release-v1.1.1
after release merge into main Release v1.1.1
2 parents aad35c3 + 6e879f3 commit 0fc2b2f

File tree

6 files changed

+30
-4010
lines changed

6 files changed

+30
-4010
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_modules
55
.vscode
66
node_modules
77
.DS_Store
8-
dummy
8+
dummy
9+
package-lock.json

.vscodeignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ install
99
commitlint.config.js
1010
index.html
1111
.github/
12-
dummy
12+
dummy
13+
package-lock.json

README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To install SnippetMaster, follow these steps:
2222
Once installed, SnippetMaster will automatically register its snippets with Visual Studio Code. To use a snippet, simply type its trigger keyword in the editor and press `Enter`.
2323

2424
For example, to use the `printr` snippet, type `_printr` in your editor and press `enter`. This will expand the snippet into the corresponding code block.
25-
For more information : https://vitabletec.github.io/SnippetMaster/
25+
For more information : https://vitabletech.github.io/SnippetMaster/
2626

2727
## Supported Languages
2828

@@ -33,18 +33,24 @@ SnippetMaster currently supports the following languages:
3333
* Sql
3434
* shell script/cmd
3535
* windows use full commands
36+
* Css
37+
* Sass
38+
* Wordpress
39+
* Laravel
40+
* React
41+
* AngularJS
3642

3743
## Issues
38-
\
39-
If you encounter any issues or have suggestions for improvement, please file an issue on the [SnippetMaster GitHub repository](https://github.com/vitabletec/SnippetMaster/issues).
44+
45+
If you encounter any issues or have suggestions for improvement, please file an issue on the [SnippetMaster GitHub repository](https://github.com/vitabletech/SnippetMaster/issues).
4046

4147
## Contributing
4248

43-
Contributions are welcome! If you would like to contribute to SnippetMaster, please create a pull request on the [SnippetMaster GitHub repository](https://github.com/vitabletec/SnippetMaster/pulls).
49+
Contributions are welcome! If you would like to contribute to SnippetMaster, please create a pull request on the [SnippetMaster GitHub repository](https://github.com/vitabletech/SnippetMaster/pulls).
4450

4551
## License
4652

47-
SnippetMaster is licensed under the [MIT License](https://github.com/vitabletec/SnippetMaster/blob/main/LICENSE).
53+
SnippetMaster is licensed under the [MIT License](https://github.com/vitabletech/SnippetMaster/blob/main/LICENSE).
4854

4955
## Features
5056
* Custom code snippets for a variety of programming languages.
@@ -59,7 +65,7 @@ SnippetMaster is licensed under the [MIT License](https://github.com/vitabletec/
5965

6066
## Tutorial
6167

62-
Want to learn how to use it? Check out the tutorial [here](https://vitabletec.github.io/SnippetMaster/).
68+
Want to learn how to use it? Check out the tutorial [here](https://vitabletech.github.io/SnippetMaster/).
6369

6470
## Rate Us
6571

0 commit comments

Comments
 (0)