pulsar/spec/app
Kevin Sawicki 86c8343107 Score grammar matches using longest fileType match
Previously the score for two grammars matching on path
was equal and so the first one would be selected.

Now the longer match will have a higher score and will be selected
over other grammars with shorter fileType match lengths.

Closes #602
2013-06-24 18:23:54 -07:00
..
atom-spec.coffee Fix doc specs 2013-06-20 17:15:52 -07:00
config-panel-spec.coffee Update config panel spec 2013-05-02 12:05:56 -07:00
config-spec.coffee Bundle themes are no longer copied 2013-06-20 17:15:52 -07:00
config-view-spec.coffee Use bootstrap stacked nav-pills for panels menu in config window 2013-04-26 15:36:12 -07:00
directory-spec.coffee Relativize exact path matches to the empty string 2013-06-14 09:20:28 -07:00
display-buffer-spec.coffee Unsubscribe markers when destroying display buffer 2013-06-19 09:56:55 -07:00
edit-session-spec.coffee When normalizing indent, ignore leading spaces of first line 2013-06-19 12:21:05 -06:00
editor-spec.coffee Look before and after empty lines for max indent level 2013-06-18 09:56:31 -07:00
event-emitter-spec.coffee Allow off to be called before on without error 2013-04-24 11:41:56 -07:00
file-spec.coffee Rename .write() to writeSync() 2013-06-12 20:38:26 -07:00
git-spec.coffee Update repository status to use new task style 2013-06-17 12:11:25 -07:00
keymap-spec.coffee Use correct indentation 2013-05-29 11:55:06 -07:00
language-mode-spec.coffee Comment .less code correctly 2013-06-11 12:25:57 -07:00
package-config-panel-spec.coffee Add spec for installing a package 2013-05-22 15:29:38 -07:00
pane-container-spec.coffee Focus pane after reopening it 2013-04-08 16:54:05 -07:00
pane-spec.coffee Rename Project.buildEditSession -> Project.open 2013-05-14 20:03:53 -06:00
pasteboard-spec.coffee Remove double spies on native pasteboard methods 2013-01-10 15:33:30 -08:00
point-spec.coffee Support translating points and ranges 2013-01-30 13:49:10 -08:00
project-spec.coffee Support symlinks in .relativize() and .contains() 2013-06-14 08:29:21 -07:00
range-spec.coffee Add Range.compare 2013-04-29 21:01:46 -06:00
root-view-spec.coffee Use path.basename() instead of fsUtils.base() 2013-06-12 15:26:09 -07:00
row-map-spec.coffee Merge adjacent isomorphic regions after adding new regions 2013-05-10 13:20:42 -06:00
select-list-spec.coffee Don't use error class in select list 2013-06-13 11:31:09 -07:00
selection-spec.coffee Fix selection spec to to check marker destruction properly 2013-04-29 21:01:47 -06:00
syntax-spec.coffee Score grammar matches using longest fileType match 2013-06-24 18:23:54 -07:00
text-buffer-spec.coffee Rename .write() to writeSync() 2013-06-12 20:38:26 -07:00
text-mate-grammar-spec.coffee Only check ending rules when stack size increases 2013-06-17 13:08:10 -07:00
text-mate-scope-selector-spec.coffee Add specs for & selectors 2013-04-19 10:58:35 -07:00
text-mate-theme-spec.coffee Use path.join() instead of fsUtils.join() 2013-06-12 16:20:40 -07:00
theme-config-panel-spec.coffee Themes can be disabled by clicking their 'x' icon in the enabled list 2013-04-26 15:36:14 -07:00
theme-spec.coffee Use path.join() instead of fsUtils.join() 2013-06-12 16:20:40 -07:00
tokenized-buffer-spec.coffee Add spec with surrogate pair token with trailing text 2013-06-04 13:43:19 -07:00
undo-manager-spec.coffee Make Buffer.transact restore marker ranges on undo/redo of transaction 2013-05-01 18:38:40 -06:00
window-spec.coffee Use path.join() instead of fsUtils.join() 2013-06-12 16:20:40 -07:00