Visual-Knowledge
33d9b8f60b
Basic syntax highlighting for Graphql based on the official specification
2018-08-24 03:25:40 -07:00
supbish
27db63433f
Fix shell comments; fixes #1114
2018-08-20 16:22:07 -04:00
supbish
4be3e9122c
Lua syntax improvements; fixes #1155 , fixes #1136
2018-08-18 07:00:51 -04:00
Hugo Locurcio
497ca2c66b
Improve the GDScript syntax file
...
More keywords are now recognized. Some leftover syntax definitions
from Python 3 that are not allowed in GDScript were also removed.
2018-08-07 15:16:23 +02:00
Hugo Locurcio
18ca06d9be
Fix some keywords being mistakenly highlighted in C syntax
2018-08-07 14:44:53 +02:00
djmnzp
8a250f7d95
Update ats syntax ( #1141 )
...
* Multiple changes
- Fixed overlapping between the macros and some statements.
- Added "t" and "abs" as types.
- Removed "fun0", "fun1", "clo0", "clo1", ..., "prf" from types and added them to the special block as effects.
- Added "lin", "lincloptr0" and "lincloptr1" as effects.
- Added "do" and "static" as statements.
- Added "tupz!" and "prerr!" to the special block.
- Fixed some typos.
* Updated regex for exhaustive types
* Final touches
* Removed "t" from types
* Minor fix
* Improved support for floats and integers
Make it comply with https://github.com/Hibou57/PostiATS-Utilities/blob/master/doc/lexemes-guide.md
* Chars are now interpreted as strings
Less troubling when working with '"' inside chars or multiline strings
* Reverted strings and chars from multiline to one line
For some reason, having strings on the same line as other symbols breaks the highlighting on the latter
* Add "ldouble" type
2018-07-16 15:37:57 -04:00
djmnzp
d953339a56
Added syntax highlighting for ATS ( #1137 )
...
* Added syntax highlighting for ATS
* Fixed "////" comment not working as intended
Added a hack to make it impossible to match the end of the comment
* Fixed typo, added '#' and '@' as symbols
2018-07-02 12:19:38 -04:00
Zachary Yedidia
91b65001c9
Fix php syntax file
...
Fixes #1109
2018-06-04 15:13:58 -04:00
Nabeel Omer
cc8e9a7e06
F# Configuration
2018-05-29 20:02:58 +05:30
Sean Charles
d7f7d845b9
Elixir configuration ( #1118 )
...
* Elixir configuration
* added exunit support
* end added
2018-05-26 10:08:35 -04:00
mbesancon
c0f279ffe8
Update julia.yaml
...
added struct to keywords
2018-05-25 12:04:12 -04:00
Zachary Yedidia
3c01947cb3
Fix ini comment highlighting
...
Fixes #1094
2018-05-12 21:29:02 -04:00
Velocet
41bae11c1e
Create PowerShell.yaml
2018-03-21 03:58:04 +01:00
sum01
b12eca0a98
Fix #1066 php syntax
2018-03-08 11:28:38 -05:00
mbesancon
75b9c8c1ec
Update julia.yaml
...
added "import" keyword
2018-02-07 17:43:43 -05:00
Zachary Yedidia
f0e453b4f9
Improve ocaml syntax highlighting
2018-01-30 22:34:44 -05:00
Zachary Yedidia
aaf098bb47
Update tex syntax file
2018-01-29 18:02:43 -05:00
sum01
cf06d06fb3
Fix Makefile = highlighting
...
I think they weren't being highlighted at all, leading to a weird looking default white box around them.
2018-01-17 23:44:53 -05:00
Zachary Yedidia
e26417fd14
Fix shebang js highlighting and js division
...
Closes #901
Closes #994
2018-01-17 17:19:03 -05:00
sum01
8629357c70
Remove weird ignore on git-commit
...
It was needlessly highlighting everything that wasn't a comment.
Adds keyword detection for Github-esque issue-closing syntax.
Adds missing 'd' and 'drop' highlighting in git-rebase-todo
2018-01-05 03:41:50 -05:00
Zachary Yedidia
770cb87f7a
Fix windows errors
2018-01-04 21:46:44 -05:00
sum01
ac41e186a0
Add some Lua syntax ( #962 )
...
* Add some missing Lua string syntax
All Lua strings have the string functions inside of them.
'...you can use the string functions in object-oriented style'
See '6.4 – String Manipulation' in https://www.lua.org/manual/5.3/manual.html
* Lua - Highlight self and TODO/NOTE/FIXME
* Add Lua 'arg' and triple-dot syntax
2017-12-31 00:37:11 -05:00
Zachary Yedidia
a90cb64265
Merge pull request #971 from mbesancon/patch-1
...
added const for julia
2017-12-31 00:36:49 -05:00
sum01
7867d50d67
Fix micro file syntax
...
Some of the words were missing, so this adds those.
2017-12-30 12:13:52 -05:00
mbesancon
0ba60728e8
added const for julia
...
const is a base keyword
2017-12-29 13:08:21 -05:00
Zachary Yedidia
ba4b028076
Merge pull request #942 from motet-a/javascript-syntax
...
Improve JavaScript syntax highlighting
2017-12-28 14:57:49 -05:00
tommy
b0cfb2e691
#964 add ada syntax
2017-12-27 14:27:42 +00:00
sum01
f882248f41
Fix git-commit comment syntax
...
A comment in a git-commit must have the hash at the start of the line, instead of just anywhere in the line.
2017-12-22 20:02:43 -05:00
Antoine Motet
47dd65d4e5
Improve JavaScript syntax highlighting
...
- Sort keywords alphabetically
- Use `symbol.operator` for operators instead of `statement`
- Add a basic support for back-tick strings
- Mark unassigned keywords as errors
2017-12-17 23:53:58 +01:00
tommy
cdb057dfc3
fix lua comment block
2017-12-04 20:30:35 +00:00
Zachary Yedidia
36d72c4cab
Move incomplete colorschemes and improve cd
...
The default colorschemes should ideally use 256 colors instead
of just 16 colors. The `simple` colorscheme should cover most
16 color use cases. I went through the colorschemes and put the themes
that didn't look good or looked incomplete in an in_progress directory.
This commit also improves the `cd` command behavior when using an
unnamed buffer.
2017-11-23 15:57:17 -05:00
Zachary Yedidia
1c43bb572a
Merge pull request #847 from sotpapathe/octave_support
...
Initial support for Octave/Matlab syntax highlighting
2017-11-18 16:56:31 -05:00
Zachary Yedidia
7dfeda1ae5
Support .cljs and .cljc as clojure files
...
Fixes #911
2017-11-14 13:58:28 -05:00
Fuji Haruka
07bfcc9747
Update javascript.yaml
...
Add statements `async` and `await`.
Its status is stage 3 Draft.
https://tc39.github.io/ecmascript-asyncawait/#async-function-definitions
But I think it's usefull to add, because Node.js >= v7.6 support it.
2017-11-06 20:52:28 +09:00
therainingmonkey
31cd4b5795
Update Lua syntax ( #893 )
...
* Edited Lua syntax ('hash' is not a comment in Lua).
* Edited Lua syntax - hash (#) is a symbol in Lua (the length operator).
2017-10-21 00:10:46 -04:00
Zachary Yedidia
19ee4b281e
Fix comment regex for shell filetype
...
Fixes #895
2017-10-20 23:57:49 -04:00
Zachary Yedidia
a0f3ec805d
Merge
2017-10-06 11:00:31 -04:00
Zachary Yedidia
ea6012922f
Add paren highlighting for js and update runtime
2017-10-06 10:59:43 -04:00
Nicolas
9703d4f52f
support es files and fix parenthesis highlighting
...
* This allows `micro` to use javascript syntax highlighting on `.es`, `.es6|7|8` files
* Fix parenthesis highlighting with @is73 regex, see #864
2017-10-06 16:29:49 +02:00
andrea
3e0a1b4517
a couple more keywords to scala syntax
2017-10-04 10:17:50 +01:00
sotpapathe
c40c79427a
Added initial support for Octave/Matlab syntax highlighting
2017-10-02 14:08:22 +04:00
Zachary Yedidia
9db181037f
Merge
2017-09-29 13:46:54 -04:00
Zachary Yedidia
861ea5aabc
Update readme
2017-09-29 13:46:51 -04:00
andrea
ff9a8a1247
few more keywords for js syntax
2017-09-29 16:20:38 +01:00
MrSndmn
54c02f4781
Perl syntax highlighting fix ( #818 )
...
* Perl syntax highlighting fix
* Useless escapes removed
2017-09-24 11:59:57 -04:00
Zachary Yedidia
33cb39d318
Use type.keyword instead of keyword
...
Some syntax files used keyword from an old version when they should have
been using type.keyword.
Fixes #811
2017-09-13 18:00:47 -04:00
Zachary Yedidia
d70a48bd13
Improve julia syntax file
...
Ref #781
2017-08-14 15:18:48 -04:00
Zachary Yedidia
660f1e181a
Add julia rules
...
Fixes #781
2017-08-14 11:59:29 -04:00
Zachary Yedidia
773284369b
Improve yaml string highlighting
...
Fixes #783
2017-08-14 11:28:10 -04:00
Zachary Yedidia
fcb09556b1
Merge pull request #776 from tommyshem/syntax-checker
...
make syntax_checker work with error messages
2017-08-09 11:51:09 -04:00
Zachary Yedidia
69c6d8a099
Fix some lint problems
2017-08-08 11:30:09 -04:00
tommy
ebb0976866
make syntax_checker work with error messages
2017-08-06 08:25:19 +01:00
Zachary Yedidia
994d1acbfc
Merge pull request #720 from bvaudour/master
...
Add twig syntax (https://twig.sensiolabs.org/ )
2017-07-12 16:10:48 -04:00
Elias Aebi
4cad06c7b3
improved highlighting for Vala types
2017-07-11 14:40:38 +02:00
DanielPower
75329830f9
Remove new keyword from C syntax
...
Fixes #725
2017-07-10 00:36:49 -02:30
bvaudour
0ffae1896b
Add twig syntax ( https://twig.sensiolabs.org/ )
2017-06-30 12:31:18 +02:00
Tommy
47cdfb3de0
added crontab highlighting. ( #689 )
...
* added crontab highlighting.
* added day and month keywords. added label keywords.
2017-06-10 15:24:46 -04:00
tommy
462f73f695
Correct the comment from # to ! as point out in the gitter chat.
2017-06-10 11:33:50 +01:00
tommy
112c731c7a
Added kotlin highlighting and fixed swift line comment todo not highlighting.
2017-05-26 01:59:51 +01:00
Benjamin Reynolds
2899e47591
Cleanup from merge conflicts in syntax/README
2017-05-19 12:33:41 -05:00
Tommy
3eb0d71bd3
Updated swift syntax yaml file as missing keywords and some highlighting not working correctly. ( #644 )
...
* Updated the keywords and micros
* updated keywords and interpolation and unicode added to string
* add test swift file
* Delete swift-test.swift
delete swift test file
2017-05-05 15:14:50 -04:00
Nichlas Severinsen
233fa9b25c
Improved R syntax rules
2017-04-15 02:06:19 +02:00
Nic
1e90cec6f3
Add other Perl6 extensions
...
Perl6 files will occasionally have the extensions `.pl6` and `.pm6` instead of just `.p6`.
2017-04-11 09:32:46 -04:00
Zachary Yedidia
05aa30d1be
Improve html syntax rules
2017-03-29 10:08:37 -04:00
Zachary Yedidia
1c2b57dfe8
Add support for limit-group to highlights region limits
2017-03-29 09:54:54 -04:00
Zachary Yedidia
47ef864295
Add skip statements to all strings
2017-03-29 09:45:16 -04:00
Zachary Yedidia
342f3c223d
Don't skip included rules in end
2017-03-29 09:21:54 -04:00
Zachary Yedidia
079cbe11f4
Fix incorrect crystal filetype detection
...
Closes #608
2017-03-28 19:26:14 -04:00
Zachary Yedidia
3e61bd4d49
Improve some more region highlighting
2017-03-28 17:18:06 -04:00
Zachary Yedidia
299712ead3
Add support for skipping and remove need for lookbehind
2017-03-27 20:53:08 -04:00
Zachary Yedidia
d087a890ba
Fix some issues with unicode syntax highlighting
...
Closes #604
2017-03-27 14:40:42 -04:00
Zachary Yedidia
12d74b99e8
Merge branch 'master' into view-refactor
2017-03-26 20:40:03 -04:00
Zachary Yedidia
4cda7e2d92
Update syntax readme and docs
2017-03-26 18:58:08 -04:00
Zachary Yedidia
df564e1b8b
Update yaml syntax file
2017-03-26 17:45:58 -04:00
Zachary Yedidia
1655fde09b
Fix precedence for python multi-comments
2017-03-26 17:24:02 -04:00
Zachary Yedidia
87f54be13a
Add support for lookbehind in region regexes
...
Use the 'regexp2' library for lookahead and lookbehind in region
start and end regular expressions to support things like closing quotes
that aren't preceded by backslashes.
2017-03-22 19:03:06 -04:00
Zachary Yedidia
54bb99d758
Improve new syntax files and fix a region glitch
2017-03-21 15:07:39 -04:00
Zachary Yedidia
b977bf5cca
Add converted syntax files
2017-03-21 14:55:22 -04:00
Zachary Yedidia
fa7f89a400
Properly escape start and end regexes
2017-03-21 14:48:24 -04:00
Zachary Yedidia
523f75654d
No tabs in yaml
2017-03-21 14:44:54 -04:00
Zachary Yedidia
e85ae907a0
Add syntax converter from old file format to new
2017-03-21 14:35:58 -04:00
Zachary Yedidia
8a33c98bc6
Support rule precedence just like the old format
2017-03-21 13:15:46 -04:00
Zachary Yedidia
1cd4b2c4dc
Update go yaml file
2017-03-05 11:12:50 -05:00
CaptainMcClellan
d949b58fc0
Legacy syntax overhaul 2 ( #577 )
...
* Added title setting (Requires tcell pull!) and optimized tab display.
* Added Clojure highlighting.
* Changed tcell call to screen.
* Fixed bad reference for getting Buffer name.
* Yet another massive syntax overhaul
* Tweaking and testing web syntax
* More webdev goodies
* Added html5 highlighting and strict html4 highlighting.
* Documentation update
2017-03-03 11:47:03 -05:00
Zachary Yedidia
3c192c2fb5
Use Go regex word boundaries
2017-03-01 17:08:56 -05:00
Zachary Yedidia
995a910f6a
Update runtime
...
Also made a minor addition to ruby.micro which fixes #574 .
2017-03-01 09:36:41 -05:00
CaptainMcClellan
c29e58e3d4
Syntax Highlight Overhaul ( #568 )
...
* Adds new syntax groups and docs
* Large refactor of syntax highlighting files
* Changed keybindings for changing tabs.
* Improved the documentation.
* Added F3 for find to default bindings.
* Massive overhaul of the syntax files
* Phase 1 color-scheme updates.
* The new colorschemes.
* Colorscheme and syntax updates.
* Tiny fix to the cmc theme.
* Another phase of colorschemes and testing gitconfig.
* Fixed haskell error
* Fortran fix
* Delete test.txt
Heh, sorry about forgetting to do this again.
2017-03-01 09:30:35 -05:00
Zachary Yedidia
924809b19b
Merge pull request #570 from yursan9/yaml
...
Improve YAML highlighting
2017-02-28 19:05:12 -05:00
Yurizal Susanto
85e7055505
Small fix for space detection
2017-02-28 13:49:48 +07:00
Yurizal Susanto
fb6d554df6
Improve YAML highlighting
2017-02-28 07:16:41 +07:00
Zachary Yedidia
bd0c5c655e
Add more syntax files and include syntax highlighter in the repo
2017-02-26 11:14:35 -05:00
Zachary Yedidia
d602cb68ca
Support include statements in syntax files
2017-02-26 11:14:35 -05:00
Zachary Yedidia
2fcb40d5a9
Use new syntax highlighting engine from zyedidia/highlight
...
This changes all the syntax files in the runtime directory and also
changes how syntax highlighting is done from inside micro.
2017-02-26 11:14:35 -05:00
Andy Kluger
690610d4b1
recognize zsh-themes as zsh filetypes
2017-02-21 14:56:57 -05:00
Samantha Marshall
e379239140
fixing hex number highlighting for nim
2017-02-19 16:04:42 -05:00
Zachary Yedidia
d695d12872
Update go highlighting
2017-02-10 21:00:31 -05:00
TANIGUCHI Masaya
18d128eb3d
create c++ syntax
2017-02-08 15:06:22 +09:00
TANIGUCHI Masaya
97632e5573
add keywords
2017-02-08 14:36:39 +09:00
Zachary Yedidia
c3a165e61d
Merge pull request #539 from samdmarshall/nim
...
Adding syntax and linter support for nim-lang
2017-02-02 23:00:12 -05:00
Samantha Marshall
9122f152d1
fixing thestart/end syntax
2017-01-27 08:40:41 -05:00