Skip to content

Commit e2e11f7

Browse files
authored
Add JSONata as supported language (#4069)
* Add JSONata as supported language * Update CHANGES
1 parent f41067d commit e2e11f7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ New Grammars:
5656
- added 3rd party Unison grammar to SUPPORTED_LANGUAGES [Rúnar Bjarnason][]
5757
- added 3rd party Phix grammar to SUPPORTED_LANGUAGES [PeteLomax][]
5858
- added 3rd party Mirth grammar to SUPPORTED_LANGUAGES [Sierra][]
59+
- added 3rd party JSONata grammar to SUPPORTED_LANGUAGES [Vlad Dimov][]
5960

6061
Developer Tool:
6162

@@ -101,6 +102,7 @@ Themes:
101102
[BackupMiles]: https://github.com/BackupMiles
102103
[Julien Bloino]: https://github.com/jbloino
103104
[Sierra]: https://github.com/casuallyblue
105+
[Vlad Dimov]: https://github.com/DevDimov
104106

105107

106108

SUPPORTED_LANGUAGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The table below shows the full list of languages (and corresponding classes/alia
112112
| IRPF90 | irpf90 | |
113113
| Iptables | iptables | [highlightjs-iptables](https://github.com/highlightjs/highlightjs-iptables) |
114114
| JSON | json, jsonc | |
115+
| JSONata | jsonata | [highlightjs-jsonata](https://github.com/DevDimov/highlightjs-jsonata) |
115116
| Java | java, jsp | |
116117
| JavaScript | javascript, js, jsx | |
117118
| Jolie | jolie, iol, ol | [highlightjs-jolie](https://github.com/xiroV/highlightjs-jolie) |

0 commit comments

Comments
 (0)