Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit 1970fbd

Browse files
committed
Update README.md
Add Git date to package.json Update .gitignore
1 parent 6c50f14 commit 1970fbd

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
2-
package-lock.json
2+
package-lock.json
3+
*.vsix

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# CoD-LocalizedString
1+
# CoD-LocalizedString
2+
Support for **Call of Duty's Localized String** files (_.str_)
3+
4+
![preview](https://i.imgur.com/lgVuBcG.png)
5+
6+
# Snippets
7+
#### HEADER
8+
![header-preview](https://i.imgur.com/T45HvkY.gif)
9+
#### REFERENCE
10+
![reference-preview](https://i.imgur.com/GGQvu1H.gif)
11+
#### LANG
12+
![lang-preview](https://i.imgur.com/dH4kqF3.gif)
13+
#### ENDMARKER
14+
![endmarker-preview](https://i.imgur.com/pJQsxhF.gif)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
}
4949
]
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)