Commit graph

235 commits

Author SHA1 Message Date
olane
0821a3dd33 Add Apex highlighter based on Java highlighter 2018-08-10 10:38:33 +01:00
Alex Dima
46d0fd6400 1.4.0 2018-08-08 15:58:52 +02:00
Alexandru Dima
bc5c3656cb
Merge pull request #43 from Vityanchys/azcli
Added azcli
2018-08-08 13:00:27 +02:00
Alex Dima
4a58571f1b Merge remote-tracking branch 'origin/master' into pr/Vityanchys/43 2018-08-08 13:00:05 +02:00
Alexandru Dima
5f30811868
Merge pull request #42 from mattmasson/master
Add support for Power Query (M) language
2018-08-08 12:57:24 +02:00
Alexandru Dima
a0809e5d56
Merge pull request #38 from masad-frost/master
Fix Clojure syntax highlighting
2018-08-08 12:55:39 +02:00
Alex Dima
6fc362e75a Fix compilation error 2018-08-08 11:21:18 +02:00
Alex Dima
3979a669f3 Add JavaScript coloring 2018-08-08 11:19:05 +02:00
Alex Dima
4b1d2982ff Tweak launch.json 2018-08-08 10:43:41 +02:00
Alex Dima
63639e2ec5 Add TypeScript coloring 2018-08-07 15:15:01 +02:00
Viktar Pakanechny
e0ecde0617 Added azcli 2018-07-12 18:04:23 +03:00
Matt Masson
5d86ca2aa7 Add powerquery to bundle 2018-07-10 17:38:55 -04:00
Matt Masson
d94b2f8c41 Add built-in constants, functions, and types 2018-07-10 17:35:02 -04:00
Matt Masson
7c6fe3b1bf FIx word breaker for keyword identifiers 2018-07-10 15:41:19 -04:00
Matt Masson
250f5d42d8 Split operator keywords and fix "operators" typo 2018-07-10 15:25:10 -04:00
Matt Masson
b261c99d53 Separate constructors and constants from keywords 2018-07-10 15:04:43 -04:00
Matt Masson
985b1bdc11 Add definition for identifier.quote (to match dax syntax) 2018-07-10 14:37:50 -04:00
Matt Masson
56df5af3e5 Add tests 2018-07-10 14:33:51 -04:00
Matt Masson
a63a94a9af Separate operators from delimiters 2018-07-10 14:33:42 -04:00
Matt Masson
134fe29df2 add powerquery to distribution and test 2018-07-10 13:11:13 -04:00
Matt Masson
eb48b847e5 Remove old wordDefinition field 2018-07-10 13:08:06 -04:00
Matt Masson
8380da7fff Tokenizer fixes for quoted identifiers, comments, strings, numbers 2018-07-10 13:05:13 -04:00
Matt Masson
79b5433bb4 Initial commit of Power Query / M Language 2018-07-10 13:00:51 -04:00
Alex Dima
f0ef36333b update mocha 2018-07-03 16:47:05 +02:00
masad-frost
59cf966107 Fix tests 2018-07-02 19:14:04 -07:00
masad-frost
76f0f15077 Remove code for comments 2018-07-02 19:03:02 -07:00
Alexandru Dima
cfa6425859
Merge pull request #41 from zqlu/perl
add perl to bundle.js
2018-06-20 11:41:20 +02:00
Zhiqiang Lu
807111133c add perl to bundle.js 2018-06-19 15:54:33 +08:00
Alexandru Dima
6c50bcf61c
Merge pull request #40 from zqlu/perl
Add Perl language
2018-06-18 10:21:05 +02:00
Zhiqiang Lu
fdf97477a6 update perl test 2018-06-15 17:51:29 +08:00
Zhiqiang Lu
ce9ef2b74d Add Perl language 2018-06-15 17:44:10 +08:00
Alexandru Dima
69230df585
Merge pull request #39 from zqlu/shell
Add Shell language
2018-06-14 13:54:46 +02:00
Zhiqiang Lu
16f9c159f2 Add Shell language 2018-06-14 10:40:13 +08:00
masad-frost
be0d51046c Use .editorConfig from Microsoft/vscode 2018-06-09 02:46:31 -07:00
masad-frost
f46294da86 Disable detectIndentation in .vscode 2018-06-09 02:46:31 -07:00
masad-frost
0a0c14ab03 Use tabs 2018-06-09 02:46:29 -07:00
masad-frost
18e09b4100 Fix broken comments 2018-06-09 02:45:50 -07:00
masad-frost
29bee2f3ef Fix scheme comments 2018-06-09 02:45:49 -07:00
masad-frost
520915ef46 Add regexp 2018-06-09 00:33:26 -07:00
masad-frost
12294521e0 Add ns and defn- to definitions 2018-06-09 00:33:14 -07:00
masad-frost
6f38c8fe44 Move boolean and str to keywords 2018-06-09 00:32:35 -07:00
masad-frost
79eaf088de Add defn- and include hyphen in boundary 2018-06-09 00:18:17 -07:00
masad-frost
6f3c349061 Fix hex numbers 2018-06-08 23:47:44 -07:00
masad-frost
9987c4fd86 Prettier 2018-06-08 23:45:35 -07:00
Alexandru Dima
b6f47a51d6
Merge pull request #37 from avelino/clojure
Clojure: added more keywords
2018-05-31 12:01:59 +02:00
Avelino
4f1958ac27 fixed clear \\ to \ on keywords 2018-05-31 06:39:50 -03:00
Alex Dima
32838abddd Minor cleanup 2018-05-31 11:39:34 +02:00
Alexandru Dima
0474b13c9d
Merge pull request #36 from avelino/clojure
Clojure support
2018-05-31 11:37:47 +02:00
Avelino
380fe86dd8 fixed keyword that contains - 2018-05-31 06:34:02 -03:00
Avelino
8bfec94690 added more keywords
Clojure has many reserved words
2018-05-31 06:23:20 -03:00