Commit Graph

277 Commits (2c18c1e79900737facfe4456a31eea9752458c3f)
 

Author SHA1 Message Date
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
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
Peng Lyu 66b5497f3c
Merge pull request #46 from spahnke/regex-flags
Improve tokenization of regular expressions
6 years ago
Sebastian Pahnke ce3a0652b3 Tokenize regex flags as 'keyword.other' like VS Code does 6 years ago
Sebastian Pahnke 3e6c3ee653 Allow the 's' flag in regular expressions 6 years ago
Alexandru Dima 0aea831f05
Merge pull request #45 from finalfantasia/master
[clojure] Improve Clojure syntax highlighting.
6 years ago
Abdussalam Abdurrahman c65a13afa1 [clojure] Add support for `(comment ...)`. 6 years ago
Abdussalam Abdurrahman 1188cfa1bb [clojure] Fix regular expression for character literals.
Consolidate regular expressions for line and in-line comments.
6 years ago
Abdussalam Abdurrahman 073f212f63 [clojure] Improve Clojure syntax highlighting.
This commit:
- Updates the keyword list with public symbols from `clojure.core` for
Clojure 1.9.
- Improves syntax highlighting of symbols, strings, character literals,
and number literals.
- Adds rules for syntax highlighting Clojure keywords and reader macro
characters.
- Fixes an issue where forms following a single semicolon (`;`) are not
marked as comments.
- Fixes an issue where parts of multi-line strings were not correctly
syntax highlighted.
- Adds additional test coverage for tokenization code.
6 years ago
Abdussalam Abdurrahman b276d3ea83 [clojure] Sort the test suites by file name. 6 years ago
Abdussalam Abdurrahman 383f172aee [clojure] Add IntelliJ IDEA project directory/file to .gitignore. 6 years ago
Alex Dima a3d4b50888 Remove usage of jsdom-no-contextify 7 years ago
Alex Dima d085b3bad8 1.5.1 7 years ago
Alex Dima 711d51d9fc Fixes Microsoft/monaco-editor#1009 7 years ago
Alex Dima 701a5b4584 1.5.0 7 years ago
Alex Dima 159af65cc5 Assume identifiers starting with upper case are type names 7 years ago
Alexandru Dima d2c6f44a77
Merge pull request #44 from olane/apex
Add Apex language
7 years ago
olane a3d82924a9 Create case variations of the keywords
Apex is case insensitive, but we can't make the highlighter case insensitive without breaking the heuristic which assumes that identifiers starting with an upper case letter are types. As a compromise, create the common case variations of the keywords and match on all of them.
7 years ago
olane acea7fd4a1 Add missing `get` keyword 7 years ago
olane c421273fca Apex also doesn't have a byte type 7 years ago
olane 1d66cf8412 Remove hex, octal and binary numbers - apex doesn't support them 7 years ago
olane 40dfb97e56 Add support for apexdoc (based on java javadoc support) 7 years ago
Alex Dima 178be30d46 1.4.1 7 years ago
Alex Dima e656c6a449 Update dependencies 7 years ago
olane 9498adec54 Update tests to reflect new assumption 7 years ago
olane 7140444de9 Assume identifiers starting with an uppercase letter are types 7 years ago
olane 5557352259 Merge keyword list with keyword list from SFDC documentation 7 years ago
olane ca8e66588a Add apex to readme list 7 years ago
olane cd8c782c0e Bundle apex 7 years ago
olane 62d143821a Register apex language and load tests 7 years ago
olane 0821a3dd33 Add Apex highlighter based on Java highlighter 7 years ago
Alex Dima 46d0fd6400 1.4.0 7 years ago
Alexandru Dima bc5c3656cb
Merge pull request #43 from Vityanchys/azcli
Added azcli
7 years ago
Alex Dima 4a58571f1b Merge remote-tracking branch 'origin/master' into pr/Vityanchys/43 7 years ago
Alexandru Dima 5f30811868
Merge pull request #42 from mattmasson/master
Add support for Power Query (M) language
7 years ago
Alexandru Dima a0809e5d56
Merge pull request #38 from masad-frost/master
Fix Clojure syntax highlighting
7 years ago
Alex Dima 6fc362e75a Fix compilation error 7 years ago
Alex Dima 3979a669f3 Add JavaScript coloring 7 years ago