Commit Graph

1068 Commits

Author SHA1 Message Date
Alexandros-Stavros Iliopoulos c8462a29fb
Cilk: Add support for Cilk (with C/C++) (#3522) 2022-08-17 20:49:11 +02:00
Christopher Rodriguez 859f99a042
Added bqn language support (#3515) 2022-08-05 21:25:30 +02:00
Hyyan Abo Fakher 0cad9ae52d
BBj: Improve regexes (#3512)
* BBj: extend BBj keywords list

* BBj: fix strings regex does not match single quotes

* BBj: add `declare` as keyword
2022-08-01 11:10:27 +02:00
Hyyan Abo Fakher 1134bdfcd2
BBj Langauge Support (#3511)
Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
2022-07-29 21:45:32 +02:00
WangLiang/王良 342a00397c
Java: Added support for constants (#3507) 2022-07-29 12:59:56 +02:00
Julien Richard-Foy a090d0630b
Scala: Updated keywords to support Scala 3 (#3506) 2022-07-26 19:21:09 +02:00
WangLiang/王良 b9512b221e
Bash: Added support for parameters and the `java` and `sysctl` commands. (#3505)
Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
2022-07-25 15:24:17 +02:00
Jan T. Sott b0c2a9b4a7
NSIS: Added missing commands (#3504) 2022-07-25 13:50:35 +02:00
Michael Schmidt c4cbeeaa65
AsciiDoc: Some regexes are too greedy (#3481) 2022-06-25 12:04:21 +02:00
matildepark 64642716b5
Hoon: Fixed escaped strings (#3473) 2022-06-14 09:09:32 +02:00
LaeriExNihilo 2815f69997
Added support for METAFONT (#3465)
Includes the METAFONT language to supported languages in Prism.
METAFONT is a language for fontdrawing and fontmaking, especially for fonts destined to TeX. While old in various regards its legacy endures in METAPOST or in the TikZ syntax.
2022-06-07 09:35:31 +02:00
Dr4gonthree 4c87d4186a
Added support for WGSL (#3455) 2022-05-18 16:51:07 +02:00
Michael Schmidt 646b2e0a96
CSS Extras: Added support for `RebeccaPurple` color (#3448) 2022-05-14 14:19:19 +02:00
Abdelkhalek Zellat 3211982327
Added support for Gradle (#3443)
Co-authored-by: badido18 <hm_boudis@esi.dz>
2022-04-29 19:31:07 +02:00
Michael Schmidt ca8eaeeec4
Markup: Fixed quotes in HTML attribute values (#3442) 2022-04-29 12:13:01 +02:00
Michael Schmidt 0d4b6cb64e
CSS: Fixed @-rules not accounting for strings (#3438) 2022-04-20 20:22:29 +02:00
Marcos Oliveira cbef9af7d8
Added support for ReScript (#3435) 2022-04-15 22:48:02 +02:00
Michael Schmidt 8a3fef6dcc
Added support for Odin (#3424)
Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
Co-authored-by: edukisto <52005215+edukisto@users.noreply.github.com>
2022-04-05 18:26:45 +02:00
Tom Pavelec 4ffab52597
PHP: Added `never` return type + minor fix of named arguments (#3421) 2022-04-01 22:10:16 +02:00
Frank de Jonge 4c3f196976
PHP: Added `readonly` keyword (#3349)
Co-authored-by: RunDevelopment <mitchi5000.ms@googlemail.com>
2022-03-22 10:35:27 +01:00
Yanis Zafirópulos e2fe1f7997
Added support for Arturo (#3403)
Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
2022-03-21 16:48:30 +01:00
Michael Schmidt 63806d57b0
Added support for Stata's Ado and Mata (#3383) 2022-03-21 16:18:07 +01:00
Michael Schmidt ca78cde6c5
JS: Added support for new regex syntax (#3399) 2022-03-21 16:12:13 +01:00
Michael Schmidt 8e648dabfa
Mel: Improved functions, code, and comments (#3393) 2022-03-21 16:10:12 +01:00
Michael Schmidt 8c4ae5a571
Atmel AVR Assembly: Fixed `&=` and `|=` operators (#3395) 2022-03-21 16:06:20 +01:00
Michael Schmidt 0d49553c6b
Added support for PlantUML (#3372) 2022-03-21 15:28:39 +01:00
Michael Schmidt 554ff3240d
Added support for ARM Assembly (#3376) 2022-03-21 15:25:14 +01:00
Michael Schmidt a1340666e0
Added support for AWK (#3375) 2022-03-21 15:20:08 +01:00
Michael Schmidt 33f2cf9510
Added support for GNU Linker Script (#3373) 2022-03-21 15:15:34 +01:00
Michael Schmidt 1b1d6731ff
Added support for SuperCollider (#3371) 2022-03-21 15:12:00 +01:00
Michael Schmidt dfef9b61ea
Added gettext (.po) language support (#3369) 2022-03-21 15:09:29 +01:00
Marc Durdin bac36827a8
Keyman: Added new keywords (#3401) 2022-03-18 01:28:14 +01:00
Michael Schmidt 5617765f15
Groovy: Added string interpolation without hook (#3366) 2022-03-17 11:55:56 +01:00
Michael Schmidt ea8a0f40a2
Added support for AWK (#3374) 2022-03-14 22:43:46 +01:00
Wei Ting d1a5ce30e4
VHDL: Add `private`, `view` keywords; Distinguish `attribute` from `keyword` (#3389) 2022-03-14 16:48:11 +01:00
Wei Ting 3916883ab5
Flow: Recognise `[Ss]ymbol` as a type (#3388) 2022-03-13 19:11:26 +01:00
Wei Ting f8f9534033
GEDCOM: Update `tag` to `record` (#3386)
Update `tag` to `record` (GEDCOM 5.5.5 spec terminology update)
2022-03-13 19:08:25 +01:00
Michael Schmidt 61c460e851
Autohotkey: Use standard tokens (#3385) 2022-03-13 19:06:50 +01:00
Wei Ting cf38d0590e
Erlang: Added `begin` keyword (#3387) 2022-03-13 12:40:00 +01:00
Michael Schmidt 31a38d0ca0
CSHTML: Added support for `@helper` and inline C# inside attribute values (#3355) 2022-03-13 11:01:11 +01:00
Michael Schmidt ead22e1e03
Tests: Cache results for exp backtracking check (#3356) 2022-03-13 10:57:32 +01:00
Wei Ting cde0b5b25f
Ada: Changed `attr-name` to `attribute`; Use `attr-name` as alias (#3381) 2022-03-12 13:34:39 +01:00
Wei Ting c30b736f53
Ada: Added `or` keyword (#3380) 2022-03-12 10:58:26 +01:00
Wei Ting b94a664db6
.properties: Use `key`, `value` for token names; `attr-name`, `attr-value` as aliases (#3377) 2022-03-09 19:05:35 +01:00
Golmote 8a843a17e7
Keep Markup: Use original nodes instead of clones (#3365) 2022-03-05 22:03:09 +01:00
Michael Schmidt 4cb3d03818
Java: Improved class name detection (#3351) 2022-03-05 15:48:31 +01:00
Michael Schmidt 3bd8fdb15a
Java: Fixed `record` false positives (#3348) 2022-03-04 12:10:47 +01:00
HeX0R 499b1fa0c6
Purebasic: Added support for pointer to string operator (#3362) 2022-03-02 11:30:29 +01:00
ahue 4eb928c33e
Added support for Cooklang (#3337)
Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
2022-02-19 13:29:43 +01:00
HeX0R d6c5372616
PureBasic: Added missing keyword and fixed constants ending with `$` (#3320) 2022-02-04 00:41:10 +01:00