Jonathan Karr
3ec876d51a
Add markers for multi-line Python comments
2022-01-17 13:25:16 -05:00
Quinn Winters
4dca8a215f
fix: Clean up TeX syntax and add tests
...
1. Swap `\` for `\\` for TeX block comments to avoid issues with parsing
2. Add tests for TeX, Julia, AutoHotKey, Org mode, and Handlebars
3. Ensure tests can be run with 1 line command
4. Change logic in test framework so that tests run off of local version
of `syntax.json` rather than remote version
5. Add details for running tests + adding tests for your syntax PR to
readme
6. Add .gitignore file for python (to avoid compiles form tests winding
up in commits)
2021-12-13 19:13:37 +01:00
Alastair Mooney
02e6a4e7b5
Update syntax.json
2021-12-01 14:48:17 +00:00
David Gilmore
8faaaa60c0
Add HCL
2021-11-25 17:48:02 +00:00
tatsuro-m
29eb07c7a5
Add support for Go
2021-11-22 17:21:08 +09:00
Alastair Mooney
ebee9c76f1
Update syntax.json
2021-11-09 12:03:27 +00:00
Marc Bernard
816fe1d4b1
Escape star
2021-11-08 12:07:45 -05:00
Marc Bernard
8a3b21e2bf
Add support for ABAP and ABAP CDS languages
...
ABAP
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abencomment.htm
ABAP CDS
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abencds_general_syntax_rules.htm
Closes #85
2021-11-08 09:33:40 -05:00
alstr
bb364c4c2d
Resolve conflict
2021-11-04 12:40:42 +00:00
Alastair Mooney
d9aa434d23
Update syntax.json
2021-11-04 12:26:47 +00:00
Alastair Mooney
5b6ad9381f
Merge branch 'master' into patch-1
2021-11-04 12:20:32 +00:00
Alastair Mooney
655b5bf533
Fix typo
2021-11-04 12:14:51 +00:00
Levon Tarver
aff5175c61
Add block comment support for Rust
2021-11-02 21:27:06 -05:00
Levon Tarver
c4d82bdcf4
Add line comment support for Rust
2021-11-02 21:16:20 -05:00
Mads Balslev
eb3be0aef1
Add Razor language support
2021-10-28 11:45:08 +02:00
Ming
b7540f8889
add vue language syntax support
2021-08-24 10:22:24 +08:00
alstr
9e47839bca
Add SQL support
...
Closes #74
2021-08-23 08:14:06 +01:00
Sarah Brown
f5c4bba2ea
remove extraneous space
2021-08-05 07:57:23 -04:00
Alastair Mooney
2a463740c5
Update syntax.json
...
Co-authored-by: Sarah Brown <brownsarahm@uri.edu>
2021-07-20 15:20:20 +01:00
Sarah Brown
c78e2ae488
add Tex (and latex) support
2021-07-19 07:21:40 -04:00
Louis Quinnell
3a50a046e7
Add Julia support
...
Adds support for the Julia language.
See: https://docs.julialang.org/en/v1/base/punctuation/
2021-07-14 23:18:10 +10:00
Akira Hayashi
bd1edb86c0
Add org-mode
2021-07-04 14:47:47 +09:00
Alastair Mooney
92b13c597d
Add Handlebars support
2021-06-29 10:38:26 +01:00
Alastair Mooney
09d42f4186
Add Handlebars support
...
Closes #52
2021-06-29 10:37:58 +01:00
Alastair Mooney
50260a0713
Add support for shell scripts
...
Closes #51
2021-06-25 16:00:26 +01:00
kellen.kapper
924c43d6af
Adds markdown block support.
2021-06-18 11:22:26 -04:00
Frederik Schönfeldt
760d275b26
Update syntax.json
2021-05-20 15:06:19 +02:00
EvgenBabenko
944d97c498
feat(syntax): add tsx support
2021-05-14 22:53:28 +03:00
Felix Dietze
b771420981
Add Scala support
2021-05-12 15:28:20 +02:00
Alastair Mooney
3c54581a06
Update syntax.json
...
Close #44
Close #43
Fix Sass capitalisation
2021-04-14 09:10:09 +01:00
Alastair Mooney
bb7098ac8e
Update syntax.json
...
Remove invalid comma from #41
2021-04-06 21:26:46 +01:00
Felix Dietze
2c1c039c66
Add syntax for Dart
2021-04-06 17:04:28 +00:00
alstr
80f607b8ef
Update syntax.json
2021-03-30 12:30:26 +01:00
alstr
b9a872530c
Update syntax.json
2021-03-30 12:28:36 +01:00
alstr
48b6982095
Fix CSS comment syntax as mentioned in #35
2021-03-28 14:44:48 +01:00
alstr
cd988d2d92
Rewrite parser to support block/dynamic comments
2021-03-28 09:56:33 +01:00