Commit Graph

363 Commits (1cd7f1a3011e8f99e2816d68a875892878dff731)
 

Author SHA1 Message Date
Brijesh Bittu ea1dd2c5cf Update ruby auto indent rules
Copied rules from `vscode/extensions/ruby/language-configuration.json`
6 years ago
Caleb Tseng 2683160fab Adding class highlighting and unit tests 6 years ago
Pavel Lang 4ab50c667e
fix(graphql): add implements to keywords 6 years ago
Pavel Lang 1ff4648d05
feat(graphql): treat block strings as markdown 6 years ago
Andrew Watson 0eed4aa652 Add language to bundle js 6 years ago
Andrew Watson a6f2e04d34 Finish up getting tests working 6 years ago
Andrew Watson 140cba979d Lotsa upates getting tests to pass 6 years ago
Andrew Watson 41797ecbbb Update the language now, add monaco contrib 6 years ago
Andrew Watson c071453275 Add operators 6 years ago
Andrew Watson 0d3e237e27 Add keywords 6 years ago
Andrew Watson faf8fd35c1 Add kotlin-related files, start introducing language constructs 6 years ago
Pavel Lang d605a30cc7
docs(readme): Add graphql to list of languages 6 years ago
Pavel Lang d4687537fd
test(graphql): more complex test 6 years ago
Pavel Lang 3dd748c39c
test(graphql): query 6 years ago
Pavel Lang f7abfe5a37
build(graphql): add graphql to bundle 6 years ago
Pavel Lang f0df74079c
WIP: GraphQL first shot 6 years ago
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`).
6 years ago
Abdussalam Abdurrahman 4061962186 [clojure] Remove an file name extension that's uncommon 6 years ago
Abdussalam Abdurrahman 223c3eb54f [clojure] Improve the regular expressions for various symbols. 6 years ago
Abdussalam Abdurrahman c77f11b1b0 [clojure] Add a word boundary to ensure exact matches for `(comment ...)`. 6 years ago
Abdussalam Abdurrahman 6f6f1b43f0 [clojure] Add ".cljs" and ".cljc" to source file extension list 6 years ago
Alex Dima 8f7537dee5 Fixes Microsoft/monaco-editor#1224 6 years ago
Alexandru Dima 4054a20fdc
Merge pull request #55 from futurejones/update-keywords
Solidity - add "constructor" to main keywords
6 years ago
Neil Jones 854a28ccc8
add "constructor" to main keywords 6 years ago
Alex Dima 858705e742 1.6.0 6 years ago
Alex Dima ad86fb7954 Adopt new npm modules 6 years ago
Alex Dima ad77f86a8c Fixes Microsoft/monaco-editor#1175 6 years ago
Alex Dima 9961f06110 Fixes Microsoft/monaco-editor#1170 6 years ago
Alex Dima 70f12687bb Inline constants 6 years ago
Alex Dima 20a36a1d87 Fixes Microsoft/monaco-editor#1148 6 years ago
Alexandru Dima f4280b21d6
Merge pull request #53 from pascalberger/patch-1
Use C# highlighting for Cake scripts
6 years ago
Pascal Berger 0a2434505e
Use C# highlighting for Cake scripts 6 years ago
Alexandru Dima 00ea4e300e
Merge pull request #52 from AasthaGupta/master
Fix markdown bug #1107
6 years ago
Alexandru Dima 21376c35de
Merge pull request #51 from GeekAb/master
Markdown bug fix for #1107
6 years ago
Alexandru Dima 2c18c1e799
Merge pull request #50 from goober99/hacktoberfest
Added support for Perl quote-like operators to fix #1101
6 years ago
Alexandru Dima 8d039c9816
Merge pull request #48 from TiagoDanin-Forks/StringYAML
New rule for non-teminated string in yaml
6 years ago
Alex Dima 290e35d7b2 Merge remote-tracking branch 'origin/master' into pr/TiagoDanin/48 6 years ago
Alexandru Dima 45d4471447
Merge pull request #47 from grzegorz-wcislo/fix_yaml_string_tokenization
Fix yaml string tokenization
6 years ago
Aastha Gupta 6182bc8a42 Fix markdown bug
Fixes issue: https://github.com/Microsoft/monaco-editor/issues/1107
6 years ago
Abhishek 8ddd2b62eb
Markdown bug fix.
Coloring was failing in a specific condition.
6 years ago
Matthew D. Miller 8694e28edb Modified original regex rule to only catch instances of bare /regex/ 6 years ago
Matthew D. Miller 3928208ab4 Fixed failing tests due to regexp modifiers being handled differently 6 years ago
Peng Lyu 5428f8a943
Merge pull request #49 from spahnke/octal 6 years ago
Matthew D. Miller 40fdb5d594 Added support for Perl quote-like operators to fix #1101 6 years ago
Matthew D. Miller 80e9270d80 Separated quote-like operators from other keywords 6 years ago
Matthew D. Miller 6feaf43d1d Added tests for quoted strings and regexes using alternative delimiters 6 years ago
Sebastian Pahnke 623dbc1acc Add more tests for hex and binary integer literals 6 years ago
Sebastian Pahnke 79ad5abdb3 Add support for alternate octal integer syntax 6 years ago
TiagoDanin c59dd6a01e
New rule for non-teminated string in yaml 6 years ago
Grzegorz Wcisło 4b0d5c54d2 Fix yaml string tokenization 6 years ago