Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Haskell] Add Cabal Syntax #2682

Merged
merged 26 commits into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c19239f
[Haskell] Add Cabal Syntax
deathaxe Jan 2, 2021
0aedb3a
[Haskell] Tweak Cabal Tag Name Patterns
deathaxe Jan 2, 2021
e446015
[Haskell] Tweak Cabal Symbol List
deathaxe Jan 2, 2021
49ca1cb
[Haskell] Tweak Cabal context names
deathaxe Jan 2, 2021
3a40b36
[Haskell/Cabal] Update known keys
deathaxe Jan 3, 2021
82f1a13
[Haskell/Cabal] Add highlighting for boolean values
deathaxe Jan 3, 2021
f622b1d
[Haskell/Cabal] Update operators
deathaxe Jan 3, 2021
95360ae
[Haskell/Cabal] Rename mapping contexts
deathaxe Jan 3, 2021
35b8187
[Haskell/Cabal] Reorganize sections key
deathaxe Jan 3, 2021
c766d60
[Haskell/Cabal] Highlight e-mail addresses
deathaxe Jan 3, 2021
0d348ea
[Haskell/Cabal] Add quoted strings highlighting
deathaxe Jan 3, 2021
0da0703
[Haskell/Cabal] Reorganize literal values
deathaxe Jan 3, 2021
1ff0e69
[Haskell/Cabal] Tweak path globs
deathaxe Jan 3, 2021
d6a0199
[Haskell/Cabal] Tweak lazy e-mail lookahead pattern
deathaxe Jan 3, 2021
f5344c0
[Haskell/Cabal] Add field value type to meta.mapping key
deathaxe Jan 5, 2021
ea4eb05
[Haskell/Cabal] Move tests to dedicated directory
deathaxe Jan 11, 2021
4610728
[Haskell] Rename key-value separator scope in Cabal
deathaxe Feb 4, 2022
f818b72
[Cabal] Fix case-insensitive keys
deathaxe Sep 14, 2022
278f75c
[Cabal] Scope local/remote paths markup.underline.link
deathaxe Sep 14, 2022
f4ec19d
[Cabal] Add support for source-repository-package
deathaxe Sep 14, 2022
f094d68
[Cabal] Add support for quoted strings in text
deathaxe Sep 14, 2022
48e36a2
[Cabal] Add support for inline urls in text
deathaxe Sep 14, 2022
2cb7e78
[Cabal] Improve solver syntax
deathaxe Sep 14, 2022
87df657
[Cabal] Remove normal key-value pairs from Goto Symbol
deathaxe Sep 14, 2022
04db79e
[Cabal] Permissive section tags
deathaxe Sep 14, 2022
4fd4be2
[Cabal] Improve expect version after operator
deathaxe Sep 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Haskell/Cabal Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.cabal</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>-- </string>
</dict>
</array>
</dict>
</dict>
</plist>
Loading