Commit Graph

60 Commits

Author SHA1 Message Date
Alastair Mooney
8944832656
Merge branch 'master' into support-jsonc 2023-02-28 13:47:02 +00:00
Rich Alimi
de2352f8dd Add support for Starlark.
Support is similar to Python, as it is a python dialect.  However, it does not support block comments.

See spec: https://github.com/bazelbuild/starlark/blob/master/spec.md
2023-02-25 06:45:49 +00:00
Rich Alimi
53f6d2f8fe Add support for JSON with Comments.
Support is similar to JSON5, except block comments are also supported.
2023-02-25 06:22:46 +00:00
DosangGu
027b4c1352 add XML block marker 2023-02-09 08:01:44 +00:00
Alastair Mooney
f8b1f77543
Merge branch 'master' into master 2022-12-22 08:32:29 +00:00
Walker
de829edf0c Add Nix support 2022-12-21 14:46:54 -03:00
Sara
dc1cbbf703
added GDScript 2022-12-10 21:45:51 +00:00
alstr
f088719c52 Fix invalid JSON
Fixes #131
2022-10-27 08:41:25 +01:00
Avelino
735f77d3bc
clojure: add support 2022-10-22 14:40:57 +00:00
Marcos Soutullo Rodriguez
7032c76bc5
feat: add support for JSON5 2022-10-16 12:00:41 +01:00
Marcos Soutullo Rodriguez
9e57f4e103
feat: add JSON5 support 2022-10-16 11:00:18 +01:00
Ondrej Sebek
f6ff32665a Add Haskell support 2022-06-30 20:48:38 +02:00
Quinn Winters
92a4bdf2d9
Adding \todo for LaTeX todos
Many packages (e.g. `todo`, `easy-todo`, `todonotes`) in LaTeX visually track TODOs in a document which makes them easy to see when editing; especially when sending to external editors. This commit adds support for these packages in LaTeX and creates GitHub issues just like you would have from a regular inline comment.
2022-06-01 08:50:00 +02:00
James McMahon
abbbccdbc2
Merge branch 'master' into patch-1 2022-05-20 12:19:19 +01:00
James McMahon
48caf5c8ab
Add language definition for R
[R](https://en.wikipedia.org/wiki/R_(programming_language))

Comments are simply started with a `#`
2022-05-18 15:43:07 +01:00
Thomas F. K. Jorna
1fe2b4ae2a fix: make the checkbox test pass 2022-05-17 10:57:42 +02:00
Thomas F. K. Jorna
725d3e2b98 feat: add checkbox todos 2022-05-17 10:48:57 +02:00
Thomas F. K. Jorna
679302c25a feat: add mdx style comments 2022-05-17 10:39:21 +02:00
Caspian Baska
832535b4cf
feat: add support for Crystal language 2022-03-02 01:14:48 +11:00
Alastair Mooney
a131465a1b
Update syntax.json
Fix Markdown syntax as mentioned in #108
2022-02-22 17:08:34 +00:00
Mike Snoeren
3c3aea1777
Add Twig to syntax.json 2022-02-14 16:29:33 +01:00
Alastair Mooney
a7d72a3a65
Merge pull request #99 from jonrkarr/patch-2
Add markers for multi-line Python comments
2022-01-20 13:19:41 +00:00
Jonathan Karr
f1a821c2ac
refactor: removed redundant marker definitions for Sass 2022-01-19 10:01:18 -05:00
Jonathan Karr
157201826d
Added marker patterns for SCSS and Sass 2022-01-17 13:35:52 -05:00
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