georgewfraser / vscode-tree-sitter

Accurate syntax coloring for VSCode using tree-sitter
MIT License
175 stars 25 forks source link

fixed incorrect directory name in README.md #32

Closed srijan-paul closed 4 years ago

srijan-paul commented 4 years ago

line 41 and 42: the paths should be ./src/colors.ts and ./src/extension.ts according to the source but they read ./lib/colors/ts and ./lib/extension.ts instead