Skip to content

Commit

Permalink
Add Languages examples for syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Oct 5, 2021
1 parent d5af051 commit c283211
Show file tree
Hide file tree
Showing 3 changed files with 974 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- [Strikethrough](individual/strikethrough.md)
- [Mixed](individual/mixed.md)
- [Languages](languages/README.md)
- [Syntax Highlight](languages/highlight.md)
- [Rust Specific](rust/README.md)

---
Expand Down
46 changes: 46 additions & 0 deletions test_book/src/languages/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,47 @@
# Syntax Highlighting

This Currently contains following languages

- apache
- armasm
- bash
- c
- coffeescript
- cpp
- csharp
- css
- d
- diff
- go
- handlebars
- haskell
- http
- ini
- java
- javascript
- json
- julia
- kotlin
- less
- lua
- makefile
- markdown
- nginx
- objectivec
- perl
- php
- plaintext
- properties
- python
- r
- ruby
- rust
- scala
- scss
- shell
- sql
- swift
- typescript
- x86asm
- xml
- yaml
Loading

0 comments on commit c283211

Please sign in to comment.