Commit graph

325 commits

Author SHA1 Message Date
Samuel Helms
b1fe6ca63e allows annotation in markdown language block headers (matches the behavior in vscode) 2019-02-03 10:20:19 -05:00
Alexandru Dima
ec16c9c01a
Merge pull request #59 from ALANVF/master
Add Tcl support
2019-01-10 15:31:17 +01:00
Alex Dima
22d999d519 Merge remote-tracking branch 'origin/master' into pr/ALANVF/59 2019-01-10 15:25:42 +01:00
alan.invents
9d51b7ced9 Add Tcl support 2019-01-10 15:23:38 +01:00
Alex Dima
c4eea357d9 Remove usage of monaco.Promise 2019-01-10 12:58:32 +01:00
Alexandru Dima
438b87cf17
Merge pull request #58 from brijeshb42/master
Update ruby auto indentation rules
2019-01-10 12:56:32 +01:00
Alexandru Dima
1336ea407f
Merge pull request #57 from creativedrewy/add-kotlin-support
Add Kotlin Language Support
2019-01-10 12:55:46 +01:00
Alexandru Dima
f9595842a3
Merge pull request #56 from finalfantasia/master
[clojure] Improve the regular expressions for various symbols
2019-01-10 12:40:07 +01:00
Alex Dima
3c3465db29 More native promises 2019-01-09 16:14:57 +01:00
Alex Dima
35c57b5990 Adopt native promises 2019-01-09 16:14:15 +01:00
Alexandru Dima
03a82594d2
Merge pull request #54 from langpavel/graphql
GraphQL language support
2019-01-09 11:34:00 +01:00
Abdussalam Abdurrahman
6b675164e5
Add ".edn" to the list of file name extensions 2018-12-17 21:01:26 -08:00
Brijesh Bittu
ea1dd2c5cf Update ruby auto indent rules
Copied rules from `vscode/extensions/ruby/language-configuration.json`
2018-12-15 10:11:04 +05:30
Caleb Tseng
2683160fab Adding class highlighting and unit tests 2018-12-10 14:58:22 -08:00
Pavel Lang
4ab50c667e
fix(graphql): add implements to keywords 2018-12-08 03:47:39 +01:00
Pavel Lang
1ff4648d05
feat(graphql): treat block strings as markdown 2018-12-08 03:35:28 +01:00
Andrew Watson
0eed4aa652 Add language to bundle js 2018-12-07 17:55:55 -08:00
Andrew Watson
a6f2e04d34 Finish up getting tests working 2018-12-07 17:54:35 -08:00
Andrew Watson
140cba979d Lotsa upates getting tests to pass 2018-12-07 17:25:08 -08:00
Andrew Watson
41797ecbbb Update the language now, add monaco contrib 2018-12-07 16:56:35 -08:00
Andrew Watson
c071453275 Add operators 2018-12-07 16:45:09 -08:00
Andrew Watson
0d3e237e27 Add keywords 2018-12-07 16:35:14 -08:00
Andrew Watson
faf8fd35c1 Add kotlin-related files, start introducing language constructs 2018-12-07 16:19:01 -08:00
Pavel Lang
d605a30cc7
docs(readme): Add graphql to list of languages 2018-12-08 01:18:29 +01:00
Pavel Lang
d4687537fd
test(graphql): more complex test 2018-12-08 01:01:42 +01:00
Pavel Lang
3dd748c39c
test(graphql): query 2018-12-08 00:35:00 +01:00
Pavel Lang
f7abfe5a37
build(graphql): add graphql to bundle 2018-12-07 23:29:23 +01:00
Pavel Lang
f0df74079c
WIP: GraphQL first shot 2018-12-07 23:29:23 +01:00
Abdussalam Abdurrahman
3f16600ec1 [clojure] Fix tokenization of escapes in strings
The notation for escapes in strings follows that of the host platforms
which is different from the notation for character literals in Clojure
(e.g., "\n" vs `\newline`).
2018-12-07 12:30:10 -08:00
Abdussalam Abdurrahman
4061962186 [clojure] Remove an file name extension that's uncommon 2018-12-06 17:40:33 -08:00
Abdussalam Abdurrahman
223c3eb54f [clojure] Improve the regular expressions for various symbols. 2018-12-06 17:36:06 -08:00
Abdussalam Abdurrahman
c77f11b1b0 [clojure] Add a word boundary to ensure exact matches for (comment ...). 2018-12-06 17:36:06 -08:00
Abdussalam Abdurrahman
6f6f1b43f0 [clojure] Add ".cljs" and ".cljc" to source file extension list 2018-12-06 17:36:05 -08:00
Alex Dima
8f7537dee5 Fixes Microsoft/monaco-editor#1224 2018-12-05 23:40:54 +01:00
Alexandru Dima
4054a20fdc
Merge pull request #55 from futurejones/update-keywords
Solidity - add "constructor" to main keywords
2018-11-28 15:38:35 +01:00
Neil Jones
854a28ccc8
add "constructor" to main keywords 2018-11-25 17:55:23 +09:00
Alex Dima
858705e742 1.6.0 2018-11-12 16:44:32 +01:00
Alex Dima
ad86fb7954 Adopt new npm modules 2018-11-12 16:43:59 +01:00
Alex Dima
ad77f86a8c Fixes Microsoft/monaco-editor#1175 2018-11-12 14:01:28 +01:00
Alex Dima
9961f06110 Fixes Microsoft/monaco-editor#1170 2018-11-12 13:52:04 +01:00
Alex Dima
70f12687bb Inline constants 2018-11-12 13:44:24 +01:00
Alex Dima
20a36a1d87 Fixes Microsoft/monaco-editor#1148 2018-11-12 10:36:49 +01:00
Alexandru Dima
f4280b21d6
Merge pull request #53 from pascalberger/patch-1
Use C# highlighting for Cake scripts
2018-10-24 19:04:18 +02:00
Pascal Berger
0a2434505e
Use C# highlighting for Cake scripts 2018-10-18 14:17:23 +02:00
Alexandru Dima
00ea4e300e
Merge pull request #52 from AasthaGupta/master
Fix markdown bug #1107
2018-10-17 11:03:21 +02:00
Alexandru Dima
21376c35de
Merge pull request #51 from GeekAb/master
Markdown bug fix for #1107
2018-10-17 11:03:01 +02:00
Alexandru Dima
2c18c1e799
Merge pull request #50 from goober99/hacktoberfest
Added support for Perl quote-like operators to fix #1101
2018-10-17 10:58:01 +02:00
Alexandru Dima
8d039c9816
Merge pull request #48 from TiagoDanin-Forks/StringYAML
New rule for non-teminated string in yaml
2018-10-17 10:50:16 +02:00
Alex Dima
290e35d7b2 Merge remote-tracking branch 'origin/master' into pr/TiagoDanin/48 2018-10-17 10:49:21 +02:00
Alexandru Dima
45d4471447
Merge pull request #47 from grzegorz-wcislo/fix_yaml_string_tokenization
Fix yaml string tokenization
2018-10-17 10:40:12 +02:00