Commit Graph

75 Commits

Author SHA1 Message Date
Miguel Palhas
4f3709febb code review 2024-10-08 12:32:18 +01:00
Miguel Palhas
e88cba0c82 code review 2024-10-08 11:57:17 +01:00
Miguel Palhas
6750a91222 Adds support for solidity 2024-10-07 16:35:17 +01:00
Alastair Mooney
f7cea8d10c
Merge branch 'master' into master 2024-09-25 12:54:20 +01:00
pufferffish
1f36e55b31
Add support for Agda 2024-07-11 16:22:19 -03:00
klarkc
fe5e34d9ad
Add support for PureScript 2024-07-11 16:16:15 -03:00
unclebabykern
7b6d7fb65e add additional block comment syntax for TSX 2024-07-01 17:47:15 -06:00
unclebabykern
a3b911658e add liquid comment syntax w/ tests
Includes single line comment syntax with # that ignores block wrap tag requirement (e.g. {% %} enclosing line comments) for functional usage.
2024-05-29 12:17:56 -06:00
Aingeru
2bda10fabb Added support for makefile language.
Signed-off-by: Aingeru <aingeru.develop@gmail.com>
2024-03-12 12:49:15 +01:00
elftausend
401dca3ded Add support for .cu files 2024-02-16 17:10:20 +01:00
Alastair Mooney
b71583deb3
Update syntax.json
Separate MDX from Markdown to correspond with languages.yml change
2023-09-07 13:51:46 +01:00
Christopher Dehner
b7b6ec0bfa feat: add VBA line marker 2023-08-28 14:56:59 -04:00
Max Brede
4f20f4b489 Added Rmarkdown-support 2023-03-23 14:44:16 +01:00
Max Brede
903c9cdf92 added Rmd-Support, tests subsumised under md 2023-03-23 14:22:28 +01:00
Max Brede
dab20df5f2 added rmd support 2023-03-23 14:05:08 +01:00
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