Skip to content

Commit

Permalink
C3 language added (#3748)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaegik committed Apr 2, 2023
1 parent 14aa378 commit 8c2c2c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Improvements:
New Grammars:

- added 3rd party Lang grammar to SUPPORTED_LANGUAGES [AdamRaichu][]
- added 3rd party C3 grammar to SUPPORTED_LANGUAGES [aliaegik][]

Grammars:

Expand All @@ -27,6 +28,7 @@ Parser:

- add removePlugin api [faga295][]

[aliaegik]: https://github.com/aliaegik
[Josh Goebel]: https://github.com/joshgoebel
[Timur Kamaev]: https://github.com/doiftrue
[Leopard20]: https://github.com/Leopard20/
Expand Down
1 change: 1 addition & 0 deletions SUPPORTED_LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The table below shows the full list of languages (and corresponding classes/alia
| C | c, h | |
| C++ | cpp, hpp, cc, hh, c++, h++, cxx, hxx | |
| C/AL | cal | |
| C3 | c3 | [highlightjs-c3](https://github.com/highlightjs/highlightjs-c3) |
| Cache Object Script | cos, cls | |
| Candid | candid, did | [highlightjs-motoko](https://github.com/rvanasa/highlightjs-motoko) |
| CMake | cmake, cmake.in | |
Expand Down

0 comments on commit 8c2c2c6

Please sign in to comment.