Skip to content

Commit 3e880a9

Browse files
authored
make changes to readme
1 parent 40e77d6 commit 3e880a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Python Data Library
2-
32
The Python Data Library is a python library file and parser pypi-package, To create a `.pdl` file simply follow this [wiki guide](https://github.com/itzCozi/Python-Developer-Library/wiki). PDL files are marked by the file extension `.pdl` and can be parsed within a python program using the pdlparse pypi package. The file's syntax is made to be simple and easy to learn it follows very pythonic rules to ease developers into the language. `pdl-hl` is the [VSCode extension](https://marketplace.visualstudio.com/items?itemName=CooperRansom.pdl-hl) made for pdl files it offers custom syntax highlighting for python data librarys depending on your color theme.
3+
4+
5+
## PDL Highlighting
6+
In short this extension provides syntax highlighting for types, keywords, comments, strings and symbols, the colors the package uses to highlight is based on your color theme. The example below is using a common theme which is listed [here](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-themes).
7+

0 commit comments

Comments
 (0)