1.23
2.0
main
|
Last change
on this file since 8ae32f6 was 135e8cf, checked in by Youngjun Lee <youngjunlee7@…>, 3 weeks ago |
|
Initial Markdown documents
|
-
Property mode
set to
100644
|
|
File size:
246 bytes
|
| Line | |
|---|
| 1 | [project]
|
|---|
| 2 | name = "pygments-civlc"
|
|---|
| 3 | version = "0.1.0"
|
|---|
| 4 | dependencies = ["Pygments"]
|
|---|
| 5 |
|
|---|
| 6 | [project.entry-points."pygments.lexers"]
|
|---|
| 7 | civlc = "pygments_civlc.lexer:CivlCLexer"
|
|---|
| 8 |
|
|---|
| 9 | [build-system]
|
|---|
| 10 | requires = ["setuptools"]
|
|---|
| 11 | build-backend = "setuptools.build_meta"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.