Commit Graph

3604 Commits

Author SHA1 Message Date
Michael Schmidt a5b6c5eb55
PSL: Added `boolean` token (#3248) 2021-12-08 20:53:54 +01:00
Michael Schmidt 0390e64420
Pug: Improved filter tokenization (#3258)
Co-authored-by: Jason Kurian <JaKXz@users.noreply.github.com>
2021-12-07 18:07:29 +01:00
Michael Schmidt 2334b4b6b7
Nim: Added `char` token and made some tokens greedy (#3231) 2021-12-07 13:04:48 +01:00
Michael Schmidt 8e0e95f305
Objective C: Improved `string` token (#3235) 2021-12-07 13:01:13 +01:00
Michael Schmidt afd77ed135
Stan: Added missing keywords and HOFs (#3238) 2021-12-07 12:56:42 +01:00
Michael Schmidt 642d93ecfc
N1QL: Updated keywords + minor improvements (#3229) 2021-12-07 12:53:21 +01:00
Michael Schmidt c1025aa638
Monkey: Use standard tokens correctly (#3228) 2021-12-07 12:51:55 +01:00
Michael Schmidt 5bf6e35fee
Nix: Use standard token name correctly (#3232) 2021-12-07 12:51:05 +01:00
Michael Schmidt e03a7c2478
Twig: Improved tokenization (#3259) 2021-12-07 12:49:56 +01:00
Michael Schmidt 21a3c2d755
Makefile: Use standard token names correctly (#3227) 2021-12-07 12:48:48 +01:00
Michael Schmidt b58cd7227f
F#: Added `char` token (#3271) 2021-12-06 22:42:55 +01:00
Wei Ting bee6ad56d7
EditorConfig: Swap out `property` for `key`; alias with `attr-name` (#3272) 2021-12-05 18:44:55 +01:00
Michael Schmidt 220bc40fb8
C#: Added `char` token (#3270) 2021-12-05 15:40:06 +01:00
Michael Schmidt 8476a9abed
Added support for `go.mod` files (#3209) 2021-12-05 15:04:00 +01:00
Michael Schmidt 969f152adf
NSIS: Made `comment` greedy (#3234) 2021-12-05 15:01:57 +01:00
Michael Schmidt baa95cab5f
Keyman: Improved tokenization (#3224) 2021-12-05 14:56:47 +01:00
Michael Schmidt d04d166df8
Structured text: Improved tokenization (#3213) 2021-12-05 14:54:45 +01:00
Michael Schmidt dfbb2020bd
Jolie: Improved tokenization (#3221) 2021-12-05 14:50:52 +01:00
Michael Schmidt 563cd73ea2
Kotlin: Added `char` token and improved string interpolation (#3225) 2021-12-05 14:48:00 +01:00
Michael Schmidt 6b168a3b26
Latte: Use standard token names and combined delimiter tokens (#3226) 2021-12-05 14:46:06 +01:00
Michael Schmidt 81920b62a7
Hoon: Simplified the language definition a little (#3212) 2021-12-05 14:44:28 +01:00
Michael Schmidt 3d4106704d
HAML: Use `symbol` alias for filter names (#3210) 2021-12-05 14:42:56 +01:00
Michael Schmidt 3a876df01d
Julia: Added `char` token (#3223) 2021-12-05 14:42:04 +01:00
Michael Schmidt 5af16014e1
J: Made comments greedy (#3215) 2021-12-05 14:40:51 +01:00
Michael Schmidt 0a9f909ca5
Java: Added `char` token (#3217) 2021-12-05 14:40:38 +01:00
Michael Schmidt fa55492bdf
JavaStackTrace: Removed unreachable parts of regexes (#3219) 2021-12-05 14:39:54 +01:00
Michael Schmidt f41bcf234d
Haxe: Improved tokenization (#3211) 2021-12-05 14:39:30 +01:00
Michael Schmidt f11b86e2ee
Go: Added `char` token and improved `string` and `number` tokens (#3208) 2021-12-05 14:35:28 +01:00
Michael Schmidt d85a64ae9d
C: Added `char` token (#3207) 2021-12-05 14:33:15 +01:00
Michael Schmidt ee7ab563b6
G-Code: Use standard-conforming alias for checksum (#3205) 2021-12-05 14:32:23 +01:00
Jan T. Sott adcc8784f2
NSIS: Update regex pattern for variables (#3266) 2021-12-04 20:35:33 +01:00
Jan T. Sott 55583fb278
NSIS: Update regex for constants pattern (#3267) 2021-12-04 14:06:48 +01:00
Michael Schmidt c2afa59be6
IO: Simplified comment token (#3214) 2021-12-03 21:08:53 +01:00
Michael Schmidt 7b72e0ad2b
nginx: Made some patterns greedy (#3230) 2021-12-03 13:58:38 +01:00
Michael Schmidt 8ecef306a7
Python: Made `comment` greedy (#3249) 2021-12-02 10:52:00 +01:00
Michael Schmidt 18c9204806
JSX: Move alias property (#3222) 2021-12-02 10:51:36 +01:00
Michael Schmidt 6f1d904a60
Readme: Clarify usage of our build system (#3239) 2021-12-02 10:51:17 +01:00
AmebaBrain 8c5ed2514b
Bash: Added `docker` and `podman` commands (#3237) 2021-11-29 01:19:07 +01:00
Michael Schmidt cefccdd18f
Autoloader: Mention how to load grammars from URLs (#3218) 2021-11-24 21:42:57 +01:00
Michael Schmidt 51e3ecc076
Crystal: Improved tokenization (#3194) 2021-11-22 13:32:31 +01:00
Michael Schmidt e1370357cc
Dart: Added string interpolation and improved metadata (#3197) 2021-11-22 13:32:11 +01:00
Michael Schmidt 86028adba6
Ruby: Improved tokenization (#3193) 2021-11-22 13:25:30 +01:00
Michael Schmidt 6add768b68
Eiffel: Removed non-standard use of `builtin` name (#3198) 2021-11-22 13:23:46 +01:00
Michael Schmidt 336edeead9
ERB: Better embedding of Ruby (#3192) 2021-11-22 13:14:09 +01:00
Michael Schmidt 7b34e65d73
Concurnas: Improved tokenization (#3189) 2021-11-22 13:12:41 +01:00
Michael Schmidt 6af8a6447d
Cypher: Removed non-standard use of `symbol` token name (#3195) 2021-11-22 13:12:24 +01:00
Michael Schmidt dafdbdecf5
D: Added standard char token (#3196) 2021-11-22 13:11:45 +01:00
Michael Schmidt 1c88c7dae1
Clojure: Added `char` token (#3188) 2021-11-22 13:05:20 +01:00
Michael Schmidt 4cebf34c83
Bro: Removed `variable` and minor improvements (#3186) 2021-11-22 13:04:59 +01:00
Michael Schmidt 929c33e0e0
Asm6502: Use standard tokens and minor improvements (#3184) 2021-11-22 13:02:28 +01:00