Skip to content

Commit 1534481

Browse files
fix: #5
1 parent 667721a commit 1534481

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gdscript_style.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from pygments.style import Style
22
from pygments.token import (
3+
Text,
34
Keyword,
45
Name,
56
Comment,
@@ -16,6 +17,7 @@ class GDScriptStyle(Style):
1617
background_color = "#1d2229"
1718

1819
styles = {
20+
Text: "#ffffff", # text
1921
Whitespace: "#bbbbbb", # for whitespace
2022
Comment: "#cdcfd2", # any kind of comments
2123
Punctuation: "#abc9ff", # punctuation (e.g. [!.,])

0 commit comments

Comments
 (0)