Commit Graph

2978 Commits

Author SHA1 Message Date
Michael Schmidt 4ff555bea1
Added JSDoc (#1782) 2020-06-28 01:34:29 +02:00
Michael Schmidt a375872875
Added test to sort the language list (#2222) 2020-06-27 22:38:50 +02:00
Michael Schmidt e756be3f7f
Tests are now faster (#2165) 2020-06-27 21:43:24 +02:00
Michael Schmidt 7109c18c2b
Coy: Minor improvements (#2176) 2020-06-27 21:34:40 +02:00
Michael Schmidt 8c9c2896d3
Command Line: Some refactoring (#2290) 2020-06-27 20:46:04 +02:00
Ayesh Karunaratne 06495f9095
Okaidia theme: Update comment text color to meet WCAG contrast recommendations to AA level (#2292) 2020-06-27 20:43:47 +02:00
Michael Schmidt ad9c13e232
Line numbers: Style inline code of website (#2435) 2020-06-27 00:03:07 +02:00
Michael Schmidt a36e96ab14
Added general de/activation mechanism for plugins (#2434)
Keep Markup, Line numbers, and Normalize whitespace now share the same per-element class-based de/activation logic.
2020-06-27 00:01:47 +02:00
Xy Ren 3a127c7d33
Add support for the language Agda (#2430) 2020-06-24 14:30:38 +02:00
Starbeamrainbowlabs ae0327b304
Added JS stack trace language (#2418)
This language highlights JavaScript stack traces generated by commonly used JS engines.
2020-06-22 13:16:29 +02:00
edukisto 37273a6f79
Dockerfile: Fixed strings inside comments (#2428)
Strings inside comments broke comments. Comments are now greedy, so this can't happen anymore.
2020-06-21 10:34:19 +02:00
Michael Schmidt ff74a61063
Added `npm run build` command (#2356) 2020-06-12 18:42:12 +02:00
Michael Schmidt 5ff7932bb8
Removed gulp `premerge` task (#2357) 2020-06-12 16:09:46 +02:00
Michael Schmidt 48fac3b26c
Added a test for identifier support across all languages (#2371) 2020-06-12 15:58:46 +02:00
Michael Schmidt de8ed16dc7
GraphQL: Added missing keywords (#2407) 2020-06-12 12:53:22 +02:00
Michael Schmidt 7f341fc157
C#: Improved pattern matching (#2411) 2020-06-12 12:52:31 +02:00
Michael Schmidt 2a2e79ed5d
C#: Fixed adjacent string interpolations (#2402) 2020-06-07 18:54:31 +02:00
Michael Schmidt 939a17c49a
Protobuf: Added support for RPC (#2414) 2020-06-07 18:52:25 +02:00
Michael Schmidt 937e2691f9
Default Theme: Added a comment that declares the background color of `operator` tokens as intentional (#2309) 2020-06-07 18:51:45 +02:00
Michael Schmidt ddf3cc624f
Autohotkey: Improved comments and other improvements (#2412)
Original author: nnnik <nnnik@web.de>
2020-06-07 18:49:55 +02:00
Michael Schmidt 1e3f542be0
Scheme: Adjusted lookbehind for literals (#2396) 2020-06-04 22:15:55 +02:00
Michael Schmidt cb6349e2cc
Changelog: Fixed v1.20.0 release date 2020-06-01 16:43:17 +02:00
Alex Mabry 9e64c62e3c
GraphQL: Added support for multi-line strings and descriptions (#2406) 2020-05-29 19:28:05 +02:00
Michael Schmidt ed715158c7
JS: Improved `get`/`set` and parameter detection (#2387) 2020-05-29 16:24:07 +02:00
Michael Schmidt 6352213a04
Solidity: Added `sol` alias (#2382) 2020-05-29 16:22:10 +02:00
Michael Schmidt 55bf7ec1ba
Filter highlightAll: Fixed typo (#2391) 2020-05-29 16:21:40 +02:00
Michael Schmidt b28f21b768
JS: Added support for logical assignment operators (#2378) 2020-05-29 16:17:03 +02:00
Michael Schmidt ba5ac1dae4
VB: Added missing keywords (#2376) 2020-05-29 16:10:59 +02:00
Adám Brudzewsky 0255cb6ae2
APL: Added ⍥ (#2409)
Introduced into Dyalog APL 18.0 which is just about to be released.
2020-05-27 14:32:49 +02:00
Joe DF 4fe036766e
AutoHotkey: Added missing definitions (#2400)
This adds a lot of missing keywords, builtins, constants, and other definitions.
2020-05-25 13:30:51 +02:00
Michael Schmidt e416341fc0
Test: Always use `components.json` (#2370)
All test files now consistently import `components.json` instead of `components.js`. The JS file is generated and can be outdated. This can be annoying when you're adding a language.
2020-05-22 17:37:53 +02:00
Michael Schmidt 9c7bc82078
Markup: Added tokens inside DOCTYPE (#2349) 2020-05-19 02:30:59 +02:00
Michael Schmidt 96a0116e69
Markup: Added `attr-equals` alias for the attribute `=` sign (#2350) 2020-05-19 01:59:40 +02:00
Michael Schmidt 81cf23442d
Julia: Improved strings, comments, and other patterns (#2363) 2020-05-19 01:58:59 +02:00
Michael Schmidt ab1e34ae00
Markup: Added alias for named entities (#2351) 2020-05-19 01:53:44 +02:00
Michael Schmidt fdbc447379
CSS Extras: Optimized `class` and `id` patterns (#2359) 2020-05-19 01:52:38 +02:00
Michael Schmidt b526e8c0ca
Ruby: Optimized `regex` and `string` patterns (#2354) 2020-05-19 01:52:09 +02:00
Michael Schmidt b4ed5ded7a
Tests: Included console in VM context (#2353) 2020-05-19 01:47:03 +02:00
Michael Schmidt d60557713c
IO: Fixed operator pattern (#2365) 2020-05-19 00:36:06 +02:00
cedporter 475a5903c8
SAS: Improved comments in `proc groovy` and `proc lua` (#2392) 2020-05-18 20:01:07 +02:00
Valtteri Laitinen 9782cfe6ab
Markup & JSON: Added new aliases (#2390)
This adds the `rss` and `atom` alias for Markup and the `webmanifest` alias for JSON.
2020-05-18 01:29:27 +02:00
Proudust 4935b5caef
Ren'Py: Added `rpy` alias (#2385) 2020-05-16 04:22:21 +02:00
Michael Schmidt e3fe9040ab
C++: Improved class name detection (#2348) 2020-05-13 11:59:18 +02:00
Michael Schmidt b609333997
T4-VB: Use the right VB variant (#2341)
I used the wrong VB variant when creating T4 VB. It should have been VB.net.
2020-05-13 11:32:36 +02:00
Michael Schmidt caec5e3025
Added support for XML doc in C#, F#, and VB.net (#2340) 2020-05-13 11:26:38 +02:00
Michael Schmidt 1946918a56
Scheme: Improved lambda parameter (#2346) 2020-05-13 11:25:39 +02:00
Michael Schmidt 194c542925
Rust: Improvements (#2332)
This makes several improvements to Rust. This includes support for multiline strings, better closures, attributes, macros, and comments, an update for the keyword list, and more.
2020-05-11 14:49:10 +02:00
那里好脏不可以 e523f5d0b7
CSS Extras: Renamed `attr-{name,value}` tokens and added tokens for combinators and selector lists (#2373) 2020-05-08 20:42:24 +02:00
Michael Schmidt 8a72830ab4
Regex: Added aliases and minor improvements (#2325)
This adds a lot of aliases to the regex tokens, so themes can apply their styles. It also makes a few improvements. See the PR for more details.
2020-05-07 22:44:16 +02:00
那里好脏不可以 6d663b6e6e
Stylus: Fixed comments breaking declarations + minor improvements (#2372)
Comments broke URLs in all non-greedy declarations. Comments are now matched as part of these declarations.
This also adds support for comments inside selectors.
2020-05-07 22:17:54 +02:00