I want to apply syntax highlighting to git bash code like this:
I'm using this following code:
```gitㅤ
diff --git a/fourth.py b/fourth.py
index 13cc618..4c8cfb6 100644
--- a/fourth.py
+++ b/fourth.py
@@ -1,5 +1,5 @@
print('hello')
+print('git')
-print(1)
-
-print('bye')
\ No newline at end of file
+print('bye')
+print('20000')
\ No newline at end of file
```ㅤ
not working for use keyword such as github, Github, vim, diff, bash, etc. instead of git
.
How can I do this?
example: if python, instead of git:
print('hello world!')
this method is not working for git-code.